Home
last modified time | relevance | path

Searched refs:v4l2_info (Results 1 – 25 of 57) sorted by relevance

123

/linux-2.6.39/drivers/media/video/cx23885/
Dcx23888-ir.c967 v4l2_info(sd, "IR Receiver:\n"); in cx23888_ir_log_status()
968 v4l2_info(sd, "\tEnabled: %s\n", in cx23888_ir_log_status()
970 v4l2_info(sd, "\tDemodulation from a carrier: %s\n", in cx23888_ir_log_status()
972 v4l2_info(sd, "\tFIFO: %s\n", in cx23888_ir_log_status()
991 v4l2_info(sd, "\tPulse timers' start/stop trigger: %s\n", s); in cx23888_ir_log_status()
992 v4l2_info(sd, "\tFIFO data on pulse timer overflow: %s\n", in cx23888_ir_log_status()
994 v4l2_info(sd, "\tFIFO interrupt watermark: %s\n", in cx23888_ir_log_status()
996 v4l2_info(sd, "\tLoopback mode: %s\n", in cx23888_ir_log_status()
999 v4l2_info(sd, "\tExpected carrier (16 clocks): %u Hz\n", in cx23888_ir_log_status()
1023 v4l2_info(sd, "\tNext carrier edge window: 16 clocks " in cx23888_ir_log_status()
[all …]
/linux-2.6.39/drivers/media/video/cx25840/
Dcx25840-ir.c1059 v4l2_info(sd, "IR Receiver:\n"); in cx25840_ir_log_status()
1060 v4l2_info(sd, "\tEnabled: %s\n", in cx25840_ir_log_status()
1062 v4l2_info(sd, "\tDemodulation from a carrier: %s\n", in cx25840_ir_log_status()
1064 v4l2_info(sd, "\tFIFO: %s\n", in cx25840_ir_log_status()
1083 v4l2_info(sd, "\tPulse timers' start/stop trigger: %s\n", s); in cx25840_ir_log_status()
1084 v4l2_info(sd, "\tFIFO data on pulse timer overflow: %s\n", in cx25840_ir_log_status()
1086 v4l2_info(sd, "\tFIFO interrupt watermark: %s\n", in cx25840_ir_log_status()
1088 v4l2_info(sd, "\tLoopback mode: %s\n", in cx25840_ir_log_status()
1091 v4l2_info(sd, "\tExpected carrier (16 clocks): %u Hz\n", in cx25840_ir_log_status()
1115 v4l2_info(sd, "\tNext carrier edge window: 16 clocks " in cx25840_ir_log_status()
[all …]
/linux-2.6.39/drivers/media/radio/
Dradio-typhoon.c304 v4l2_info(v4l2_dev, BANNER); in vidioc_log_status()
306 v4l2_info(v4l2_dev, "Load type: Driver loaded as a module\n\n"); in vidioc_log_status()
308 v4l2_info(v4l2_dev, "Load type: Driver compiled into kernel\n\n"); in vidioc_log_status()
310 v4l2_info(v4l2_dev, "frequency = %lu kHz\n", dev->curfreq >> 4); in vidioc_log_status()
311 v4l2_info(v4l2_dev, "volume = %d\n", dev->curvol); in vidioc_log_status()
312 v4l2_info(v4l2_dev, "mute = %s\n", dev->muted ? "on" : "off"); in vidioc_log_status()
313 v4l2_info(v4l2_dev, "io = 0x%x\n", dev->io); in vidioc_log_status()
314 v4l2_info(v4l2_dev, "mute frequency = %lu kHz\n", dev->mutefreq >> 4); in vidioc_log_status()
373 v4l2_info(v4l2_dev, BANNER); in typhoon_init()
390 v4l2_info(v4l2_dev, "port 0x%x.\n", dev->io); in typhoon_init()
[all …]
Dradio-gemtek.c344 v4l2_info(v4l2_dev, "Automatic device probing disabled.\n"); in gemtek_probe()
348 v4l2_info(v4l2_dev, "Automatic device probing enabled.\n"); in gemtek_probe()
351 v4l2_info(v4l2_dev, "Trying I/O port 0x%x...\n", ioports[i]); in gemtek_probe()
360 v4l2_info(v4l2_dev, "Card found from I/O port " in gemtek_probe()
537 v4l2_info(v4l2_dev, "GemTek Radio card driver: v0.0.3\n"); in gemtek_init()
555 v4l2_info(v4l2_dev, "Using I/O port 0x%x.\n", gt->io); in gemtek_init()
608 v4l2_info(v4l2_dev, "Module unloaded but card not muted!\n"); in gemtek_exit()
Dradio-terratec.c401 v4l2_info(v4l2_dev, "TERRATEC ActivRadio Standalone card driver.\n"); in terratec_init()
413 v4l2_info(v4l2_dev, "TERRATEC ActivRadio Standalone card driver unloaded.\n"); in terratec_exit()
Dradio-maxiradio.c415 v4l2_info(v4l2_dev, "version " DRIVER_VERSION in maxiradio_init_one()
418 v4l2_info(v4l2_dev, "found Guillemot MAXI Radio device (io = 0x%x)\n", in maxiradio_init_one()
/linux-2.6.39/drivers/staging/go7007/
Ds2250-board.c524 v4l2_info(sd, "Standard: %s\n", state->std == V4L2_STD_NTSC ? "NTSC" : in s2250_log_status()
528 v4l2_info(sd, "Input: %s\n", state->input == 0 ? "Composite" : in s2250_log_status()
531 v4l2_info(sd, "Brightness: %d\n", state->brightness); in s2250_log_status()
532 v4l2_info(sd, "Contrast: %d\n", state->contrast); in s2250_log_status()
533 v4l2_info(sd, "Saturation: %d\n", state->saturation); in s2250_log_status()
534 v4l2_info(sd, "Hue: %d\n", state->hue); return 0; in s2250_log_status()
535 v4l2_info(sd, "Audio input: %s\n", state->audio_input == 0 ? "Line In" : in s2250_log_status()
593 v4l2_info(sd, "initializing %s at address 0x%x on %s\n", in s2250_probe()
658 v4l2_info(sd, "initialized successfully\n"); in s2250_probe()
/linux-2.6.39/drivers/media/video/
Dtvp7002.c864 v4l2_info(sd, "Selected DV Preset: %s\n", e_preset.name); in tvp7002_log_status()
865 v4l2_info(sd, " Pixels per line: %u\n", e_preset.width); in tvp7002_log_status()
866 v4l2_info(sd, " Lines per frame: %u\n\n", e_preset.height); in tvp7002_log_status()
868 v4l2_info(sd, "Detected DV Preset: None\n"); in tvp7002_log_status()
872 v4l2_info(sd, "Detected DV Preset: %s\n", e_preset.name); in tvp7002_log_status()
873 v4l2_info(sd, " Pixels per line: %u\n", e_preset.width); in tvp7002_log_status()
874 v4l2_info(sd, " Lines per frame: %u\n\n", e_preset.height); in tvp7002_log_status()
876 v4l2_info(sd, "Streaming enabled: %s\n", in tvp7002_log_status()
990 v4l2_info(sd, "Rev. %02x detected.\n", revision); in tvp7002_probe()
992 v4l2_info(sd, "Unknown revision detected.\n"); in tvp7002_probe()
Dsaa7115.c1437 v4l2_info(sd, "Audio frequency: %d Hz\n", state->audclk_freq); in saa711x_log_status()
1442 v4l2_info(sd, "Video signal: %s\n", signalOk ? "ok" : "bad"); in saa711x_log_status()
1443 v4l2_info(sd, "Frequency: %s\n", (reg1f & 0x20) ? "60 Hz" : "50 Hz"); in saa711x_log_status()
1455 v4l2_info(sd, "Input: S-Video %d\n", state->input - 6); in saa711x_log_status()
1457 v4l2_info(sd, "Input: Composite %d\n", state->input); in saa711x_log_status()
1458 v4l2_info(sd, "Video signal: %s\n", signalOk ? (vcr ? "VCR" : "broadcast/DVD") : "bad"); in saa711x_log_status()
1459 v4l2_info(sd, "Frequency: %s\n", (reg1f & 0x20) ? "60 Hz" : "50 Hz"); in saa711x_log_status()
1463 v4l2_info(sd, "Detected format: NTSC\n"); in saa711x_log_status()
1466 v4l2_info(sd, "Detected format: PAL\n"); in saa711x_log_status()
1469 v4l2_info(sd, "Detected format: SECAM\n"); in saa711x_log_status()
[all …]
Dsaa7127.c703 v4l2_info(sd, "Standard: %s\n", (state->std & V4L2_STD_525_60) ? "60 Hz" : "50 Hz"); in saa7127_log_status()
704 v4l2_info(sd, "Input: %s\n", state->input_type ? "color bars" : "normal"); in saa7127_log_status()
705 v4l2_info(sd, "Output: %s\n", state->video_enable ? in saa7127_log_status()
707 v4l2_info(sd, "WSS: %s\n", state->wss_enable ? in saa7127_log_status()
709 v4l2_info(sd, "VPS: %s\n", state->vps_enable ? "enabled" : "disabled"); in saa7127_log_status()
710 v4l2_info(sd, "CC: %s\n", state->cc_enable ? "enabled" : "disabled"); in saa7127_log_status()
796 v4l2_info(sd, "%s found @ 0x%x (%s)\n", client->name, in saa7127_probe()
Dm52790.c128 v4l2_info(sd, "Switch 1: %02x\n", in m52790_log_status()
130 v4l2_info(sd, "Switch 2: %02x\n", in m52790_log_status()
Dcs5345.c139 v4l2_info(sd, "Input: %d%s\n", v, in cs5345_log_status()
143 v4l2_info(sd, "Volume: %d dB\n", vol); in cs5345_log_status()
Dtvaudio.c158 v4l2_info(sd, in chip_write()
188 v4l2_info(sd, in chip_write_masked()
246 v4l2_info(sd, in chip_cmd()
1002 v4l2_info(sd, "found tda9874%s.\n", (dic == 0x11) ? "a" : "h"); in tda9874a_checkit()
1139 v4l2_info(sd, "found tda9875%s rev. %d.\n", in tda9875_checkit()
1963 v4l2_info(sd, "%s found @ 0x%x (%s)\n", desc->name, client->addr<<1, client->adapter->name); in tvaudio_probe()
1990 v4l2_info(sd, "volume callback undefined!\n"); in tvaudio_probe()
2006 v4l2_info(sd, "bass/treble callbacks undefined!\n"); in tvaudio_probe()
2027 v4l2_info(sd, "set/get mode callbacks undefined!\n"); in tvaudio_probe()
Dtvp5150.c981 v4l2_info(sd, "tvp%02x%02xam1 detected.\n", msb_id, lsb_id); in tvp5150_probe()
987 v4l2_info(sd, "tvp%02x%02xa detected.\n", msb_id, lsb_id); in tvp5150_probe()
989 v4l2_info(sd, "*** unknown tvp%02x%02x chip detected.\n", in tvp5150_probe()
991 v4l2_info(sd, "*** Rom ver is %d.%d\n", msb_rom, lsb_rom); in tvp5150_probe()
Dvpx3220.c549 v4l2_info(sd, "%s found @ 0x%x (%s)\n", name, in vpx3220_probe()
552 v4l2_info(sd, "chip (%02x:%04x) found @ 0x%x (%s)\n", in vpx3220_probe()
Dvp27smpx.c126 v4l2_info(sd, "Audio Mode: %u%s\n", state->audmode, in vp27smpx_log_status()
Dadv7343.c269 v4l2_info(sd, "Standard: %llx\n", (unsigned long long)state->std); in adv7343_log_status()
270 v4l2_info(sd, "Output: %s\n", (state->output == 0) ? "Composite" : in adv7343_log_status()
Darv.c642 v4l2_info(&ar->v4l2_dev, "Initializing "); in ar_initialize()
741 v4l2_info(v4l2_dev, "Colour AR VGA driver %s\n", VERSION); in ar_init()
824 v4l2_info(v4l2_dev, "%s: Found M64278 VGA (IRQ %d, Freq %dMHz).\n", in ar_init()
Dtvp514x.c286 v4l2_info(sd, "Reg(0x%.2X): 0x%.2X\n", reg, val); in dump_reg()
495 v4l2_info(sd, "%s (Version - 0x%.2x) found at 0x%x (%s)\n", in tvp514x_detect()
1070 v4l2_info(sd, "%s decoder driver registered !!\n", sd->name); in tvp514x_probe()
Dcs53l32a.c120 v4l2_info(sd, "Input: %d\n", (v >> 4) & 3); in cs53l32a_log_status()
/linux-2.6.39/drivers/media/video/cx18/
Dcx18-driver.h175 v4l2_info(&cx->v4l2_dev, " " type ": " fmt , ## args); \
189 v4l2_info(&cx->v4l2_dev, " " type ": " fmt , ## args); \
203 #define CX18_INFO(fmt, args...) v4l2_info(&cx->v4l2_dev, fmt , ## args)
209 v4l2_info(dev, " " type ": " fmt , ## args); \
231 v4l2_info(dev, " " type ": " fmt , ## args); \
252 #define CX18_INFO_DEV(dev, fmt, args...) v4l2_info(dev, fmt , ## args)
/linux-2.6.39/drivers/media/video/hdpvr/
Dhdpvr-core.c157 v4l2_info(&dev->v4l2_dev, "firmware version 0x%x dated %s\n", in device_authorization()
170 v4l2_info(&dev->v4l2_dev, "untested firmware, the driver might" in device_authorization()
403 v4l2_info(&dev->v4l2_dev, "device now attached to %s\n", in hdpvr_probe()
426 v4l2_info(&dev->v4l2_dev, "device %s disconnected\n", in hdpvr_disconnect()
/linux-2.6.39/drivers/media/video/ivtv/
Divtv-driver.h146 v4l2_info(&itv->v4l2_dev, " " type ": " fmt , ##args); \
162 v4l2_info(&itv->v4l2_dev, " " type ": " fmt , ##args); \
178 #define IVTV_INFO(fmt, args...) v4l2_info(&itv->v4l2_dev, fmt , ## args)
/linux-2.6.39/drivers/media/video/davinci/
Dvpfe_capture.c899 v4l2_info(&vpfe_dev->v4l2_dev, "width = %d, height = %d, bpp = %d\n", in vpfe_check_format()
921 v4l2_info(&vpfe_dev->v4l2_dev, "adjusted width = %d, height =" in vpfe_check_format()
1939 v4l2_info(&vpfe_dev->v4l2_dev, "v4l2 device registered\n"); in vpfe_probe()
1964 v4l2_info(&vpfe_dev->v4l2_dev, "video device registered\n"); in vpfe_probe()
1992 v4l2_info(&vpfe_dev->v4l2_dev, in vpfe_probe()
2002 v4l2_info(&vpfe_dev->v4l2_dev, in vpfe_probe()
2043 v4l2_info(pdev->dev.driver, "vpfe_remove\n"); in vpfe_remove()
/linux-2.6.39/include/media/
Dv4l2-common.h70 #define v4l2_info(dev, fmt, arg...) \ macro

123