Home
last modified time | relevance | path

Searched refs:tuner_info (Results 1 – 13 of 13) sorted by relevance

/drivers/media/tuners/
Dtda9887.c292 tuner_info("read: 0x%2x\n", buf[0]); in dump_read_message()
293 tuner_info(" after power on : %s\n", (buf[0] & 0x01) ? "yes" : "no"); in dump_read_message()
294 tuner_info(" afc : %s\n", afc[(buf[0] >> 1) & 0x0f]); in dump_read_message()
295 tuner_info(" fmif level : %s\n", (buf[0] & 0x20) ? "high" : "low"); in dump_read_message()
296 tuner_info(" afc window : %s\n", (buf[0] & 0x40) ? "in" : "out"); in dump_read_message()
297 tuner_info(" vfi level : %s\n", (buf[0] & 0x80) ? "high" : "low"); in dump_read_message()
342 tuner_info("write: byte B 0x%02x\n", buf[1]); in dump_write_message()
343 tuner_info(" B0 video mode : %s\n", in dump_write_message()
345 tuner_info(" B1 auto mute fm : %s\n", in dump_write_message()
347 tuner_info(" B2 carrier mode : %s\n", in dump_write_message()
[all …]
Dtea5767.c141 tuner_info("Ready Flag ON\n"); in tea5767_status_dump()
143 tuner_info("Ready Flag OFF\n"); in tea5767_status_dump()
146 tuner_info("Tuner at band limit\n"); in tea5767_status_dump()
148 tuner_info("Tuner not at band limit\n"); in tea5767_status_dump()
170 tuner_info("Frequency %d.%03d KHz (divider = 0x%04x)\n", in tea5767_status_dump()
174 tuner_info("Stereo\n"); in tea5767_status_dump()
176 tuner_info("Mono\n"); in tea5767_status_dump()
178 tuner_info("IF Counter = %d\n", buffer[2] & TEA5767_IF_CNTR_MASK); in tea5767_status_dump()
180 tuner_info("ADC Level = %d\n", in tea5767_status_dump()
183 tuner_info("Chip ID = %d\n", (buffer[3] & TEA5767_CHIP_ID_MASK)); in tea5767_status_dump()
[all …]
Dmt20xx.c152 tuner_info("mt2032: frequency parameters out of range: %d %d %d %d\n", in mt2032_compute_freq()
619 tuner_info("microtune: companycode=%04x part=%02x rev=%02x\n", in microtune_attach()
634 tuner_info("microtune %s found, not (yet?) supported, sorry :-/\n", in microtune_attach()
641 tuner_info("microtune %s found, OK\n",name); in microtune_attach()
Dtuner-xc2028.c129 tuner_info("i2c output error: rc = %d (should be %d)\n",\
333 tuner_info("Loading %d firmware images from %s, type: %s, ver %d.%d\n", in load_all_firmwares()
423 tuner_info("Releasing partially loaded firmware file.\n"); in load_all_firmwares()
562 tuner_info("Loading firmware for type="); in load_firmware()
606 tuner_info("Invalid RESET code %d\n", in load_firmware()
695 tuner_info("Loading SCODE for type="); in load_scode()
1504 tuner_info("type set to %s\n", "XCeive xc2028/xc3028 tuner"); in xc2028_attach()
Dtuner-simple.c1113 tuner_info("type set to %d (%s)\n", in simple_tuner_attach()
1119 tuner_info("tuner %d atv rf input will be autoselected\n", in simple_tuner_attach()
1122 tuner_info("tuner %d atv rf input will be set to input %d (insmod option)\n", in simple_tuner_attach()
1125 tuner_info("tuner %d dtv rf input will be autoselected\n", in simple_tuner_attach()
1128 tuner_info("tuner %d dtv rf input will be set to input %d (insmod option)\n", in simple_tuner_attach()
Dtda8290.c620 tuner_info("could not clearly identify tuner address, defaulting to %x\n", in tda829x_find_tuner()
624 tuner_info("setting tuner address to %x\n", tuner_addrs); in tda829x_find_tuner()
809 tuner_info("type set to %s\n", name); in tda829x_attach()
Dtuner-i2c.h115 #define tuner_info(fmt, arg...) __tuner_info(priv->i2c_props, fmt, ##arg) macro
Dtea5761.c333 tuner_info("type set to %s\n", "Philips TEA5761HN FM Radio"); in tea5761_attach()
Dr820t.c382 tuner_info("%s: i2c wr failed=%d reg=%02x len=%d: %*ph\n", in r820t_write()
439 tuner_info("%s: i2c rd failed=%d reg=%02x len=%d: %*ph\n", in r820t_read()
2368 tuner_info("Rafael Micro r820t successfully identified\n"); in r820t_attach()
2386 tuner_info("%s: failed=%d\n", __func__, rc); in r820t_attach()
Dxc4000.c900 tuner_info("Loading SCODE for type="); in load_scode()
/drivers/media/pci/smipcie/
Dsmipcie-main.c538 struct i2c_board_info tuner_info; in smi_dvbsky_m88ds3103_fe_attach() local
540 memset(&tuner_info, 0, sizeof(struct i2c_board_info)); in smi_dvbsky_m88ds3103_fe_attach()
552 strlcpy(tuner_info.type, "ts2020", I2C_NAME_SIZE); in smi_dvbsky_m88ds3103_fe_attach()
553 tuner_info.addr = 0x60; in smi_dvbsky_m88ds3103_fe_attach()
554 tuner_info.platform_data = &ts2020_config; in smi_dvbsky_m88ds3103_fe_attach()
555 tuner_client = smi_add_i2c_client(tuner_i2c_adapter, &tuner_info); in smi_dvbsky_m88ds3103_fe_attach()
593 struct i2c_board_info tuner_info; in smi_dvbsky_m88rs6000_fe_attach() local
596 memset(&tuner_info, 0, sizeof(struct i2c_board_info)); in smi_dvbsky_m88rs6000_fe_attach()
608 strlcpy(tuner_info.type, "m88rs6000t", I2C_NAME_SIZE); in smi_dvbsky_m88rs6000_fe_attach()
609 tuner_info.addr = 0x21; in smi_dvbsky_m88rs6000_fe_attach()
[all …]
/drivers/media/pci/pt3/
Dpt3.c54 .tuner_info = {
66 .tuner_info = {
75 .tuner_info = {
87 .tuner_info = {
405 info = adap_conf[i].tuner_info; in pt3_attach_fe()
414 info = adap_conf[i].tuner_info; in pt3_attach_fe()
Dpt3.h111 struct i2c_board_info tuner_info; member