Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/dvb-core/
Ddvb_frontend.h244 struct analog_demod_ops { struct
246 struct analog_demod_info info;
248 void (*set_params)(struct dvb_frontend *fe,
250 int (*has_signal)(struct dvb_frontend *fe, u16 *signal);
251 int (*get_afc)(struct dvb_frontend *fe, s32 *afc);
252 void (*tuner_status)(struct dvb_frontend *fe);
253 void (*standby)(struct dvb_frontend *fe);
254 void (*release)(struct dvb_frontend *fe);
255 int (*i2c_gate_ctrl)(struct dvb_frontend *fe, int enable);
258 int (*set_config)(struct dvb_frontend *fe, void *priv_cfg);