Searched refs:si2168_config (Results 1 – 5 of 5) sorted by relevance
471 struct si2168_config si2168_config = {}; in dvbsky_t680c_attach() local476 si2168_config.i2c_adapter = &i2c_adapter; in dvbsky_t680c_attach()477 si2168_config.fe = &adap->fe[0]; in dvbsky_t680c_attach()478 si2168_config.ts_mode = SI2168_TS_PARALLEL; in dvbsky_t680c_attach()482 0x64, &si2168_config); in dvbsky_t680c_attach()521 struct si2168_config si2168_config = {}; in dvbsky_t330_attach() local525 si2168_config.i2c_adapter = &i2c_adapter; in dvbsky_t330_attach()526 si2168_config.fe = &adap->fe[0]; in dvbsky_t330_attach()527 si2168_config.ts_mode = SI2168_TS_PARALLEL; in dvbsky_t330_attach()528 si2168_config.ts_clock_gapped = true; in dvbsky_t330_attach()[all …]
1022 struct si2168_config si2168_config = {}; in rtl2832u_frontend_attach() local1025 si2168_config.i2c_adapter = &adapter; in rtl2832u_frontend_attach()1026 si2168_config.fe = &adap->fe[1]; in rtl2832u_frontend_attach()1027 si2168_config.ts_mode = SI2168_TS_SERIAL; in rtl2832u_frontend_attach()1028 si2168_config.ts_clock_inv = false; in rtl2832u_frontend_attach()1029 si2168_config.ts_clock_gapped = true; in rtl2832u_frontend_attach()1032 info.platform_data = &si2168_config; in rtl2832u_frontend_attach()
1218 struct si2168_config si2168_config; in it930x_frontend_attach() local1223 memset(&si2168_config, 0, sizeof(si2168_config)); in it930x_frontend_attach()1224 si2168_config.i2c_adapter = &adapter; in it930x_frontend_attach()1225 si2168_config.fe = &adap->fe[0]; in it930x_frontend_attach()1226 si2168_config.ts_mode = SI2168_TS_SERIAL; in it930x_frontend_attach()1230 ret = af9035_add_i2c_dev(d, "si2168", 0x67, &si2168_config, in it930x_frontend_attach()
25 struct si2168_config { struct
722 struct si2168_config *config = client->dev.platform_data; in si2168_probe()