Home
last modified time | relevance | path

Searched refs:dib7000p_ops (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c34 struct dib7000p_ops dib7000p_ops; member
277 if (!dvb_attach(dib7000p_attach, &state->dib7000p_ops)) in stk7700P2_frontend_attach()
290 if (state->dib7000p_ops.i2c_enumeration(&adap->dev->i2c_adap, 1, 18, in stk7700P2_frontend_attach()
294 dvb_detach(state->dib7000p_ops.set_wbd_ref); in stk7700P2_frontend_attach()
299 adap->fe_adap[0].fe = state->dib7000p_ops.init(&adap->dev->i2c_adap, in stk7700P2_frontend_attach()
310 if (!dvb_attach(dib7000p_attach, &state->dib7000p_ops)) in stk7700d_frontend_attach()
324 if (state->dib7000p_ops.i2c_enumeration(&adap->dev->i2c_adap, 2, 18, in stk7700d_frontend_attach()
328 dvb_detach(state->dib7000p_ops.set_wbd_ref); in stk7700d_frontend_attach()
333 adap->fe_adap[0].fe = state->dib7000p_ops.init(&adap->dev->i2c_adap, in stk7700d_frontend_attach()
345 tun_i2c = state->dib7000p_ops.get_i2c_master(adap->fe_adap[0].fe, in stk7700d_tuner_attach()
[all …]
H A Dcxusb.c1112 struct dib7000p_ops dib7000p_ops; member
1126 if (!dvb_attach(dib7000p_attach, &state->dib7000p_ops)) in cxusb_dualdig4_rev2_frontend_attach()
1129 if (state->dib7000p_ops.i2c_enumeration(&adap->dev->i2c_adap, 1, 18, in cxusb_dualdig4_rev2_frontend_attach()
1135 adap->fe_adap[0].fe = state->dib7000p_ops.init(&adap->dev->i2c_adap, in cxusb_dualdig4_rev2_frontend_attach()
1149 return state->dib7000p_ops.set_gpio(fe, 8, 0, !onoff); in dib7070_tuner_reset()
1183 state->dib7000p_ops.set_wbd_ref(fe, offset + dib0070_wbd_offset(fe)); in dib7070_set_param_override()
1198 tun_i2c = st->dib7000p_ops.get_i2c_master(adap->fe_adap[0].fe, in cxusb_dualdig4_rev2_tuner_attach()
/linux/drivers/media/dvb-frontends/
H A Ddib7000p.h48 struct dib7000p_ops { struct
69 void *dib7000p_attach(struct dib7000p_ops *ops); argument
71 static inline void *dib7000p_attach(struct dib7000p_ops *ops) in dib7000p_attach()
H A Ddib7000p.c2731 static const struct dvb_frontend_ops dib7000p_ops; variable
2754 memcpy(&st->demod.ops, &dib7000p_ops, sizeof(struct dvb_frontend_ops)); in dib7000p_init()
2796 void *dib7000p_attach(struct dib7000p_ops *ops) in dib7000p_attach()
2822 static const struct dvb_frontend_ops dib7000p_ops = { variable