Searched refs:STK_ERROR (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dstk-webcam.c118 STK_ERROR("FIXME: Buffers are not allocated\n");
124 STK_ERROR("usb_set_interface failed !\n");
126 STK_ERROR("error awaking the sensor\n");
167 STK_ERROR("usb_set_interface failed !\n");
169 STK_ERROR("error suspending the sensor\n");
369 STK_ERROR("isoc_handler called with NULL device !\n");
382 STK_ERROR("isoc_handler: urb->status == %d\n", urb->status);
388 STK_ERROR("isoc_handler without available buffer!\n"));
398 STK_ERROR("Frame %d has error %d\n", i,
424 STK_ERROR("fram
[all...]
H A Dstk-sensor.c246 STK_ERROR("stk_sensor_outb failed, status=0x%02x\n",
269 STK_ERROR("stk_sensor_inb failed, status=0x%02x\n",
373 STK_ERROR("Sensor resetting failed\n");
380 STK_ERROR("Strange error reading sensor ID\n");
384 STK_ERROR("Huh? you don't have a sensor from ovt\n");
389 STK_ERROR("Could not read sensor model\n");
527 default: STK_ERROR("Unsupported mode %d\n", dev->vsettings.mode);
551 default: STK_ERROR("Unsupported colorspace\n");
569 STK_ERROR("stk_sensor_set_hw failed (VGA)\n");
H A Dstk-webcam.h39 #define STK_ERROR(str, args...) printk(KERN_ERR PREFIX str, ##args) macro

Completed in 104 milliseconds