Home
last modified time | relevance | path

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

/linux/drivers/media/tuners/
H A Dtda9887.c293 tuner_info("read: 0x%2x\n", buf[0]); in dump_read_message()
294 tuner_info(" after power on : %s\n", (buf[0] & 0x01) ? "yes" : "no"); in dump_read_message()
295 tuner_info(" afc : %s\n", afc[(buf[0] >> 1) & 0x0f]); in dump_read_message()
296 tuner_info(" fmif level : %s\n", (buf[0] & 0x20) ? "high" : "low"); in dump_read_message()
297 tuner_info(" afc window : %s\n", (buf[0] & 0x40) ? "in" : "out"); in dump_read_message()
298 tuner_info(" vfi level : %s\n", (buf[0] & 0x80) ? "high" : "low"); in dump_read_message()
343 tuner_info("write: byte B 0x%02x\n", buf[1]); in dump_write_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()
[all …]
H A 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 …]
H A Dmt20xx.c153 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()
H A Dxc2028.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()
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()
1507 tuner_info("type set to %s\n", "XCeive xc2028/xc3028 tuner"); in xc2028_attach()
H A Dtuner-simple.c1116 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()
H A Dtda8290.c610 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()
H A Dtuner-i2c.h103 #define tuner_info(fmt, arg...) __tuner_info(priv->i2c_props, fmt, ##arg) macro
H A Dtea5761.c330 tuner_info("type set to %s\n", "Philips TEA5761HN FM Radio"); in tea5761_attach()
H A Dr820t.c392 tuner_info("%s: i2c wr failed=%d reg=%02x len=%d: %*ph\n", in r820t_write()
449 tuner_info("%s: i2c rd failed=%d reg=%02x len=%d: %*ph\n", in r820t_read()
2378 tuner_info( in r820t_attach()
H A Dxc4000.c888 tuner_info("Loading SCODE for type="); in load_scode()
/linux/drivers/media/pci/smipcie/
H A Dsmipcie-main.c533 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/
H A Dpt3.c45 .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()
H A Dpt3.h102 struct i2c_board_info tuner_info; member
/linux/drivers/media/pci/pt1/
H A Dpt1.c124 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/
H A Dgl861.c239 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()