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 poison_urbs(struct wdm_device *desc) in poison_urbs()
332 static void unpoison_urbs(struct wdm_device *desc) in unpoison_urbs()
343 static void free_urbs(struct wdm_device *desc) in free_urbs()
350 static void cleanup(struct wdm_device *desc) in cleanup()
366 struct wdm_device *desc = file->private_data; in wdm_write()
471 static int service_outstanding_interrupt(struct wdm_device *desc) in service_outstanding_interrupt()
510 struct wdm_device *desc = file->private_data; in wdm_read()
616 struct wdm_device *desc = file->private_data; in wdm_wait_for_response()
670 struct wdm_device *desc = file->private_data; in wdm_poll()
699 struct wdm_device *desc; in wdm_open()
743 struct wdm_device *desc = file->private_data; in wdm_release()
774 struct wdm_device *desc = file->private_data; in wdm_ioctl()
811 struct wdm_device *desc = container_of(work, struct wdm_device, rxwork); in wdm_rxwork()
836 struct wdm_device *desc; in service_interrupt_work()
838 desc = container_of(work, struct wdm_device, service_outs_intr); in service_interrupt_work()
855 struct wdm_device *desc; in wdm_create()
857 desc = kzalloc(sizeof(struct wdm_device), GFP_KERNEL); in wdm_create()
1038 struct wdm_device *desc; in wdm_disconnect()
1074 struct wdm_device *desc = wdm_find_device(intf); in wdm_suspend()
1110 static int recover_from_urb_loss(struct wdm_device *desc) in recover_from_urb_loss()
1126 struct wdm_device *desc = wdm_find_device(intf); in wdm_resume()
1140 struct wdm_device *desc = wdm_find_device(intf); in wdm_pre_reset()
1165 struct wdm_device *desc = wdm_find_device(intf); in wdm_post_reset()