drivers/media/dvb-frontends/mn88472.h

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

File Facts

System
Linux kernel
Corpus path
drivers/media/dvb-frontends/mn88472.h
Extension
.h
Size
1226 bytes
Lines
51
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 mn88472_config {
	unsigned int xtal;

#define MN88472_TS_MODE_SERIAL      0
#define MN88472_TS_MODE_PARALLEL    1
	int ts_mode;

#define MN88472_TS_CLK_FIXED        0
#define MN88472_TS_CLK_VARIABLE     1
	int ts_clock;

	u16 i2c_wr_max;

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

	/*
	 * DVB frontend.
	 */
	struct dvb_frontend **fe;
	struct dvb_frontend* (*get_dvb_frontend)(struct i2c_client *);
};

#endif

Annotation

Implementation Notes