Searched refs:usb_get_urb (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/drivers/usb/storage/
H A Duas.c294 data_in_urb = usb_get_urb(cmdinfo->data_in_urb); uas_stat_cmplt()
295 data_out_urb = usb_get_urb(cmdinfo->data_out_urb); uas_stat_cmplt()
320 data_in_urb = usb_get_urb(cmdinfo->data_in_urb); uas_stat_cmplt()
321 data_out_urb = usb_get_urb(cmdinfo->data_out_urb); uas_stat_cmplt()
696 data_in_urb = usb_get_urb(cmdinfo->data_in_urb); uas_eh_abort_handler()
698 data_out_urb = usb_get_urb(cmdinfo->data_out_urb); uas_eh_abort_handler()
/linux-4.1.27/drivers/usb/core/
H A Durb.c98 * usb_get_urb - increments the reference count of the urb
107 struct urb *usb_get_urb(struct urb *urb) usb_get_urb() function
113 EXPORT_SYMBOL_GPL(usb_get_urb); variable
128 usb_get_urb(urb); usb_anchor_urb()
765 usb_get_urb(victim); usb_kill_anchored_urbs()
798 usb_get_urb(victim); usb_poison_anchored_urbs()
923 usb_get_urb(victim); usb_get_from_anchor()
H A Ddevio.c479 usb_get_urb(urb);
544 usb_get_urb(urb); destroy_async()
1637 usb_get_urb(urb); proc_unlinkurb()
H A Dhcd.c1555 usb_get_urb(urb); usb_hcd_submit_urb()
1805 usb_get_urb (urb); usb_hcd_flush_endpoint()
1846 usb_get_urb (urb); usb_hcd_flush_endpoint()
/linux-4.1.27/drivers/net/wimax/i2400m/
H A Dusb-fw.c299 usb_get_urb(&notif_urb); i2400mu_bus_bm_wait_for_ack()
/linux-4.1.27/drivers/usb/host/
H A Dehci-hub.c773 usb_get_urb(urb); request_single_step_set_feature_urb()
840 usb_get_urb(urb); ehset_single_step_set_feature()
/linux-4.1.27/drivers/net/usb/
H A Dusbnet.c723 usb_get_urb(urb);
/linux-4.1.27/drivers/usb/wusbcore/
H A Dwa-xfer.c1878 usb_get_urb(urb); wa_urb_enqueue()
/linux-4.1.27/include/linux/
H A Dusb.h1604 extern struct urb *usb_get_urb(struct urb *urb);

Completed in 419 milliseconds