Home
last modified time | relevance | path

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

/drivers/media/usb/dvb-usb/
A Ddib0700_devices.c34 struct dib7000p_ops dib7000p_ops; member
294 dvb_detach(state->dib7000p_ops.set_wbd_ref); in stk7700P2_frontend_attach()
328 dvb_detach(state->dib7000p_ops.set_wbd_ref); in stk7700d_frontend_attach()
482 dvb_detach(state->dib7000p_ops.set_wbd_ref); in stk7700ph_frontend_attach()
729 memset(&state->dib7000p_ops, 0, sizeof(state->dib7000p_ops)); in stk7700p_frontend_attach()
869 state->dib7000p_ops.set_gpio(fe, 0, 0, 1); in dib7770_set_param_override()
874 state->dib7000p_ops.set_gpio(fe, 0, 0, 0); in dib7770_set_param_override()
2653 state->dib7000p_ops.update_pll(fe, &pll); in dib7090_agc_startup()
2675 state->dib7000p_ops.set_gpio(fe, 8, 0, 0); in tfe7790p_update_lna()
2676 state->dib7000p_ops.set_agc1_min(fe, 0); in tfe7790p_update_lna()
[all …]
A Dcxusb.c1111 struct dib7000p_ops dib7000p_ops; member
1125 if (!dvb_attach(dib7000p_attach, &state->dib7000p_ops)) in cxusb_dualdig4_rev2_frontend_attach()
1128 if (state->dib7000p_ops.i2c_enumeration(&adap->dev->i2c_adap, 1, 18, in cxusb_dualdig4_rev2_frontend_attach()
1134 adap->fe_adap[0].fe = state->dib7000p_ops.init(&adap->dev->i2c_adap, in cxusb_dualdig4_rev2_frontend_attach()
1148 return state->dib7000p_ops.set_gpio(fe, 8, 0, !onoff); in dib7070_tuner_reset()
1182 state->dib7000p_ops.set_wbd_ref(fe, offset + dib0070_wbd_offset(fe)); in dib7070_set_param_override()
1197 tun_i2c = st->dib7000p_ops.get_i2c_master(adap->fe_adap[0].fe, in cxusb_dualdig4_rev2_tuner_attach()
/drivers/media/dvb-frontends/
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()
A Ddib7000p.c2739 static const struct dvb_frontend_ops dib7000p_ops; variable
2762 memcpy(&st->demod.ops, &dib7000p_ops, sizeof(struct dvb_frontend_ops)); in dib7000p_init()
2804 void *dib7000p_attach(struct dib7000p_ops *ops) in dib7000p_attach()
2830 static const struct dvb_frontend_ops dib7000p_ops = { variable
/drivers/media/pci/cx23885/
A Dcx23885-dvb.c978 struct dib7000p_ops *dib7000p_ops = fe->sec_priv; in dib7070_tuner_reset() local
980 return dib7000p_ops->set_gpio(fe, 8, 0, !onoff); in dib7070_tuner_reset()
1187 struct dib7000p_ops dib7000p_ops; in dvb_register() local
1383 if (!dvb_attach(dib7000p_attach, &dib7000p_ops)) in dvb_register()
1386 fe0->dvb.frontend = dib7000p_ops.init(&i2c_bus->i2c_adap, in dvb_register()
1454 if (!dvb_attach(dib7000p_attach, &dib7000p_ops)) in dvb_register()
1457 if (dib7000p_ops.i2c_enumeration(&i2c_bus->i2c_adap, 1, 0x12, &dib7070p_dib7000p_config) < 0) { in dvb_register()
1461 fe0->dvb.frontend = dib7000p_ops.init(&i2c_bus->i2c_adap, 0x80, &dib7070p_dib7000p_config); in dvb_register()
1465 fe0->dvb.frontend->sec_priv = kmemdup(&dib7000p_ops, sizeof(dib7000p_ops), GFP_KERNEL); in dvb_register()
1468 tun_i2c = dib7000p_ops.get_i2c_master(fe0->dvb.frontend, DIBX000_I2C_INTERFACE_TUNER, 1); in dvb_register()

Completed in 27 milliseconds