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()
793 struct wdm_device *desc = file->private_data; in wdm_ioctl()
831 struct wdm_device *desc = wwan_port_get_drvdata(port); in wdm_wwan_port_start()
856 struct wdm_device *desc = wwan_port_get_drvdata(port); in wdm_wwan_port_stop()
869 struct wdm_device *desc = skb_shinfo(skb)->destructor_arg; in wdm_wwan_port_tx_complete()
878 struct wdm_device *desc = wwan_port_get_drvdata(port); in wdm_wwan_port_tx()
921 static void wdm_wwan_init(struct wdm_device *desc) in wdm_wwan_init()
943 static void wdm_wwan_deinit(struct wdm_device *desc) in wdm_wwan_deinit()
952 static void wdm_wwan_rx(struct wdm_device *desc, int length) in wdm_wwan_rx()
969 static void wdm_wwan_init(struct wdm_device *desc) {} in wdm_wwan_init()
970 static void wdm_wwan_deinit(struct wdm_device *desc) {} in wdm_wwan_deinit()
971 static void wdm_wwan_rx(struct wdm_device *desc, int length) {} in wdm_wwan_rx()
977 struct wdm_device *desc = container_of(work, struct wdm_device, rxwork); in wdm_rxwork()
1002 struct wdm_device *desc; in service_interrupt_work()
1004 desc = container_of(work, struct wdm_device, service_outs_intr); in service_interrupt_work()
1022 struct wdm_device *desc; in wdm_create()
1024 desc = kzalloc(sizeof(struct wdm_device), GFP_KERNEL); in wdm_create()
1211 struct wdm_device *desc; in wdm_disconnect()
1249 struct wdm_device *desc = wdm_find_device(intf); in wdm_suspend()
1285 static int recover_from_urb_loss(struct wdm_device *desc) in recover_from_urb_loss()
1301 struct wdm_device *desc = wdm_find_device(intf); in wdm_resume()
1315 struct wdm_device *desc = wdm_find_device(intf); in wdm_pre_reset()
1340 struct wdm_device *desc = wdm_find_device(intf); in wdm_post_reset()