Searched refs:dib7000p_ops (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | dib0700_devices.c | 35 struct dib7000p_ops dib7000p_ops; member 278 if (!dvb_attach(dib7000p_attach, &state->dib7000p_ops)) in stk7700P2_frontend_attach() 291 if (state->dib7000p_ops.i2c_enumeration(&adap->dev->i2c_adap, 1, 18, in stk7700P2_frontend_attach() 295 dvb_detach(&state->dib7000p_ops); in stk7700P2_frontend_attach() 300 adap->fe_adap[0].fe = state->dib7000p_ops.init(&adap->dev->i2c_adap, in stk7700P2_frontend_attach() 311 if (!dvb_attach(dib7000p_attach, &state->dib7000p_ops)) in stk7700d_frontend_attach() 325 if (state->dib7000p_ops.i2c_enumeration(&adap->dev->i2c_adap, 2, 18, in stk7700d_frontend_attach() 329 dvb_detach(&state->dib7000p_ops); in stk7700d_frontend_attach() 334 adap->fe_adap[0].fe = state->dib7000p_ops.init(&adap->dev->i2c_adap, in stk7700d_frontend_attach() 346 tun_i2c = state->dib7000p_ops.get_i2c_master(adap->fe_adap[0].fe, in stk7700d_tuner_attach() [all …]
|
D | cxusb.c | 1077 struct dib7000p_ops dib7000p_ops; member 1091 if (!dvb_attach(dib7000p_attach, &state->dib7000p_ops)) in cxusb_dualdig4_rev2_frontend_attach() 1094 if (state->dib7000p_ops.i2c_enumeration(&adap->dev->i2c_adap, 1, 18, in cxusb_dualdig4_rev2_frontend_attach() 1100 adap->fe_adap[0].fe = state->dib7000p_ops.init(&adap->dev->i2c_adap, 0x80, in cxusb_dualdig4_rev2_frontend_attach() 1113 return state->dib7000p_ops.set_gpio(fe, 8, 0, !onoff); in dib7070_tuner_reset() 1142 state->dib7000p_ops.set_wbd_ref(fe, offset + dib0070_wbd_offset(fe)); in dib7070_set_param_override() 1157 tun_i2c = st->dib7000p_ops.get_i2c_master(adap->fe_adap[0].fe, in cxusb_dualdig4_rev2_tuner_attach()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | dib7000p.h | 49 struct dib7000p_ops { struct 70 void *dib7000p_attach(struct dib7000p_ops *ops); argument 72 static inline void *dib7000p_attach(struct dib7000p_ops *ops) in dib7000p_attach()
|
D | dib7000p.c | 2717 static struct dvb_frontend_ops dib7000p_ops; variable 2740 memcpy(&st->demod.ops, &dib7000p_ops, sizeof(struct dvb_frontend_ops)); in dib7000p_init() 2781 void *dib7000p_attach(struct dib7000p_ops *ops) in dib7000p_attach() 2807 static struct dvb_frontend_ops dib7000p_ops = { variable
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | cx23885-dvb.c | 974 struct dib7000p_ops *dib7000p_ops = fe->sec_priv; in dib7070_tuner_reset() local 976 return dib7000p_ops->set_gpio(fe, 8, 0, !onoff); in dib7070_tuner_reset() 1183 struct dib7000p_ops dib7000p_ops; in dvb_register() local 1373 if (!dvb_attach(dib7000p_attach, &dib7000p_ops)) in dvb_register() 1376 fe0->dvb.frontend = dib7000p_ops.init(&i2c_bus->i2c_adap, in dvb_register() 1444 if (!dvb_attach(dib7000p_attach, &dib7000p_ops)) in dvb_register() 1447 if (dib7000p_ops.i2c_enumeration(&i2c_bus->i2c_adap, 1, 0x12, &dib7070p_dib7000p_config) < 0) { in dvb_register() 1451 fe0->dvb.frontend = dib7000p_ops.init(&i2c_bus->i2c_adap, 0x80, &dib7070p_dib7000p_config); in dvb_register() 1455 fe0->dvb.frontend->sec_priv = kmalloc(sizeof(dib7000p_ops), GFP_KERNEL); in dvb_register() 1456 memcpy(fe0->dvb.frontend->sec_priv, &dib7000p_ops, sizeof(dib7000p_ops)); in dvb_register() [all …]
|