Lines Matching refs:wdm_device

70 struct wdm_device {  struct
111 static struct wdm_device *wdm_find_device(struct usb_interface *intf) in wdm_find_device() argument
113 struct wdm_device *desc; in wdm_find_device()
126 static struct wdm_device *wdm_find_device_by_minor(int minor) in wdm_find_device_by_minor()
128 struct wdm_device *desc; in wdm_find_device_by_minor()
144 struct wdm_device *desc; in wdm_out_callback()
160 struct wdm_device *desc = urb->context; in wdm_in_callback()
235 struct wdm_device *desc; in wdm_int_callback()
321 static void kill_urbs(struct wdm_device *desc) in kill_urbs()
329 static void free_urbs(struct wdm_device *desc) in free_urbs()
336 static void cleanup(struct wdm_device *desc) in cleanup()
352 struct wdm_device *desc = file->private_data; in wdm_write()
453 static int service_outstanding_interrupt(struct wdm_device *desc) in service_outstanding_interrupt()
482 struct wdm_device *desc = file->private_data; in wdm_read()
588 struct wdm_device *desc = file->private_data; in wdm_flush()
612 struct wdm_device *desc = file->private_data; in wdm_poll()
641 struct wdm_device *desc; in wdm_open()
685 struct wdm_device *desc = file->private_data; in wdm_release()
714 struct wdm_device *desc = file->private_data; in wdm_ioctl()
750 struct wdm_device *desc = container_of(work, struct wdm_device, rxwork); in wdm_rxwork()
775 struct wdm_device *desc; in service_interrupt_work()
777 desc = container_of(work, struct wdm_device, service_outs_intr); in service_interrupt_work()
794 struct wdm_device *desc; in wdm_create()
796 desc = kzalloc(sizeof(struct wdm_device), GFP_KERNEL); in wdm_create()
976 struct wdm_device *desc; in wdm_disconnect()
1012 struct wdm_device *desc = wdm_find_device(intf); in wdm_suspend()
1047 static int recover_from_urb_loss(struct wdm_device *desc) in recover_from_urb_loss()
1063 struct wdm_device *desc = wdm_find_device(intf); in wdm_resume()
1077 struct wdm_device *desc = wdm_find_device(intf); in wdm_pre_reset()
1102 struct wdm_device *desc = wdm_find_device(intf); in wdm_post_reset()