drivers/media/dvb-frontends/gp8psk-fe.h

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

File Facts

System
Linux kernel
Corpus path
drivers/media/dvb-frontends/gp8psk-fe.h
Extension
.h
Size
2617 bytes
Lines
74
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 gp8psk_fe_ops {
	int (*in)(void *priv, u8 req, u16 value, u16 index, u8 *b, int blen);
	int (*out)(void *priv, u8 req, u16 value, u16 index, u8 *b, int blen);
	int (*reload)(void *priv);
};

struct dvb_frontend *gp8psk_fe_attach(const struct gp8psk_fe_ops *ops,
				      void *priv, bool is_rev1);

#endif

Annotation

Implementation Notes