Home
last modified time | relevance | path

Searched refs:fc_i2c_adap (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/media/common/b2c2/
Dflexcop-i2c.c222 fc->fc_i2c_adap[0].fc = fc; in flexcop_i2c_init()
223 fc->fc_i2c_adap[1].fc = fc; in flexcop_i2c_init()
224 fc->fc_i2c_adap[2].fc = fc; in flexcop_i2c_init()
225 fc->fc_i2c_adap[0].port = FC_I2C_PORT_DEMOD; in flexcop_i2c_init()
226 fc->fc_i2c_adap[1].port = FC_I2C_PORT_EEPROM; in flexcop_i2c_init()
227 fc->fc_i2c_adap[2].port = FC_I2C_PORT_TUNER; in flexcop_i2c_init()
229 strscpy(fc->fc_i2c_adap[0].i2c_adap.name, "B2C2 FlexCop I2C to demod", in flexcop_i2c_init()
230 sizeof(fc->fc_i2c_adap[0].i2c_adap.name)); in flexcop_i2c_init()
231 strscpy(fc->fc_i2c_adap[1].i2c_adap.name, "B2C2 FlexCop I2C to eeprom", in flexcop_i2c_init()
232 sizeof(fc->fc_i2c_adap[1].i2c_adap.name)); in flexcop_i2c_init()
[all …]
Dflexcop-fe-tuner.c324 fc->fc_i2c_adap[0].no_base_addr = 1; in skystar2_rev27_attach()
338 fc->fc_i2c_adap[2].no_base_addr = 1; in skystar2_rev27_attach()
339 if (!dvb_attach(isl6421_attach, fc->fe, &fc->fc_i2c_adap[2].i2c_adap, in skystar2_rev27_attach()
360 fc->fc_i2c_adap[2].no_base_addr = 0; in skystar2_rev27_attach()
363 fc->fc_i2c_adap[0].no_base_addr = 0; in skystar2_rev27_attach()
404 fc->fc_i2c_adap[2].no_base_addr = 1; in skystar2_rev28_attach()
405 if (!dvb_attach(isl6421_attach, fc->fe, &fc->fc_i2c_adap[2].i2c_adap, in skystar2_rev28_attach()
408 fc->fc_i2c_adap[2].no_base_addr = 0; in skystar2_rev28_attach()
601 fc->fc_i2c_adap[0].no_base_addr = 1; in cablestar2_attach()
613 &fc->fc_i2c_adap[2].i2c_adap, DVB_PLL_TDEE4)) in cablestar2_attach()
[all …]
Dflexcop-eeprom.c113 ret = fc->i2c_request(&fc->fc_i2c_adap[1], op, chipaddr, in flexcop_eeprom_request()
Dflexcop-common.h85 struct flexcop_i2c_adapter fc_i2c_adap[3]; member