Home
last modified time | relevance | path

Searched refs:dvb_frontend (Results 1 – 3 of 3) sorted by relevance

/include/media/
Ddvb_frontend.h75 struct dvb_frontend;
230 void (*release)(struct dvb_frontend *fe);
231 int (*init)(struct dvb_frontend *fe);
232 int (*sleep)(struct dvb_frontend *fe);
233 int (*suspend)(struct dvb_frontend *fe);
234 int (*resume)(struct dvb_frontend *fe);
237 int (*set_params)(struct dvb_frontend *fe);
238 int (*set_analog_params)(struct dvb_frontend *fe, struct analog_parameters *p);
240 int (*set_config)(struct dvb_frontend *fe, void *priv_cfg);
242 int (*get_frequency)(struct dvb_frontend *fe, u32 *frequency);
[all …]
Dvideobuf2-dvb.h24 struct dvb_frontend *frontend;
67 int vb2_dvb_find_frontend(struct vb2_dvb_frontends *f, struct dvb_frontend *p);
Ddvbdev.h76 struct dvb_frontend;