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

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

File Facts

System
Linux kernel
Corpus path
drivers/media/pci/cx23885/cx23885-input.h
Extension
.h
Size
448 bytes
Lines
17
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_INPUT_H_
#define _CX23885_INPUT_H_
void cx23885_input_rx_work_handler(struct cx23885_dev *dev, u32 events);

int cx23885_input_init(struct cx23885_dev *dev);
void cx23885_input_fini(struct cx23885_dev *dev);
#endif

Annotation

Implementation Notes