Lines Matching refs:wdm_device

73 struct wdm_device {  struct
113 static struct wdm_device *wdm_find_device(struct usb_interface *intf) in wdm_find_device() argument
115 struct wdm_device *desc; in wdm_find_device()
128 static struct wdm_device *wdm_find_device_by_minor(int minor) in wdm_find_device_by_minor()
130 struct wdm_device *desc; in wdm_find_device_by_minor()
146 struct wdm_device *desc; in wdm_out_callback()
159 struct wdm_device *desc = urb->context; in wdm_in_callback()
215 struct wdm_device *desc; in wdm_int_callback()
302 static void kill_urbs(struct wdm_device *desc) in kill_urbs()
310 static void free_urbs(struct wdm_device *desc) in free_urbs()
317 static void cleanup(struct wdm_device *desc) in cleanup()
333 struct wdm_device *desc = file->private_data; in wdm_write()
444 static int clear_wdm_read_flag(struct wdm_device *desc) in clear_wdm_read_flag()
475 struct wdm_device *desc = file->private_data; in wdm_read()
578 struct wdm_device *desc = file->private_data; in wdm_flush()
592 struct wdm_device *desc = file->private_data; in wdm_poll()
621 struct wdm_device *desc; in wdm_open()
665 struct wdm_device *desc = file->private_data; in wdm_release()
694 struct wdm_device *desc = file->private_data; in wdm_ioctl()
730 struct wdm_device *desc = container_of(work, struct wdm_device, rxwork); in wdm_rxwork()
759 struct wdm_device *desc; in wdm_create()
761 desc = kzalloc(sizeof(struct wdm_device), GFP_KERNEL); in wdm_create()
960 struct wdm_device *desc; in wdm_disconnect()
997 struct wdm_device *desc = wdm_find_device(intf); in wdm_suspend()
1031 static int recover_from_urb_loss(struct wdm_device *desc) in recover_from_urb_loss()
1047 struct wdm_device *desc = wdm_find_device(intf); in wdm_resume()
1061 struct wdm_device *desc = wdm_find_device(intf); in wdm_pre_reset()
1085 struct wdm_device *desc = wdm_find_device(intf); in wdm_post_reset()