drivers/media/pci/cx18/cx18-gpio.h

Source file repositories/reference/linux-study-clean/drivers/media/pci/cx18/cx18-gpio.h

File Facts

System
Linux kernel
Corpus path
drivers/media/pci/cx18/cx18-gpio.h
Extension
.h
Size
518 bytes
Lines
21
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

void cx18_gpio_init(struct cx18 *cx);
int cx18_gpio_register(struct cx18 *cx, u32 hw);

enum cx18_gpio_reset_type {
	CX18_GPIO_RESET_I2C     = 0,
	CX18_GPIO_RESET_Z8F0811 = 1,
	CX18_GPIO_RESET_XC2028  = 2,
};

int cx18_reset_tuner_gpio(void *dev, int component, int cmd, int value);

Annotation

Implementation Notes