drivers/staging/media/atomisp/pci/isp/kernels/bnlm/ia_css_bnlm.host.h

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

File Facts

System
Linux kernel
Corpus path
drivers/staging/media/atomisp/pci/isp/kernels/bnlm/ia_css_bnlm.host.h
Extension
.h
Size
673 bytes
Lines
33
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_BNLM_HOST_H
#define __IA_CSS_BNLM_HOST_H

#include "ia_css_bnlm_types.h"
#include "ia_css_bnlm_param.h"

void
ia_css_bnlm_vmem_encode(
    struct bnlm_vmem_params *to,
    const struct ia_css_bnlm_config *from,
    size_t size);

void
ia_css_bnlm_encode(
    struct bnlm_dmem_params *to,
    const struct ia_css_bnlm_config *from,
    size_t size);

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

#endif /* __IA_CSS_BNLM_HOST_H */

Annotation

Implementation Notes