Lines Matching refs:wdm_device

76 struct wdm_device {
120 static struct wdm_device *wdm_find_device(struct usb_interface *intf)
122 struct wdm_device *desc;
135 static struct wdm_device *wdm_find_device_by_minor(int minor)
137 struct wdm_device *desc;
153 struct wdm_device *desc;
166 static void wdm_wwan_rx(struct wdm_device *desc, int length);
171 struct wdm_device *desc = urb->context;
252 struct wdm_device *desc;
338 static void poison_urbs(struct wdm_device *desc)
346 static void unpoison_urbs(struct wdm_device *desc)
357 static void free_urbs(struct wdm_device *desc)
364 static void cleanup(struct wdm_device *desc)
380 struct wdm_device *desc = file->private_data;
485 static int service_outstanding_interrupt(struct wdm_device *desc)
524 struct wdm_device *desc = file->private_data;
630 struct wdm_device *desc = file->private_data;
684 struct wdm_device *desc = file->private_data;
713 struct wdm_device *desc;
762 struct wdm_device *desc = file->private_data;
793 struct wdm_device *desc = file->private_data;
831 struct wdm_device *desc = wwan_port_get_drvdata(port);
856 struct wdm_device *desc = wwan_port_get_drvdata(port);
869 struct wdm_device *desc = skb_shinfo(skb)->destructor_arg;
878 struct wdm_device *desc = wwan_port_get_drvdata(port);
921 static void wdm_wwan_init(struct wdm_device *desc)
943 static void wdm_wwan_deinit(struct wdm_device *desc)
952 static void wdm_wwan_rx(struct wdm_device *desc, int length)
969 static void wdm_wwan_init(struct wdm_device *desc) {}
970 static void wdm_wwan_deinit(struct wdm_device *desc) {}
971 static void wdm_wwan_rx(struct wdm_device *desc, int length) {}
977 struct wdm_device *desc = container_of(work, struct wdm_device, rxwork);
1002 struct wdm_device *desc;
1004 desc = container_of(work, struct wdm_device, service_outs_intr);
1022 struct wdm_device *desc;
1024 desc = kzalloc(sizeof(struct wdm_device), GFP_KERNEL);
1211 struct wdm_device *desc;
1249 struct wdm_device *desc = wdm_find_device(intf);
1285 static int recover_from_urb_loss(struct wdm_device *desc)
1301 struct wdm_device *desc = wdm_find_device(intf);
1315 struct wdm_device *desc = wdm_find_device(intf);
1340 struct wdm_device *desc = wdm_find_device(intf);