Searched refs:fc_i2c_adap (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/media/dvb/b2c2/ |
D | flexcop-i2c.c | 230 fc->fc_i2c_adap[0].fc = fc; in flexcop_i2c_init() 231 fc->fc_i2c_adap[1].fc = fc; in flexcop_i2c_init() 232 fc->fc_i2c_adap[2].fc = fc; in flexcop_i2c_init() 233 fc->fc_i2c_adap[0].port = FC_I2C_PORT_DEMOD; in flexcop_i2c_init() 234 fc->fc_i2c_adap[1].port = FC_I2C_PORT_EEPROM; in flexcop_i2c_init() 235 fc->fc_i2c_adap[2].port = FC_I2C_PORT_TUNER; in flexcop_i2c_init() 237 strlcpy(fc->fc_i2c_adap[0].i2c_adap.name, "B2C2 FlexCop I2C to demod", in flexcop_i2c_init() 238 sizeof(fc->fc_i2c_adap[0].i2c_adap.name)); in flexcop_i2c_init() 239 strlcpy(fc->fc_i2c_adap[1].i2c_adap.name, "B2C2 FlexCop I2C to eeprom", in flexcop_i2c_init() 240 sizeof(fc->fc_i2c_adap[1].i2c_adap.name)); in flexcop_i2c_init() [all …]
|
D | flexcop-fe-tuner.c | 312 fc->fc_i2c_adap[0].no_base_addr = 1; in skystar2_rev27_attach() 326 fc->fc_i2c_adap[2].no_base_addr = 1; in skystar2_rev27_attach() 327 if (!dvb_attach(isl6421_attach, fc->fe, &fc->fc_i2c_adap[2].i2c_adap, in skystar2_rev27_attach() 348 fc->fc_i2c_adap[2].no_base_addr = 0; in skystar2_rev27_attach() 351 fc->fc_i2c_adap[0].no_base_addr = 0; in skystar2_rev27_attach() 392 fc->fc_i2c_adap[2].no_base_addr = 1; in skystar2_rev28_attach() 393 if (!dvb_attach(isl6421_attach, fc->fe, &fc->fc_i2c_adap[2].i2c_adap, in skystar2_rev28_attach() 396 fc->fc_i2c_adap[2].no_base_addr = 0; in skystar2_rev28_attach() 596 fc->fc_i2c_adap[0].no_base_addr = 1; in cablestar2_attach() 608 &fc->fc_i2c_adap[2].i2c_adap, DVB_PLL_TDEE4)) in cablestar2_attach() [all …]
|
D | flexcop-eeprom.c | 112 ret = fc->i2c_request(&fc->fc_i2c_adap[1], op, chipaddr, in flexcop_eeprom_request()
|
D | flexcop-common.h | 85 struct flexcop_i2c_adapter fc_i2c_adap[3]; member
|