Lines Matching defs:demod
36 struct dvb_frontend demod; member
215 static int dib7000p_set_diversity_in(struct dvb_frontend *demod, int onoff) in dib7000p_set_diversity_in()
404 int dib7000p_set_wbd_ref(struct dvb_frontend *demod, u16 value) in dib7000p_set_wbd_ref()
542 int dib7000p_set_gpio(struct dvb_frontend *demod, u8 num, u8 dir, u8 val) in dib7000p_set_gpio()
815 static int dib7000p_agc_startup(struct dvb_frontend *demod) in dib7000p_agc_startup()
1099 static int dib7000p_autosearch_start(struct dvb_frontend *demod) in dib7000p_autosearch_start()
1144 static int dib7000p_autosearch_is_irq(struct dvb_frontend *demod) in dib7000p_autosearch_is_irq()
1246 static int dib7000p_tune(struct dvb_frontend *demod) in dib7000p_tune()
1351 static int dib7000p_wakeup(struct dvb_frontend *demod) in dib7000p_wakeup()
1361 static int dib7000p_sleep(struct dvb_frontend *demod) in dib7000p_sleep()
1623 static void dib7000p_release(struct dvb_frontend *demod) in dib7000p_release()
1678 struct i2c_adapter *dib7000p_get_i2c_master(struct dvb_frontend *demod, enum dibx000_i2c_interface … in dib7000p_get_i2c_master()
2364 struct dvb_frontend *demod; in dib7000p_attach() local