Searched refs:tun_i2c (Results 1 - 4 of 4) sorted by relevance
/drivers/media/usb/dvb-usb/ |
H A D | dib0700_devices.c | 123 struct i2c_adapter *tun_i2c = dib3000mc_get_tuner_i2c_master(adap->fe_adap[0].fe, 1); local 130 return dvb_attach(mt2060_attach, adap->fe_adap[0].fe, tun_i2c, 343 struct i2c_adapter *tun_i2c; local 346 tun_i2c = state->dib7000p_ops.get_i2c_master(adap->fe_adap[0].fe, 348 return dvb_attach(mt2266_attach, adap->fe_adap[0].fe, tun_i2c, 494 struct i2c_adapter *tun_i2c; local 497 tun_i2c = state->dib7000p_ops.get_i2c_master(adap->fe_adap[0].fe, 500 stk7700ph_xc3028_config.i2c_adap = tun_i2c; 746 struct i2c_adapter *tun_i2c; local 756 tun_i2c 888 struct i2c_adapter *tun_i2c = st->dib7000p_ops.get_i2c_master(adap->fe_adap[0].fe, local 903 struct i2c_adapter *tun_i2c = st->dib7000p_ops.get_i2c_master(adap->fe_adap[0].fe, DIBX000_I2C_INTERFACE_TUNER, 1); local 1310 struct i2c_adapter *tun_i2c = st->dib8000_ops.get_i2c_master(adap->fe_adap[0].fe, local 1740 struct i2c_adapter *tun_i2c = st->dib8000_ops.get_i2c_master(adap->fe_adap[0].fe, DIBX000_I2C_INTERFACE_TUNER, 1); local 1782 struct i2c_adapter *tun_i2c; local 2169 struct i2c_adapter *tun_i2c = st->dib8000_ops.get_i2c_tuner(adap->fe_adap[0].fe); local 3053 struct i2c_adapter *tun_i2c = st->dib7000p_ops.get_i2c_tuner(adap->fe_adap[0].fe); local 3138 struct i2c_adapter *tun_i2c = st->dib7000p_ops.get_i2c_tuner(adap->fe_adap[0].fe); local 3157 struct i2c_adapter *tun_i2c = st->dib7000p_ops.get_i2c_tuner(adap->fe_adap[0].fe); local 3212 struct i2c_adapter *tun_i2c = local 3627 struct i2c_adapter *tun_i2c; local [all...] |
H A D | dibusb-common.c | 297 struct i2c_adapter *tun_i2c; local 330 tun_i2c = dib3000mc_get_tuner_i2c_master(adap->fe_adap[0].fe, 1); 331 if (dvb_attach(mt2060_attach, adap->fe_adap[0].fe, tun_i2c, &stk3000p_mt2060_config, if1) == NULL) { 333 if (dvb_attach(dvb_pll_attach, adap->fe_adap[0].fe, 0x60, tun_i2c, DVB_PLL_ENV57H1XD5) == NULL)
|
H A D | cxusb.c | 1255 struct i2c_adapter *tun_i2c; local 1262 tun_i2c = st->dib7000p_ops.get_i2c_master(adap->fe_adap[0].fe, 1265 if (dvb_attach(dib0070_attach, adap->fe_adap[0].fe, tun_i2c,
|
/drivers/media/pci/cx23885/ |
H A D | cx23885-dvb.c | 1207 struct i2c_adapter *tun_i2c; local 1211 tun_i2c = dib7000p_ops.get_i2c_master(fe0->dvb.frontend, DIBX000_I2C_INTERFACE_TUNER, 1); 1212 if (!dvb_attach(dib0070_attach, fe0->dvb.frontend, tun_i2c, &dib7070p_dib0070_config))
|
Completed in 61 milliseconds