Lines Matching defs:ops
999 dvb->fe[0]->ops.ts_bus_ctrl = em28xx_dvb_bus_ctrl;
1001 dvb->fe[1]->ops.ts_bus_ctrl = em28xx_dvb_bus_ctrl;
1205 dvb->fe[0]->ops.read_signal_strength =
1206 dvb->fe[0]->ops.tuner_ops.get_rf_strength;
1260 dvb->fe[0]->ops.read_signal_strength =
1261 dvb->fe[0]->ops.tuner_ops.get_rf_strength;
1309 dvb->fe[0]->ops.set_lna = em28xx_pctv_292e_set_lna;
1698 dvb->fe[0]->ops.set_lna = em28xx_pctv_290e_set_lna;
1718 dvb->gate_ctrl = dvb->fe[0]->ops.i2c_gate_ctrl;
1719 dvb->fe[0]->ops.i2c_gate_ctrl = drxk_gate_ctrl;
1725 if (dvb->fe[0]->ops.i2c_gate_ctrl)
1726 dvb->fe[0]->ops.i2c_gate_ctrl(dvb->fe[0], 1);
1732 if (dvb->fe[0]->ops.i2c_gate_ctrl)
1733 dvb->fe[0]->ops.i2c_gate_ctrl(dvb->fe[0], 0);
1749 dvb->gate_ctrl = dvb->fe[0]->ops.i2c_gate_ctrl;
1750 dvb->fe[0]->ops.i2c_gate_ctrl = drxk_gate_ctrl;
1753 if (dvb->fe[0]->ops.i2c_gate_ctrl)
1754 dvb->fe[0]->ops.i2c_gate_ctrl(dvb->fe[0], 1);
1760 if (dvb->fe[0]->ops.i2c_gate_ctrl)
1761 dvb->fe[0]->ops.i2c_gate_ctrl(dvb->fe[0], 0);
1786 dvb->fe[0]->ops.i2c_gate_ctrl = NULL;
1993 static inline void prevent_sleep(struct dvb_frontend_ops *ops)
1995 ops->set_voltage = NULL;
1996 ops->sleep = NULL;
1997 ops->tuner_ops.sleep = NULL;
2029 prevent_sleep(&dvb->fe[0]->ops);
2033 prevent_sleep(&dvb->fe[1]->ops);