drivers/staging/media/atomisp/pci/isp/kernels/dpc2/ia_css_dpc2.host.h

Source file repositories/reference/linux-study-clean/drivers/staging/media/atomisp/pci/isp/kernels/dpc2/ia_css_dpc2.host.h

File Facts

System
Linux kernel
Corpus path
drivers/staging/media/atomisp/pci/isp/kernels/dpc2/ia_css_dpc2.host.h
Extension
.h
Size
620 bytes
Lines
32
Domain
Driver Families
Bucket
drivers/staging
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __IA_CSS_DPC2_HOST_H
#define __IA_CSS_DPC2_HOST_H

#include "ia_css_dpc2_types.h"
#include "ia_css_dpc2_param.h"

void
ia_css_dpc2_encode(
    struct ia_css_isp_dpc2_params *to,
    const struct ia_css_dpc2_config *from,
    size_t size);

void
ia_css_init_dpc2_state(
    void *state,
    size_t size);

#ifndef IA_CSS_NO_DEBUG
void
ia_css_dpc2_debug_dtrace(
    const struct ia_css_dpc2_config *config,
    unsigned int level);
#endif

#endif /* __IA_CSS_DPC2_HOST_H */

Annotation

Implementation Notes