drivers/media/tuners/tda18250.h

Source file repositories/reference/linux-study-clean/drivers/media/tuners/tda18250.h

File Facts

System
Linux kernel
Corpus path
drivers/media/tuners/tda18250.h
Extension
.h
Size
782 bytes
Lines
43
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

struct tda18250_config {
	u16 if_dvbt_6;
	u16 if_dvbt_7;
	u16 if_dvbt_8;
	u16 if_dvbc_6;
	u16 if_dvbc_8;
	u16 if_atsc;
	u8 xtal_freq;
	bool loopthrough;

	/*
	 * frontend
	 */
	struct dvb_frontend *fe;

#if defined(CONFIG_MEDIA_CONTROLLER)
	struct media_device *mdev;
#endif
};

#endif

Annotation

Implementation Notes