Home
last modified time | relevance | path

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

/linux-6.3-rc2/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()
2641 state->dib7000p_ops.update_pll(fe, &pll); in dib7090_agc_startup()
2663 state->dib7000p_ops.set_gpio(fe, 8, 0, 0); in tfe7790p_update_lna()
2664 state->dib7000p_ops.set_agc1_min(fe, 0); in tfe7790p_update_lna()
[all …]
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-6.3-rc2/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.c2736 static const struct dvb_frontend_ops dib7000p_ops; variable
2759 memcpy(&st->demod.ops, &dib7000p_ops, sizeof(struct dvb_frontend_ops)); in dib7000p_init()
2801 void *dib7000p_attach(struct dib7000p_ops *ops) in dib7000p_attach()
2827 static const struct dvb_frontend_ops dib7000p_ops = { variable
/linux-6.3-rc2/drivers/media/pci/cx23885/
A Dcx23885-dvb.c980 struct dib7000p_ops *dib7000p_ops = fe->sec_priv; in dib7070_tuner_reset() local
982 return dib7000p_ops->set_gpio(fe, 8, 0, !onoff); in dib7070_tuner_reset()
1189 struct dib7000p_ops dib7000p_ops; in dvb_register() local
1385 if (!dvb_attach(dib7000p_attach, &dib7000p_ops)) in dvb_register()
1388 fe0->dvb.frontend = dib7000p_ops.init(&i2c_bus->i2c_adap, in dvb_register()
1456 if (!dvb_attach(dib7000p_attach, &dib7000p_ops)) in dvb_register()
1459 if (dib7000p_ops.i2c_enumeration(&i2c_bus->i2c_adap, 1, 0x12, &dib7070p_dib7000p_config) < 0) { in dvb_register()
1463 fe0->dvb.frontend = dib7000p_ops.init(&i2c_bus->i2c_adap, 0x80, &dib7070p_dib7000p_config); in dvb_register()
1467 fe0->dvb.frontend->sec_priv = kmemdup(&dib7000p_ops, sizeof(dib7000p_ops), GFP_KERNEL); in dvb_register()
1470 tun_i2c = dib7000p_ops.get_i2c_master(fe0->dvb.frontend, DIBX000_I2C_INTERFACE_TUNER, 1); in dvb_register()

Completed in 24 milliseconds