Lines Matching refs:wdm_device
76 struct wdm_device { struct
120 static struct wdm_device *wdm_find_device(struct usb_interface *intf) in wdm_find_device() argument
122 struct wdm_device *desc; in wdm_find_device()
135 static struct wdm_device *wdm_find_device_by_minor(int minor) in wdm_find_device_by_minor()
137 struct wdm_device *desc; in wdm_find_device_by_minor()
153 struct wdm_device *desc; in wdm_out_callback()
166 static void wdm_wwan_rx(struct wdm_device *desc, int length);
171 struct wdm_device *desc = urb->context; in wdm_in_callback()
252 struct wdm_device *desc; in wdm_int_callback()
338 static void poison_urbs(struct wdm_device *desc) in poison_urbs()
346 static void unpoison_urbs(struct wdm_device *desc) in unpoison_urbs()
357 static void free_urbs(struct wdm_device *desc) in free_urbs()
364 static void cleanup(struct wdm_device *desc) in cleanup()
380 struct wdm_device *desc = file->private_data; in wdm_write()
485 static int service_outstanding_interrupt(struct wdm_device *desc) in service_outstanding_interrupt()
524 struct wdm_device *desc = file->private_data; in wdm_read()
630 struct wdm_device *desc = file->private_data; in wdm_wait_for_response()
684 struct wdm_device *desc = file->private_data; in wdm_poll()
713 struct wdm_device *desc; in wdm_open()
762 struct wdm_device *desc = file->private_data; in wdm_release()
792 struct wdm_device *desc = file->private_data; in wdm_ioctl()
830 struct wdm_device *desc = wwan_port_get_drvdata(port); in wdm_wwan_port_start()
855 struct wdm_device *desc = wwan_port_get_drvdata(port); in wdm_wwan_port_stop()
868 struct wdm_device *desc = skb_shinfo(skb)->destructor_arg; in wdm_wwan_port_tx_complete()
877 struct wdm_device *desc = wwan_port_get_drvdata(port); in wdm_wwan_port_tx()
920 static void wdm_wwan_init(struct wdm_device *desc) in wdm_wwan_init()
941 static void wdm_wwan_deinit(struct wdm_device *desc) in wdm_wwan_deinit()
950 static void wdm_wwan_rx(struct wdm_device *desc, int length) in wdm_wwan_rx()
967 static void wdm_wwan_init(struct wdm_device *desc) {} in wdm_wwan_init()
968 static void wdm_wwan_deinit(struct wdm_device *desc) {} in wdm_wwan_deinit()
969 static void wdm_wwan_rx(struct wdm_device *desc, int length) {} in wdm_wwan_rx()
975 struct wdm_device *desc = container_of(work, struct wdm_device, rxwork); in wdm_rxwork()
1000 struct wdm_device *desc; in service_interrupt_work()
1002 desc = container_of(work, struct wdm_device, service_outs_intr); in service_interrupt_work()
1020 struct wdm_device *desc; in wdm_create()
1022 desc = kzalloc(sizeof(struct wdm_device), GFP_KERNEL); in wdm_create()
1209 struct wdm_device *desc; in wdm_disconnect()
1247 struct wdm_device *desc = wdm_find_device(intf); in wdm_suspend()
1283 static int recover_from_urb_loss(struct wdm_device *desc) in recover_from_urb_loss()
1299 struct wdm_device *desc = wdm_find_device(intf); in wdm_resume()
1313 struct wdm_device *desc = wdm_find_device(intf); in wdm_pre_reset()
1338 struct wdm_device *desc = wdm_find_device(intf); in wdm_post_reset()