Symbol: lgdt3306a_config
drivers/media/dvb-frontends/lgdt3306a.c
1794
struct dvb_frontend *lgdt3306a_attach(const struct lgdt3306a_config *config,
drivers/media/dvb-frontends/lgdt3306a.c
2174
struct lgdt3306a_config *config;
drivers/media/dvb-frontends/lgdt3306a.c
2185
sizeof(struct lgdt3306a_config), GFP_KERNEL);
drivers/media/dvb-frontends/lgdt3306a.c
65
const struct lgdt3306a_config *cfg;
drivers/media/dvb-frontends/lgdt3306a.h
57
struct dvb_frontend *lgdt3306a_attach(const struct lgdt3306a_config *config,
drivers/media/dvb-frontends/lgdt3306a.h
61
struct dvb_frontend *lgdt3306a_attach(const struct lgdt3306a_config *config,
drivers/media/pci/cx23885/cx23885-dvb.c
567
static struct lgdt3306a_config hauppauge_quadHD_ATSC_a_config = {
drivers/media/pci/cx23885/cx23885-dvb.c
579
static struct lgdt3306a_config hauppauge_quadHD_ATSC_b_config = {
drivers/media/pci/cx23885/cx23885-dvb.c
920
static struct lgdt3306a_config hauppauge_hvr1265k4_config = {
drivers/media/pci/saa7164/saa7164-dvb.c
74
static struct lgdt3306a_config hauppauge_hvr2255a_config = {
drivers/media/pci/saa7164/saa7164-dvb.c
86
static struct lgdt3306a_config hauppauge_hvr2255b_config = {
drivers/media/usb/cx231xx/cx231xx-dvb.c
1035
struct lgdt3306a_config lgdt3306a_config = {};
drivers/media/usb/cx231xx/cx231xx-dvb.c
1039
lgdt3306a_config = hauppauge_955q_lgdt3306a_config;
drivers/media/usb/cx231xx/cx231xx-dvb.c
1040
lgdt3306a_config.fe = &dev->dvb->frontend[0];
drivers/media/usb/cx231xx/cx231xx-dvb.c
1041
lgdt3306a_config.i2c_adapter = &adapter;
drivers/media/usb/cx231xx/cx231xx-dvb.c
1046
&lgdt3306a_config);
drivers/media/usb/cx231xx/cx231xx-dvb.c
150
static const struct lgdt3306a_config hauppauge_955q_lgdt3306a_config = {
drivers/media/usb/cx231xx/cx231xx-dvb.c
849
struct lgdt3306a_config lgdt3306a_config = {};
drivers/media/usb/cx231xx/cx231xx-dvb.c
851
lgdt3306a_config = hauppauge_955q_lgdt3306a_config;
drivers/media/usb/cx231xx/cx231xx-dvb.c
852
lgdt3306a_config.fe = &dev->dvb->frontend[0];
drivers/media/usb/cx231xx/cx231xx-dvb.c
853
lgdt3306a_config.i2c_adapter = &adapter;
drivers/media/usb/cx231xx/cx231xx-dvb.c
858
&lgdt3306a_config);
drivers/media/usb/em28xx/em28xx-dvb.c
1429
struct lgdt3306a_config lgdt3306a_config = {};
drivers/media/usb/em28xx/em28xx-dvb.c
1434
lgdt3306a_config = hauppauge_01595_lgdt3306a_config;
drivers/media/usb/em28xx/em28xx-dvb.c
1435
lgdt3306a_config.fe = &dvb->fe[0];
drivers/media/usb/em28xx/em28xx-dvb.c
1436
lgdt3306a_config.i2c_adapter = &adapter;
drivers/media/usb/em28xx/em28xx-dvb.c
1441
addr, &lgdt3306a_config);
drivers/media/usb/em28xx/em28xx-dvb.c
925
static struct lgdt3306a_config hauppauge_01595_lgdt3306a_config = {
drivers/media/usb/pvrusb2/pvrusb2-devattr.c
583
struct lgdt3306a_config lgdt3306a_config;
drivers/media/usb/pvrusb2/pvrusb2-devattr.c
588
lgdt3306a_config.fe = &adap->fe[0];
drivers/media/usb/pvrusb2/pvrusb2-devattr.c
589
lgdt3306a_config.i2c_adapter = &adapter;
drivers/media/usb/pvrusb2/pvrusb2-devattr.c
590
lgdt3306a_config.deny_i2c_rptr = 1;
drivers/media/usb/pvrusb2/pvrusb2-devattr.c
591
lgdt3306a_config.spectral_inversion = 1;
drivers/media/usb/pvrusb2/pvrusb2-devattr.c
592
lgdt3306a_config.qam_if_khz = 4000;
drivers/media/usb/pvrusb2/pvrusb2-devattr.c
593
lgdt3306a_config.vsb_if_khz = 3250;
drivers/media/usb/pvrusb2/pvrusb2-devattr.c
594
lgdt3306a_config.mpeg_mode = LGDT3306A_MPEG_PARALLEL;
drivers/media/usb/pvrusb2/pvrusb2-devattr.c
595
lgdt3306a_config.tpclk_edge = LGDT3306A_TPCLK_FALLING_EDGE;
drivers/media/usb/pvrusb2/pvrusb2-devattr.c
596
lgdt3306a_config.tpvalid_polarity = LGDT3306A_TP_VALID_LOW;
drivers/media/usb/pvrusb2/pvrusb2-devattr.c
597
lgdt3306a_config.xtalMHz = 25; /* demod clock MHz; 24/25 supported */
drivers/media/usb/pvrusb2/pvrusb2-devattr.c
601
0x59, &lgdt3306a_config);