Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/dvb-core/
Ddvb_frontend.h319 struct analog_demod_ops { struct
321 struct analog_demod_info info;
323 void (*set_params)(struct dvb_frontend *fe,
325 int (*has_signal)(struct dvb_frontend *fe, u16 *signal);
326 int (*get_afc)(struct dvb_frontend *fe, s32 *afc);
327 void (*tuner_status)(struct dvb_frontend *fe);
328 void (*standby)(struct dvb_frontend *fe);
329 void (*release)(struct dvb_frontend *fe);
330 int (*i2c_gate_ctrl)(struct dvb_frontend *fe, int enable);
333 int (*set_config)(struct dvb_frontend *fe, void *priv_cfg);