Home
last modified time | relevance | path

Searched defs:dvb_frontend_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/include/media/
A Ddvb_frontend.h439 struct dvb_frontend_ops { struct
440 struct dvb_frontend_internal_info info;
442 u8 delsys[MAX_DELSYS];
444 void (*detach)(struct dvb_frontend *fe);
448 int (*init)(struct dvb_frontend* fe);
449 int (*sleep)(struct dvb_frontend* fe);
451 int (*resume)(struct dvb_frontend *fe);
456 int (*tune)(struct dvb_frontend* fe,
490 int (*set_lna)(struct dvb_frontend *);
498 struct dvb_tuner_ops tuner_ops;
[all …]

Completed in 7 milliseconds