Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/media/
A Ddvb_frontend.h226 struct dvb_tuner_ops { struct
228 struct dvb_tuner_info info;
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);
240 int (*set_config)(struct dvb_frontend *fe, void *priv_cfg);
248 int (*get_status)(struct dvb_frontend *fe, u32 *status);
[all …]

Completed in 7 milliseconds