drivers/media/dvb-frontends/mn88473.h

Source file repositories/reference/linux-study-clean/drivers/media/dvb-frontends/mn88473.h

File Facts

System
Linux kernel
Corpus path
drivers/media/dvb-frontends/mn88473.h
Extension
.h
Size
556 bytes
Lines
36
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 mn88473_config {
	/*
	 * Max num of bytes given I2C adapter could write at once.
	 * Default: unlimited
	 */
	u16 i2c_wr_max;

	/*
	 * Xtal frequency Hz.
	 * Default: 25000000
	 */
	u32 xtal;


	/* Everything after that is returned by the driver. */

	/*
	 * DVB frontend.
	 */
	struct dvb_frontend **fe;
};

#endif

Annotation

Implementation Notes