Lines Matching defs:wdm_device
73 struct wdm_device {
114 static struct wdm_device *wdm_find_device(struct usb_interface *intf)
116 struct wdm_device *desc;
129 static struct wdm_device *wdm_find_device_by_minor(int minor)
131 struct wdm_device *desc;
147 struct wdm_device *desc;
163 struct wdm_device *desc = urb->context;
238 struct wdm_device *desc;
324 static void poison_urbs(struct wdm_device *desc)
332 static void unpoison_urbs(struct wdm_device *desc)
343 static void free_urbs(struct wdm_device *desc)
350 static void cleanup(struct wdm_device *desc)
366 struct wdm_device *desc = file->private_data;
471 static int service_outstanding_interrupt(struct wdm_device *desc)
510 struct wdm_device *desc = file->private_data;
616 struct wdm_device *desc = file->private_data;
670 struct wdm_device *desc = file->private_data;
699 struct wdm_device *desc;
743 struct wdm_device *desc = file->private_data;
774 struct wdm_device *desc = file->private_data;
811 struct wdm_device *desc = container_of(work, struct wdm_device, rxwork);
836 struct wdm_device *desc;
838 desc = container_of(work, struct wdm_device, service_outs_intr);
855 struct wdm_device *desc;
857 desc = kzalloc(sizeof(struct wdm_device), GFP_KERNEL);
1038 struct wdm_device *desc;
1074 struct wdm_device *desc = wdm_find_device(intf);
1110 static int recover_from_urb_loss(struct wdm_device *desc)
1126 struct wdm_device *desc = wdm_find_device(intf);
1140 struct wdm_device *desc = wdm_find_device(intf);
1165 struct wdm_device *desc = wdm_find_device(intf);