Searched defs:mdc800_data (Results 1 – 1 of 1) sorted by relevance
137 struct mdc800_data struct139 struct usb_device * dev; // Device Data140 mdc800_state state;142 unsigned int endpoint [4];144 struct urb * irq_urb;145 wait_queue_head_t irq_wait;146 int irq_woken;147 char* irq_urb_buffer;149 int camera_busy; // is camera busy ?150 int camera_request_ready; // Status to synchronize with irq[all …]