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

/linux-master/drivers/media/tuners/
H A Dtda9887.c293 tuner_info("read: 0x%2x\n", buf[0]);
294 tuner_info(" after power on : %s\n", (buf[0] & 0x01) ? "yes" : "no");
295 tuner_info(" afc : %s\n", afc[(buf[0] >> 1) & 0x0f]);
296 tuner_info(" fmif level : %s\n", (buf[0] & 0x20) ? "high" : "low");
297 tuner_info(" afc window : %s\n", (buf[0] & 0x40) ? "in" : "out");
298 tuner_info(" vfi level : %s\n", (buf[0] & 0x80) ? "high" : "low");
343 tuner_info("write: byte B 0x%02x\n", buf[1]);
344 tuner_info(" B0 video mode : %s\n",
346 tuner_info(" B1 auto mute fm : %s\n",
348 tuner_info(" B
[all...]
H A Dtea5767.c138 tuner_info("Ready Flag ON\n");
140 tuner_info("Ready Flag OFF\n");
143 tuner_info("Tuner at band limit\n");
145 tuner_info("Tuner not at band limit\n");
167 tuner_info("Frequency %d.%03d KHz (divider = 0x%04x)\n",
171 tuner_info("Stereo\n");
173 tuner_info("Mono\n");
175 tuner_info("IF Counter = %d\n", buffer[2] & TEA5767_IF_CNTR_MASK);
177 tuner_info("ADC Level = %d\n",
180 tuner_info("Chi
[all...]
H A Dmt20xx.c153 tuner_info("mt2032: frequency parameters out of range: %d %d %d %d\n",
620 tuner_info("microtune: companycode=%04x part=%02x rev=%02x\n",
635 tuner_info("microtune %s found, not (yet?) supported, sorry :-/\n",
642 tuner_info("microtune %s found, OK\n",name);
H A Dtuner-i2c.h103 #define tuner_info(fmt, arg...) __tuner_info(priv->i2c_props, fmt, ##arg) macro
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",
419 tuner_info("Releasing partially loaded firmware file.\n");
558 tuner_info("Loading firmware for type=");
602 tuner_info("Invalid RESET code %d\n",
691 tuner_info("Loading SCODE for type=");
1500 tuner_info("type set to %s\n", "XCeive xc2028/xc3028 tuner");
H A Dtuner-simple.c1116 tuner_info("type set to %d (%s)\n",
1122 tuner_info("tuner %d atv rf input will be autoselected\n",
1125 tuner_info("tuner %d atv rf input will be set to input %d (insmod option)\n",
1128 tuner_info("tuner %d dtv rf input will be autoselected\n",
1131 tuner_info("tuner %d dtv rf input will be set to input %d (insmod option)\n",
H A Dtea5761.c330 tuner_info("type set to %s\n", "Philips TEA5761HN FM Radio");
H A Dtda8290.c610 tuner_info("could not clearly identify tuner address, defaulting to %x\n",
614 tuner_info("setting tuner address to %x\n", tuner_addrs);
799 tuner_info("type set to %s\n", name);
H A Dr820t.c392 tuner_info("%s: i2c wr failed=%d reg=%02x len=%d: %*ph\n",
449 tuner_info("%s: i2c rd failed=%d reg=%02x len=%d: %*ph\n",
2378 tuner_info(
H A Dxc4000.c888 tuner_info("Loading SCODE for type=");
/linux-master/drivers/media/pci/smipcie/
H A Dsmipcie-main.c533 struct i2c_board_info tuner_info; local
535 memset(&tuner_info, 0, sizeof(struct i2c_board_info));
547 strscpy(tuner_info.type, "ts2020", I2C_NAME_SIZE);
548 tuner_info.addr = 0x60;
549 tuner_info.platform_data = &ts2020_config;
550 tuner_client = smi_add_i2c_client(tuner_i2c_adapter, &tuner_info);
588 struct i2c_board_info tuner_info; local
591 memset(&tuner_info, 0, sizeof(struct i2c_board_info));
603 strscpy(tuner_info.type, "m88rs6000t", I2C_NAME_SIZE);
604 tuner_info
[all...]
/linux-master/drivers/media/pci/pt3/
H A Dpt3.h102 struct i2c_board_info tuner_info; member in struct:pt3_adap_config
H A Dpt3.c45 .tuner_info = {
57 .tuner_info = {
66 .tuner_info = {
78 .tuner_info = {
393 info = &adap_conf[i].tuner_info;
401 info = &adap_conf[i].tuner_info;
/linux-master/drivers/media/pci/pt1/
H A Dpt1.c124 struct i2c_board_info tuner_info; member in struct:pt1_config
133 .tuner_info = {
141 .tuner_info = {
149 .tuner_info = {
157 .tuner_info = {
989 info = &pt1_configs[i].tuner_info;
998 info = &pt1_configs[i].tuner_info;
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Dgl861.c239 struct i2c_board_info tuner_info; member in struct:friio_config
246 .tuner_info = { I2C_BOARD_INFO("tua6034_friio", 0x60), },
453 info = &friio_config.tuner_info;

Completed in 159 milliseconds