/linux/drivers/media/tuners/ |
A D | tda9887.c | 293 tuner_info("read: 0x%2x\n", buf[0]); in dump_read_message() 344 tuner_info(" B0 video mode : %s\n", in dump_write_message() 346 tuner_info(" B1 auto mute fm : %s\n", in dump_write_message() 348 tuner_info(" B2 carrier mode : %s\n", in dump_write_message() 350 tuner_info(" B3-4 tv sound/radio : %s\n", in dump_write_message() 352 tuner_info(" B5 force mute audio: %s\n", in dump_write_message() 354 tuner_info(" B6 output port 1 : %s\n", in dump_write_message() 356 tuner_info(" B7 output port 2 : %s\n", in dump_write_message() 370 tuner_info(" E6 l pll gating : %s\n", in dump_write_message() 396 tuner_info("--\n"); in dump_write_message() [all …]
|
A D | tea5767.c | 138 tuner_info("Ready Flag ON\n"); in tea5767_status_dump() 140 tuner_info("Ready Flag OFF\n"); in tea5767_status_dump() 143 tuner_info("Tuner at band limit\n"); in tea5767_status_dump() 145 tuner_info("Tuner not at band limit\n"); in tea5767_status_dump() 167 tuner_info("Frequency %d.%03d KHz (divider = 0x%04x)\n", in tea5767_status_dump() 171 tuner_info("Stereo\n"); in tea5767_status_dump() 173 tuner_info("Mono\n"); in tea5767_status_dump() 177 tuner_info("ADC Level = %d\n", in tea5767_status_dump() 180 tuner_info("Chip ID = %d\n", (buffer[3] & TEA5767_CHIP_ID_MASK)); in tea5767_status_dump() 182 tuner_info("Reserved = 0x%02x\n", in tea5767_status_dump() [all …]
|
A D | mt20xx.c | 153 tuner_info("mt2032: frequency parameters out of range: %d %d %d %d\n", in mt2032_compute_freq() 620 tuner_info("microtune: companycode=%04x part=%02x rev=%02x\n", in microtune_attach() 635 tuner_info("microtune %s found, not (yet?) supported, sorry :-/\n", in microtune_attach() 642 tuner_info("microtune %s found, OK\n",name); in microtune_attach()
|
A D | tuner-xc2028.c | 127 tuner_info("i2c output error: rc = %d (should be %d)\n",\ 331 tuner_info("Loading %d firmware images from %s, type: %s, ver %d.%d\n", in load_all_firmwares() 419 tuner_info("Releasing partially loaded firmware file.\n"); in load_all_firmwares() 558 tuner_info("Loading firmware for type="); in load_firmware() 602 tuner_info("Invalid RESET code %d\n", in load_firmware() 691 tuner_info("Loading SCODE for type="); in load_scode() 1500 tuner_info("type set to %s\n", "XCeive xc2028/xc3028 tuner"); in xc2028_attach()
|
A D | tuner-simple.c | 1116 tuner_info("type set to %d (%s)\n", in simple_tuner_attach() 1122 tuner_info("tuner %d atv rf input will be autoselected\n", in simple_tuner_attach() 1125 tuner_info("tuner %d atv rf input will be set to input %d (insmod option)\n", in simple_tuner_attach() 1128 tuner_info("tuner %d dtv rf input will be autoselected\n", in simple_tuner_attach() 1131 tuner_info("tuner %d dtv rf input will be set to input %d (insmod option)\n", in simple_tuner_attach()
|
A D | tda8290.c | 610 tuner_info("could not clearly identify tuner address, defaulting to %x\n", in tda829x_find_tuner() 614 tuner_info("setting tuner address to %x\n", tuner_addrs); in tda829x_find_tuner() 799 tuner_info("type set to %s\n", name); in tda829x_attach()
|
A D | tuner-i2c.h | 103 #define tuner_info(fmt, arg...) __tuner_info(priv->i2c_props, fmt, ##arg) macro
|
A D | tea5761.c | 330 tuner_info("type set to %s\n", "Philips TEA5761HN FM Radio"); in tea5761_attach()
|
A D | r820t.c | 372 tuner_info("%s: i2c wr failed=%d reg=%02x len=%d: %*ph\n", in r820t_write() 429 tuner_info("%s: i2c rd failed=%d reg=%02x len=%d: %*ph\n", in r820t_read() 2358 tuner_info("Rafael Micro r820t successfully identified\n"); in r820t_attach()
|
A D | xc4000.c | 890 tuner_info("Loading SCODE for type="); in load_scode()
|
/linux/drivers/media/pci/smipcie/ |
A D | smipcie-main.c | 533 struct i2c_board_info tuner_info; in smi_dvbsky_m88ds3103_fe_attach() local 535 memset(&tuner_info, 0, sizeof(struct i2c_board_info)); in smi_dvbsky_m88ds3103_fe_attach() 547 strscpy(tuner_info.type, "ts2020", I2C_NAME_SIZE); in smi_dvbsky_m88ds3103_fe_attach() 548 tuner_info.addr = 0x60; in smi_dvbsky_m88ds3103_fe_attach() 549 tuner_info.platform_data = &ts2020_config; in smi_dvbsky_m88ds3103_fe_attach() 550 tuner_client = smi_add_i2c_client(tuner_i2c_adapter, &tuner_info); in smi_dvbsky_m88ds3103_fe_attach() 588 struct i2c_board_info tuner_info; in smi_dvbsky_m88rs6000_fe_attach() local 591 memset(&tuner_info, 0, sizeof(struct i2c_board_info)); in smi_dvbsky_m88rs6000_fe_attach() 603 strscpy(tuner_info.type, "m88rs6000t", I2C_NAME_SIZE); in smi_dvbsky_m88rs6000_fe_attach() 604 tuner_info.addr = 0x21; in smi_dvbsky_m88rs6000_fe_attach() [all …]
|
/linux/drivers/media/pci/pt3/ |
A D | pt3.c | 45 .tuner_info = { 57 .tuner_info = { 66 .tuner_info = { 78 .tuner_info = { 393 info = &adap_conf[i].tuner_info; in pt3_attach_fe() 401 info = &adap_conf[i].tuner_info; in pt3_attach_fe()
|
A D | pt3.h | 102 struct i2c_board_info tuner_info; member
|
/linux/drivers/media/pci/pt1/ |
A D | pt1.c | 124 struct i2c_board_info tuner_info; member 133 .tuner_info = { 141 .tuner_info = { 149 .tuner_info = { 157 .tuner_info = { 989 info = &pt1_configs[i].tuner_info; in pt1_init_frontends() 998 info = &pt1_configs[i].tuner_info; in pt1_init_frontends()
|
/linux/drivers/media/usb/dvb-usb-v2/ |
A D | gl861.c | 239 struct i2c_board_info tuner_info; member 246 .tuner_info = { I2C_BOARD_INFO("tua6034_friio", 0x60), }, 453 info = &friio_config.tuner_info; in friio_tuner_attach()
|