Home
last modified time | relevance | path

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

/linux-4.19.296/include/media/
Ddvb_frontend.h301 struct analog_demod_ops { struct
303 struct analog_demod_info info;
305 void (*set_params)(struct dvb_frontend *fe,
307 int (*has_signal)(struct dvb_frontend *fe, u16 *signal);
308 int (*get_afc)(struct dvb_frontend *fe, s32 *afc);
309 void (*tuner_status)(struct dvb_frontend *fe);
310 void (*standby)(struct dvb_frontend *fe);
311 void (*release)(struct dvb_frontend *fe);
312 int (*i2c_gate_ctrl)(struct dvb_frontend *fe, int enable);
315 int (*set_config)(struct dvb_frontend *fe, void *priv_cfg);