drivers/media/pci/cx23885/cx23885-ir.h

Source file repositories/reference/linux-study-clean/drivers/media/pci/cx23885/cx23885-ir.h

File Facts

System
Linux kernel
Corpus path
drivers/media/pci/cx23885/cx23885-ir.h
Extension
.h
Size
566 bytes
Lines
18
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 _CX23885_IR_H_
#define _CX23885_IR_H_
void cx23885_ir_rx_v4l2_dev_notify(struct v4l2_subdev *sd, u32 events);
void cx23885_ir_tx_v4l2_dev_notify(struct v4l2_subdev *sd, u32 events);

void cx23885_ir_rx_work_handler(struct work_struct *work);
void cx23885_ir_tx_work_handler(struct work_struct *work);
#endif

Annotation

Implementation Notes