Home
last modified time | relevance | path

Searched refs:lgdt3306a_config (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/media/dvb-frontends/
H A Dlgdt3306a.h31 struct lgdt3306a_config { struct
57 struct dvb_frontend *lgdt3306a_attach(const struct lgdt3306a_config *config, argument
61 struct dvb_frontend *lgdt3306a_attach(const struct lgdt3306a_config *config, in lgdt3306a_attach()
H A Dlgdt3306a.c65 const struct lgdt3306a_config *cfg;
1794 struct dvb_frontend *lgdt3306a_attach(const struct lgdt3306a_config *config, in lgdt3306a_attach()
2174 struct lgdt3306a_config *config; in lgdt3306a_probe()
2185 sizeof(struct lgdt3306a_config), GFP_KERNEL); in lgdt3306a_probe()
/openbmc/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-devattr.c583 struct lgdt3306a_config lgdt3306a_config; in pvr2_lgdt3306a_attach() local
588 lgdt3306a_config.fe = &adap->fe[0]; in pvr2_lgdt3306a_attach()
589 lgdt3306a_config.i2c_adapter = &adapter; in pvr2_lgdt3306a_attach()
590 lgdt3306a_config.deny_i2c_rptr = 1; in pvr2_lgdt3306a_attach()
591 lgdt3306a_config.spectral_inversion = 1; in pvr2_lgdt3306a_attach()
592 lgdt3306a_config.qam_if_khz = 4000; in pvr2_lgdt3306a_attach()
593 lgdt3306a_config.vsb_if_khz = 3250; in pvr2_lgdt3306a_attach()
594 lgdt3306a_config.mpeg_mode = LGDT3306A_MPEG_PARALLEL; in pvr2_lgdt3306a_attach()
595 lgdt3306a_config.tpclk_edge = LGDT3306A_TPCLK_FALLING_EDGE; in pvr2_lgdt3306a_attach()
596 lgdt3306a_config.tpvalid_polarity = LGDT3306A_TP_VALID_LOW; in pvr2_lgdt3306a_attach()
[all …]
/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-dvb.c150 static const struct lgdt3306a_config hauppauge_955q_lgdt3306a_config = {
849 struct lgdt3306a_config lgdt3306a_config = {}; in dvb_init() local
851 lgdt3306a_config = hauppauge_955q_lgdt3306a_config; in dvb_init()
852 lgdt3306a_config.fe = &dev->dvb->frontend[0]; in dvb_init()
853 lgdt3306a_config.i2c_adapter = &adapter; in dvb_init()
858 &lgdt3306a_config); in dvb_init()
1035 struct lgdt3306a_config lgdt3306a_config = {}; in dvb_init() local
1039 lgdt3306a_config = hauppauge_955q_lgdt3306a_config; in dvb_init()
1040 lgdt3306a_config.fe = &dev->dvb->frontend[0]; in dvb_init()
1041 lgdt3306a_config.i2c_adapter = &adapter; in dvb_init()
[all …]
/openbmc/linux/drivers/media/usb/em28xx/
H A Dem28xx-dvb.c925 static struct lgdt3306a_config hauppauge_01595_lgdt3306a_config = {
1429 struct lgdt3306a_config lgdt3306a_config = {}; in em28174_dvb_init_hauppauge_wintv_dualhd_01595() local
1434 lgdt3306a_config = hauppauge_01595_lgdt3306a_config; in em28174_dvb_init_hauppauge_wintv_dualhd_01595()
1435 lgdt3306a_config.fe = &dvb->fe[0]; in em28174_dvb_init_hauppauge_wintv_dualhd_01595()
1436 lgdt3306a_config.i2c_adapter = &adapter; in em28174_dvb_init_hauppauge_wintv_dualhd_01595()
1441 addr, &lgdt3306a_config); in em28174_dvb_init_hauppauge_wintv_dualhd_01595()
/openbmc/linux/drivers/media/pci/saa7164/
H A Dsaa7164-dvb.c74 static struct lgdt3306a_config hauppauge_hvr2255a_config = {
86 static struct lgdt3306a_config hauppauge_hvr2255b_config = {
/openbmc/linux/drivers/media/pci/cx23885/
H A Dcx23885-dvb.c569 static struct lgdt3306a_config hauppauge_quadHD_ATSC_a_config = {
581 static struct lgdt3306a_config hauppauge_quadHD_ATSC_b_config = {
922 static struct lgdt3306a_config hauppauge_hvr1265k4_config = {