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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/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
378 struct mdc800_data* mdc800=urb->context; local
398 struct mdc800_data* mdc800=urb->context; local
557 struct mdc800_data* mdc800 = usb_get_intfdata(intf); local
[all...]
H A DMakefile5 obj-$(CONFIG_USB_MDC800) += mdc800.o

Completed in 96 milliseconds