Home
last modified time | relevance | path

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

/linux-4.19.296/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.c138 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()
175 tuner_info("IF Counter = %d\n", buffer[2] & TEA5767_IF_CNTR_MASK); 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()
[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.c127 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()
420 tuner_info("Releasing partially loaded firmware file.\n"); in load_all_firmwares()
559 tuner_info("Loading firmware for type="); in load_firmware()
603 tuner_info("Invalid RESET code %d\n", in load_firmware()
692 tuner_info("Loading SCODE for type="); in load_scode()
1501 tuner_info("type set to %s\n", "XCeive xc2028/xc3028 tuner"); in xc2028_attach()
Dtuner-simple.c1115 tuner_info("type set to %d (%s)\n", in simple_tuner_attach()
1121 tuner_info("tuner %d atv rf input will be autoselected\n", in simple_tuner_attach()
1124 tuner_info("tuner %d atv rf input will be set to input %d (insmod option)\n", in simple_tuner_attach()
1127 tuner_info("tuner %d dtv rf input will be autoselected\n", in simple_tuner_attach()
1130 tuner_info("tuner %d dtv rf input will be set to input %d (insmod option)\n", in simple_tuner_attach()
Dtuner-i2c.h115 #define tuner_info(fmt, arg...) __tuner_info(priv->i2c_props, fmt, ##arg) macro
Dtda8290.c622 tuner_info("could not clearly identify tuner address, defaulting to %x\n", in tda829x_find_tuner()
626 tuner_info("setting tuner address to %x\n", tuner_addrs); in tda829x_find_tuner()
811 tuner_info("type set to %s\n", name); in tda829x_attach()
Dtea5761.c330 tuner_info("type set to %s\n", "Philips TEA5761HN FM Radio"); in tea5761_attach()
Dr820t.c372 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()
Dxc4000.c900 tuner_info("Loading SCODE for type="); in load_scode()
/linux-4.19.296/drivers/media/usb/dvb-usb-v2/
Dgl861.c184 struct i2c_board_info tuner_info; member
190 .tuner_info = { I2C_BOARD_INFO("tua6034_friio", 0x60), },
536 info = &friio_config.tuner_info; in friio_tuner_attach()