Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/media/
A Ddvb_frontend.h302 struct analog_demod_ops { struct
304 struct analog_demod_info info;
306 void (*set_params)(struct dvb_frontend *fe,
308 int (*has_signal)(struct dvb_frontend *fe, u16 *signal);
309 int (*get_afc)(struct dvb_frontend *fe, s32 *afc);
310 void (*tuner_status)(struct dvb_frontend *fe);
311 void (*standby)(struct dvb_frontend *fe);
312 void (*release)(struct dvb_frontend *fe);
313 int (*i2c_gate_ctrl)(struct dvb_frontend *fe, int enable);
316 int (*set_config)(struct dvb_frontend *fe, void *priv_cfg);

Completed in 6 milliseconds