drivers/media/tuners/qm1d1b0004.h

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

File Facts

System
Linux kernel
Corpus path
drivers/media/tuners/qm1d1b0004.h
Extension
.h
Size
562 bytes
Lines
25
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 qm1d1b0004_config {
	struct dvb_frontend *fe;

	u32 lpf_freq;   /* LPF frequency[kHz]. Default: symbol rate */
	bool half_step; /* use PLL frequency step of 500Hz instead of 1000Hz */
};

/* special values indicating to use the default in qm1d1b0004_config */
#define QM1D1B0004_CFG_PLL_DFLT 0
#define QM1D1B0004_CFG_LPF_DFLT 0

#endif

Annotation

Implementation Notes