Searched defs:mdc800_data (Results 1 – 1 of 1) sorted by relevance
124 struct mdc800_data struct126 struct usb_device * dev; // Device Data127 mdc800_state state;129 unsigned int endpoint [4];131 struct urb * irq_urb;132 wait_queue_head_t irq_wait;133 int irq_woken;134 char* irq_urb_buffer;136 int camera_busy; // is camera busy ?137 int camera_request_ready; // Status to synchronize with irq[all …]