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

/linux-4.4.14/drivers/usb/storage/
H A Duas.c293 data_in_urb = usb_get_urb(cmdinfo->data_in_urb); uas_stat_cmplt()
294 data_out_urb = usb_get_urb(cmdinfo->data_out_urb); uas_stat_cmplt()
319 data_in_urb = usb_get_urb(cmdinfo->data_in_urb); uas_stat_cmplt()
320 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.4.14/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()
764 usb_get_urb(victim); usb_kill_anchored_urbs()
797 usb_get_urb(victim); usb_poison_anchored_urbs()
922 usb_get_urb(victim); usb_get_from_anchor()
H A Ddevio.c479 usb_get_urb(urb);
544 usb_get_urb(urb); destroy_async()
1640 usb_get_urb(urb); proc_unlinkurb()
H A Dhcd.c1606 usb_get_urb(urb); usb_hcd_submit_urb()
1856 usb_get_urb (urb); usb_hcd_flush_endpoint()
1897 usb_get_urb (urb); usb_hcd_flush_endpoint()
/linux-4.4.14/drivers/net/wimax/i2400m/
H A Dusb-fw.c299 usb_get_urb(&notif_urb); i2400mu_bus_bm_wait_for_ack()
/linux-4.4.14/drivers/usb/host/
H A Dehci-hub.c774 usb_get_urb(urb); request_single_step_set_feature_urb()
841 usb_get_urb(urb); ehset_single_step_set_feature()
/linux-4.4.14/drivers/net/usb/
H A Dusbnet.c730 usb_get_urb(urb);
H A Dlan78xx.c1611 usb_get_urb(urb);
/linux-4.4.14/drivers/usb/wusbcore/
H A Dwa-xfer.c1878 usb_get_urb(urb); wa_urb_enqueue()
/linux-4.4.14/include/linux/
H A Dusb.h1613 extern struct urb *usb_get_urb(struct urb *urb);

Completed in 692 milliseconds