Searched refs:mdc800 (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/image/
H A Dmdc800.c33 * Fix: mdc800 used sleep_on and slept with io_lock held.
53 * bugfix : The mdc800->state field gets set to READY after the
63 * The mdc800 driver gets assigned the USB Minor 32-47. The Registration
229 static struct mdc800_data* mdc800; variable in typeref:struct:mdc800_data
286 struct mdc800_data* mdc800=urb->context; local
295 if (!mdc800->camera_busy)
297 mdc800->camera_busy=1;
303 if (mdc800->camera_busy && mdc800_isReady (b))
305 mdc800->camera_busy=0;
314 memcpy (mdc800
379 struct mdc800_data* mdc800=urb->context; local
397 struct mdc800_data* mdc800=urb->context; local
555 struct mdc800_data* mdc800 = usb_get_intfdata(intf); local
[all...]
H A DMakefile5 obj-$(CONFIG_USB_MDC800) += mdc800.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/image/
H A Dmdc800.c33 * Fix: mdc800 used sleep_on and slept with io_lock held.
53 * bugfix : The mdc800->state field gets set to READY after the
63 * The mdc800 driver gets assigned the USB Minor 32-47. The Registration
229 static struct mdc800_data* mdc800; variable in typeref:struct:mdc800_data
286 struct mdc800_data* mdc800=urb->context; local
295 if (!mdc800->camera_busy)
297 mdc800->camera_busy=1;
303 if (mdc800->camera_busy && mdc800_isReady (b))
305 mdc800->camera_busy=0;
314 memcpy (mdc800
379 struct mdc800_data* mdc800=urb->context; local
397 struct mdc800_data* mdc800=urb->context; local
555 struct mdc800_data* mdc800 = usb_get_intfdata(intf); local
[all...]
H A DMakefile5 obj-$(CONFIG_USB_MDC800) += mdc800.o

Completed in 97 milliseconds