drivers/media/platform/ti/omap3isp/isphist.h

Source file repositories/reference/linux-study-clean/drivers/media/platform/ti/omap3isp/isphist.h

File Facts

System
Linux kernel
Corpus path
drivers/media/platform/ti/omap3isp/isphist.h
Extension
.h
Size
611 bytes
Lines
28
Domain
Driver Families
Bucket
drivers/media
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 OMAP3_ISP_HIST_H
#define OMAP3_ISP_HIST_H

#include <linux/omap3isp.h>

#define ISPHIST_IN_BIT_WIDTH_CCDC	10

struct isp_device;

int omap3isp_hist_init(struct isp_device *isp);
void omap3isp_hist_cleanup(struct isp_device *isp);

#endif /* OMAP3_ISP_HIST */

Annotation

Implementation Notes