Searched refs:si2157_config (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/media/usb/cx231xx/ |
D | cx231xx-dvb.c | 776 struct si2157_config si2157_config; in dvb_init() local 798 memset(&si2157_config, 0, sizeof(si2157_config)); in dvb_init() 799 si2157_config.fe = dev->dvb->frontend; in dvb_init() 800 si2157_config.inversion = true; in dvb_init() 803 info.platform_data = &si2157_config; in dvb_init() 831 struct si2157_config si2157_config; in dvb_init() local 853 memset(&si2157_config, 0, sizeof(si2157_config)); in dvb_init() 854 si2157_config.fe = dev->dvb->frontend; in dvb_init() 855 si2157_config.inversion = true; in dvb_init() 858 info.platform_data = &si2157_config; in dvb_init()
|
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/ |
D | dvbsky.c | 528 struct si2157_config si2157_config; in dvbsky_t680c_attach() local 550 memset(&si2157_config, 0, sizeof(si2157_config)); in dvbsky_t680c_attach() 551 si2157_config.fe = adap->fe[0]; in dvbsky_t680c_attach() 555 info.platform_data = &si2157_config; in dvbsky_t680c_attach() 612 struct si2157_config si2157_config; in dvbsky_t330_attach() local 633 memset(&si2157_config, 0, sizeof(si2157_config)); in dvbsky_t330_attach() 634 si2157_config.fe = adap->fe[0]; in dvbsky_t330_attach() 638 info.platform_data = &si2157_config; in dvbsky_t330_attach()
|
D | af9035.c | 1524 struct si2157_config si2157_config; in it930x_tuner_attach() local 1570 memset(&si2157_config, 0, sizeof(si2157_config)); in it930x_tuner_attach() 1571 si2157_config.fe = adap->fe[0]; in it930x_tuner_attach() 1573 &si2157_config, state->i2c_adapter_demod); in it930x_tuner_attach()
|
/linux-4.1.27/drivers/media/tuners/ |
D | si2157.h | 27 struct si2157_config { struct
|
D | si2157.c | 370 struct si2157_config *cfg = client->dev.platform_data; in si2157_probe()
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | cx23885-dvb.c | 1188 struct si2157_config si2157_config; in dvb_register() local 1913 memset(&si2157_config, 0, sizeof(si2157_config)); in dvb_register() 1914 si2157_config.fe = fe0->dvb.frontend; in dvb_register() 1918 info.platform_data = &si2157_config; in dvb_register() 1958 memset(&si2157_config, 0, sizeof(si2157_config)); in dvb_register() 1959 si2157_config.fe = fe0->dvb.frontend; in dvb_register() 1963 info.platform_data = &si2157_config; in dvb_register() 2094 memset(&si2157_config, 0, sizeof(si2157_config)); in dvb_register() 2095 si2157_config.fe = fe0->dvb.frontend; in dvb_register() 2099 info.platform_data = &si2157_config; in dvb_register() [all …]
|
/linux-4.1.27/drivers/media/usb/em28xx/ |
D | em28xx-dvb.c | 1553 struct si2157_config si2157_config; in em28xx_dvb_init() local 1580 memset(&si2157_config, 0, sizeof(si2157_config)); in em28xx_dvb_init() 1581 si2157_config.fe = dvb->fe[0]; in em28xx_dvb_init() 1585 info.platform_data = &si2157_config; in em28xx_dvb_init() 1613 struct si2157_config si2157_config; in em28xx_dvb_init() local 1640 memset(&si2157_config, 0, sizeof(si2157_config)); in em28xx_dvb_init() 1641 si2157_config.fe = dvb->fe[0]; in em28xx_dvb_init() 1645 info.platform_data = &si2157_config; in em28xx_dvb_init()
|
/linux-4.1.27/drivers/media/pci/smipcie/ |
D | smipcie.c | 634 struct si2157_config si2157_config; in smi_dvbsky_sit2_fe_attach() local 658 memset(&si2157_config, 0, sizeof(si2157_config)); in smi_dvbsky_sit2_fe_attach() 659 si2157_config.fe = port->fe; in smi_dvbsky_sit2_fe_attach() 664 client_info.platform_data = &si2157_config; in smi_dvbsky_sit2_fe_attach()
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | cxusb.c | 1315 struct si2157_config si2157_config; in cxusb_mygica_t230_frontend_attach() local 1351 memset(&si2157_config, 0, sizeof(si2157_config)); in cxusb_mygica_t230_frontend_attach() 1352 si2157_config.fe = adap->fe_adap[0].fe; in cxusb_mygica_t230_frontend_attach() 1356 info.platform_data = &si2157_config; in cxusb_mygica_t230_frontend_attach()
|