Lines Matching refs:wdm_device
73 struct wdm_device { struct
114 static struct wdm_device *wdm_find_device(struct usb_interface *intf) in wdm_find_device() argument
116 struct wdm_device *desc; in wdm_find_device()
129 static struct wdm_device *wdm_find_device_by_minor(int minor) in wdm_find_device_by_minor()
131 struct wdm_device *desc; in wdm_find_device_by_minor()
147 struct wdm_device *desc; in wdm_out_callback()
163 struct wdm_device *desc = urb->context; in wdm_in_callback()
238 struct wdm_device *desc; in wdm_int_callback()
324 static void kill_urbs(struct wdm_device *desc) in kill_urbs()
332 static void free_urbs(struct wdm_device *desc) in free_urbs()
339 static void cleanup(struct wdm_device *desc) in cleanup()
355 struct wdm_device *desc = file->private_data; in wdm_write()
460 static int service_outstanding_interrupt(struct wdm_device *desc) in service_outstanding_interrupt()
489 struct wdm_device *desc = file->private_data; in wdm_read()
595 struct wdm_device *desc = file->private_data; in wdm_wait_for_response()
649 struct wdm_device *desc = file->private_data; in wdm_poll()
678 struct wdm_device *desc; in wdm_open()
722 struct wdm_device *desc = file->private_data; in wdm_release()
751 struct wdm_device *desc = file->private_data; in wdm_ioctl()
788 struct wdm_device *desc = container_of(work, struct wdm_device, rxwork); in wdm_rxwork()
813 struct wdm_device *desc; in service_interrupt_work()
815 desc = container_of(work, struct wdm_device, service_outs_intr); in service_interrupt_work()
832 struct wdm_device *desc; in wdm_create()
834 desc = kzalloc(sizeof(struct wdm_device), GFP_KERNEL); in wdm_create()
1015 struct wdm_device *desc; in wdm_disconnect()
1051 struct wdm_device *desc = wdm_find_device(intf); in wdm_suspend()
1086 static int recover_from_urb_loss(struct wdm_device *desc) in recover_from_urb_loss()
1102 struct wdm_device *desc = wdm_find_device(intf); in wdm_resume()
1116 struct wdm_device *desc = wdm_find_device(intf); in wdm_pre_reset()
1141 struct wdm_device *desc = wdm_find_device(intf); in wdm_post_reset()