• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/

Lines Matching defs:PDEBUG

80 #define PDEBUG(level, fmt, args...) \
202 PDEBUG (1, "STV(e): usb_control_msg error %i, request = 0x%x, error = %i", set, req, ret);
212 PDEBUG (1, "STV(e): FAILED to reset configuration %i", configuration);
216 PDEBUG (1, "STV(e): FAILED to set alternate interface %i", alternate);
229 PDEBUG (0, "STV(e): Out of (small buf) memory");
236 PDEBUG (1, "STV(i): last error: %i, command = 0x%x", buf[0], buf[1]);
238 PDEBUG (1, "STV(i): Camera reset to idle mode.");
242 PDEBUG (1, "STV(e): Reset config during exit failed");
247 PDEBUG (0, "STV(e): Stop_video: problem setting original mode");
252 PDEBUG (0, "STV(e): Stop_video: Set_Camera_Mode failed");
258 PDEBUG (0, "STV(e): camera NOT set to original resolution.");
261 PDEBUG (0, "STV(i): Camera set to original resolution");
275 PDEBUG (0, "STV(e): Out of (small buf) memory");
286 PDEBUG (1, "STV(e): Could not get descriptor 0100.");
296 PDEBUG (1, "STV(i): Setting video mode.");
323 PDEBUG (0, "STV(e): Out of (small buf) memory");
331 PDEBUG (0, "STV(e): set config 1,0,0 failed");
338 PDEBUG (1, "STV(e): camera ping failed!!");
347 PDEBUG (1, "STV(e): Could not get descriptor 0200.");
369 PDEBUG (0, "STV(e): There are NO supported STV680 modes!!");
374 PDEBUG (0, "STV(i): CIF is supported");
376 PDEBUG (0, "STV(i): QVGA is supported");
379 PDEBUG (1, "STV(i): Firmware rev is %i.%i", buffer[0], buffer[1]);
380 PDEBUG (1, "STV(i): ASIC rev is %i.%i", buffer[2], buffer[3]);
381 PDEBUG (1, "STV(i): Sensor ID is %i", (buffer[4]*16) + (buffer[5]>>4));
392 PDEBUG (0, "STV(i): Camera has %i pictures.", i);
406 PDEBUG (0, "STV(i): Set_Camera_Mode failed");
413 PDEBUG (0, "STV(e): Error setting camera video mode!");
419 PDEBUG (0, "STV(i): Video Mode set to CIF");
423 PDEBUG (0, "STV(i): Video Mode set to QVGA");
437 PDEBUG (1, "STV(i): last error: %i, command = 0x%x", buffer[0], buffer[1]);
460 PDEBUG (2, "STV(i): cwidth = %i, cheight = %i", stv680->cwidth, stv680->cheight);
461 PDEBUG (1, "STV(i): width = %i, height = %i, rawbufsize = %li", stv680->vwidth, stv680->vheight, stv680->rawbufsize);
480 PDEBUG (1, "STV(i): swapRGB is (auto) OFF");
482 PDEBUG (1, "STV(i): swapRGB is (auto) ON");
484 PDEBUG (1, "STV(i): swapRGB is (forced) ON");
486 PDEBUG (1, "STV(i): swapRGB is (forced) OFF");
489 PDEBUG (0, "STV(e): Could not set video mode in stv_init");
595 PDEBUG (2, "STV(e): Palette set error in _set_pic");
620 PDEBUG (2, "STV(i): Lost data in transfer: exp %li, got %i", stv680->rawbufsize, length);
627 PDEBUG (0, "STV(e): device vapourished in video_irq");
669 PDEBUG (0, "STV(e): urb burned down in video irq");
689 PDEBUG (0, "STV(e): Could not kmalloc raw data buffer %i", i);
700 PDEBUG (0, "STV(e): Could not kmalloc raw scratch buffer %i", i);
719 PDEBUG (0, "STV(e): urb burned down in start stream");
773 PDEBUG (1, "STV(i): size request for %i x %i", width, height);
776 PDEBUG (1, "STV(e): set_size error: request: v.width = %i, v.height = %i actual: stv.width = %i, stv.height = %i", width, height, stv680->vwidth, stv680->vheight);
796 PDEBUG (1, "STV(e): request for non-supported size: request: v.width = %i, v.height = %i actual: stv.width = %i, stv.height = %i", width, height, stv680->vwidth, stv680->vheight);
805 PDEBUG (1, "STV(i): size set to %i x %i", stv680->vwidth, stv680->vheight);
1041 PDEBUG (2, "STV(i): too many null length packets, restarting capture");
1047 PDEBUG (2, "STV(e): FRAME_ERROR in _newframe");
1060 PDEBUG (2, "STV(i): too many errors, restarting capture");
1086 PDEBUG (0, "STV(e): Could not rvmalloc frame bufer");
1109 PDEBUG (1, "STV(e): stop_video failed in stv_close");
1117 PDEBUG (0, "STV(i): device unregistered");
1185 PDEBUG (2, "STV(e): failed (from user) set size in VIDIOCSWIN");
1218 PDEBUG (2, "STV(i): VIDIOCMCAPTURE vm.format (%i) != VIDEO_PALETTE (%i)",
1221 PDEBUG (2, "STV(i): VIDIOCMCAPTURE swapRGB is (auto) ON");
1228 PDEBUG (2, "STV(e): VIDIOCMCAPTURE vm.frame > NUMFRAMES");
1233 PDEBUG (2, "STV(e): VIDIOCMCAPTURE grabstate (%i) error",
1240 PDEBUG (2, "STV(e): VIDIOCMCAPTURE set_size failed");
1256 PDEBUG (2, "STV(e): Bad frame # in VIDIOCSYNC");
1273 PDEBUG (2, "STV(e): VIDIOCCAPTURE failed");
1345 PDEBUG (0, "STV(e): STV680_NUMFRAMES needs to be 2!");
1355 PDEBUG (2, "STV(e): FRAME_GRABBING in stv680_read");
1373 PDEBUG (2, "STV(e): copy_to_user frame 0 failed, ret count = %li", i);
1413 PDEBUG (0, "STV(e): Number of Configurations != 1");
1422 PDEBUG (0, "STV(i): STV0680 camera found.");
1426 PDEBUG (0, "STV(i): Creative WebCam Go Mini found.");
1428 PDEBUG (0, "STV(e): Vendor/Product ID do not match STV0680 or Creative WebCam Go Mini values.");
1429 PDEBUG (0, "STV(e): Check that the STV0680 or Creative WebCam Go Mini camera is connected to the computer.");
1435 PDEBUG (0, "STV(e): couldn't kmalloc stv680 struct.");
1458 PDEBUG (0, "STV(e): video_register_device failed");
1462 PDEBUG (0, "STV(i): registered new video device: video%d", stv680->vdev->minor);
1499 PDEBUG (0, "STV(i): %s disconnected", stv680->camera_name);
1540 PDEBUG (0, "STV(e): Could not setup STV0680 driver");
1543 PDEBUG (0, "STV(i): usb camera driver version %s registering", DRIVER_VERSION);
1552 PDEBUG (0, "STV(i): driver deregistered");