Lines Matching refs:PDEBUG

86 #define PDEBUG(level, fmt, args...) \  macro
209 PDEBUG (1, "STV(e): usb_control_msg error %i, request = 0x%x, error = %i", set, req, ret); in stv_sndctrl()
218 PDEBUG (1, "STV(e): FAILED to set configuration %i", configuration); in stv_set_config()
222 PDEBUG (1, "STV(e): FAILED to set alternate interface %i", alternate); in stv_set_config()
235 PDEBUG (0, "STV(e): Out of (small buf) memory"); in stv_stop_video()
242 PDEBUG (1, "STV(i): last error: %i, command = 0x%x", buf[0], buf[1]); in stv_stop_video()
244 PDEBUG (1, "STV(i): Camera reset to idle mode."); in stv_stop_video()
248 PDEBUG (1, "STV(e): Reset config during exit failed"); in stv_stop_video()
253 PDEBUG (0, "STV(e): Stop_video: problem setting original mode"); in stv_stop_video()
258 PDEBUG (0, "STV(e): Stop_video: Set_Camera_Mode failed"); in stv_stop_video()
264 PDEBUG (0, "STV(e): camera NOT set to original resolution."); in stv_stop_video()
267 PDEBUG (0, "STV(i): Camera set to original resolution"); in stv_stop_video()
281 PDEBUG (0, "STV(e): Out of (small buf) memory"); in stv_set_video_mode()
292 PDEBUG (1, "STV(e): Could not get descriptor 0100."); in stv_set_video_mode()
302 PDEBUG (1, "STV(i): Setting video mode."); in stv_set_video_mode()
329 PDEBUG (0, "STV(e): Out of (small buf) memory"); in stv_init()
338 PDEBUG (0, "STV(e): set config 1,0,0 failed"); in stv_init()
345 PDEBUG (1, "STV(e): camera ping failed!!"); in stv_init()
354 PDEBUG (1, "STV(e): Could not get descriptor 0200."); in stv_init()
376 PDEBUG (0, "STV(e): There are NO supported STV680 modes!!"); in stv_init()
381 PDEBUG (0, "STV(i): CIF is supported"); in stv_init()
383 PDEBUG (0, "STV(i): QVGA is supported"); in stv_init()
386 PDEBUG (1, "STV(i): Firmware rev is %i.%i", buffer[0], buffer[1]); in stv_init()
387 PDEBUG (1, "STV(i): ASIC rev is %i.%i", buffer[2], buffer[3]); in stv_init()
388 PDEBUG (1, "STV(i): Sensor ID is %i", (buffer[4]*16) + (buffer[5]>>4)); in stv_init()
399 PDEBUG (0, "STV(i): Camera has %i pictures.", i); in stv_init()
413 PDEBUG (0, "STV(i): Set_Camera_Mode failed"); in stv_init()
420 PDEBUG (0, "STV(e): Error setting camera video mode!"); in stv_init()
426 PDEBUG (0, "STV(i): Video Mode set to CIF"); in stv_init()
430 PDEBUG (0, "STV(i): Video Mode set to QVGA"); in stv_init()
444 PDEBUG (1, "STV(i): last error: %i, command = 0x%x", buffer[0], buffer[1]); in stv_init()
467 PDEBUG (2, "STV(i): cwidth = %i, cheight = %i", stv680->cwidth, stv680->cheight); in stv_init()
468PDEBUG (1, "STV(i): width = %i, height = %i, rawbufsize = %li", stv680->vwidth, stv680->vheight, s… in stv_init()
488 PDEBUG (1, "STV(i): swapRGB is (auto) OFF"); in stv_init()
490 PDEBUG (1, "STV(i): swapRGB is (auto) ON"); in stv_init()
492 PDEBUG (1, "STV(i): swapRGB is (forced) ON"); in stv_init()
494 PDEBUG (1, "STV(i): swapRGB is (forced) OFF"); in stv_init()
497 PDEBUG (0, "STV(e): Could not set video mode in stv_init"); in stv_init()
598 PDEBUG (0, "STV(e): /proc/video/ doesn't exist!"); in proc_stv680_create()
606 PDEBUG (0, "STV(e): Unable to initialize /proc/video/stv680"); in proc_stv680_create()
644 PDEBUG (2, "STV(e): Palette set error in _set_pic"); in stv680_set_pict()
669 PDEBUG (2, "STV(i): Lost data in transfer: exp %li, got %i", stv680->rawbufsize, length); in stv680_video_irq()
676 PDEBUG (0, "STV(e): device vapourished in video_irq"); in stv680_video_irq()
718 PDEBUG (0, "STV(e): urb burned down in video irq"); in stv680_video_irq()
738 PDEBUG (0, "STV(e): Could not kmalloc raw data buffer %i", i); in stv680_start_stream()
749 PDEBUG (0, "STV(e): Could not kmalloc raw scratch buffer %i", i); in stv680_start_stream()
770 PDEBUG (0, "STV(e): urb burned down in start stream"); in stv680_start_stream()
810 PDEBUG (1, "STV(i): size request for %i x %i", width, height); in stv680_set_size()
813PDEBUG (1, "STV(e): set_size error: request: v.width = %i, v.height = %i actual: stv.width = %i, … in stv680_set_size()
833PDEBUG (1, "STV(e): request for non-supported size: request: v.width = %i, v.height = %i actual: … in stv680_set_size()
842 PDEBUG (1, "STV(i): size set to %i x %i", stv680->vwidth, stv680->vheight); in stv680_set_size()
1081 PDEBUG (2, "STV(i): too many null length packets, restarting capture"); in stv680_newframe()
1087 PDEBUG (2, "STV(e): FRAME_ERROR in _newframe"); in stv680_newframe()
1100 PDEBUG (2, "STV(i): too many errors, restarting capture"); in stv680_newframe()
1126 PDEBUG (0, "STV(e): Could not rvmalloc frame bufer"); in stv_open()
1150 PDEBUG (1, "STV(e): stop_video failed in stv_close"); in stv_close()
1159 PDEBUG (0, "STV(i): device unregistered"); in stv_close()
1193 PDEBUG (2, "STV(e): VIDIOCGGAP failed"); in stv680_ioctl()
1212 PDEBUG (2, "STV(e): VIDIOCGCHAN failed"); in stv680_ioctl()
1221 PDEBUG (2, "STV(e): VIDIOCSCHAN failed"); in stv680_ioctl()
1234 PDEBUG (2, "STV(e): VIDIOCGPICT failed"); in stv680_ioctl()
1243 PDEBUG (2, "STV(e): VIDIOCSPICT failed"); in stv680_ioctl()
1246 PDEBUG (2, "STV(i): palette set to %i in VIDIOSPICT", p.palette); in stv680_ioctl()
1263 PDEBUG (2, "STV(e): failed (from user) set size in VIDIOCSWIN"); in stv680_ioctl()
1281 PDEBUG (2, "STV(e): VIDIOCGWIN failed"); in stv680_ioctl()
1297 PDEBUG (2, "STV(e): VIDIOCGMBUF failed"); in stv680_ioctl()
1307 PDEBUG (2, "STV(e): VIDIOCMCAPTURE failed"); in stv680_ioctl()
1311 PDEBUG (2, "STV(i): VIDIOCMCAPTURE vm.format (%i) != VIDEO_PALETTE (%i)", in stv680_ioctl()
1314 PDEBUG (2, "STV(i): VIDIOCMCAPTURE swapRGB is (auto) ON"); in stv680_ioctl()
1321 PDEBUG (2, "STV(e): VIDIOCMCAPTURE vm.frame > NUMFRAMES"); in stv680_ioctl()
1326 PDEBUG (2, "STV(e): VIDIOCMCAPTURE grabstate (%i) error", in stv680_ioctl()
1333 PDEBUG (2, "STV(e): VIDIOCMCAPTURE set_size failed"); in stv680_ioctl()
1348 PDEBUG (2, "STV(e): VIDIOCSYNC failed"); in stv680_ioctl()
1352 PDEBUG (2, "STV(e): Bad frame # in VIDIOCSYNC"); in stv680_ioctl()
1366 PDEBUG (2, "STV(e): VIDIOCSYNC failed"); in stv680_ioctl()
1375 PDEBUG (2, "STV(e): VIDIOCCAPTURE failed"); in stv680_ioctl()
1440 PDEBUG (0, "STV(e): STV680_NUMFRAMES needs to be 2!"); in stv680_read()
1450 PDEBUG (2, "STV(e): FRAME_GRABBING in stv680_read"); in stv680_read()
1468 PDEBUG (2, "STV(e): copy_to_user frame 0 failed, ret count = %li", i); in stv680_read()
1510 PDEBUG (0, "STV(e): Number of Configurations != 1"); in stv680_probe()
1518 PDEBUG (0, "STV(i): STV0680 camera found."); in stv680_probe()
1520 PDEBUG (0, "STV(e): Vendor/Product ID do not match STV0680 values."); in stv680_probe()
1521 PDEBUG (0, "STV(e): Check that the STV0680 camera is connected to the computer."); in stv680_probe()
1526 PDEBUG (0, "STV(e): couldn't kmalloc stv680 struct."); in stv680_probe()
1543 PDEBUG (0, "STV(e): video_register_device failed"); in stv680_probe()
1546 PDEBUG (0, "STV(i): registered new video device: video%d", stv680->vdev.minor); in stv680_probe()
1574 PDEBUG (0, "STV(i): %s disconnected", stv680->camera_name); in usb_stv680_remove_disconnected()
1620 PDEBUG (0, "STV(e): Could not setup STV0680 driver"); in usb_stv680_init()
1623 PDEBUG (0, "STV(i): usb camera driver version %s registering", DRIVER_VERSION); in usb_stv680_init()
1632 PDEBUG (0, "STV(i): driver deregistered"); in usb_stv680_exit()