drivers/media/dvb-frontends/mn88443x.h

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

File Facts

System
Linux kernel
Corpus path
drivers/media/dvb-frontends/mn88443x.h
Extension
.h
Size
561 bytes
Lines
28
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 mn88443x_config {
	struct clk *mclk;
	u32 if_freq;
	struct gpio_desc *reset_gpio;

	/* Everything after that is returned by the driver. */
	struct dvb_frontend **fe;
};

#endif /* MN88443X_H */

Annotation

Implementation Notes