Lines Matching defs:wdm_device
73 struct wdm_device { struct
74 u8 *inbuf; /* buffer for response */
75 u8 *outbuf; /* buffer for command */
76 u8 *sbuf; /* buffer for status */
77 u8 *ubuf; /* buffer for copy to user space */
79 struct urb *command;
80 struct urb *response;
81 struct urb *validity;
82 struct usb_interface *intf;
83 struct usb_ctrlrequest *orq;
84 struct usb_ctrlrequest *irq;
85 spinlock_t iuspin;
87 unsigned long flags;
88 u16 bufsize;
89 u16 wMaxCommand;
113 static struct wdm_device *wdm_find_device(struct usb_interface *intf) in wdm_find_device() argument