/openbmc/linux/drivers/usb/usbip/ |
H A D | vhci_rx.c | 107 usb_hcd_giveback_urb(vhci_hcd_to_hcd(vhci_hcd), urb, urb->status); in vhci_recv_ret_submit() 178 usb_hcd_giveback_urb(vhci_hcd_to_hcd(vhci_hcd), urb, urb->status); in vhci_recv_ret_unlink()
|
H A D | vhci_hcd.c | 817 usb_hcd_giveback_urb(hcd, urb, urb->status); in vhci_urb_enqueue() 918 usb_hcd_giveback_urb(hcd, urb, urb->status); in vhci_urb_dequeue() 987 usb_hcd_giveback_urb(hcd, urb, urb->status); in vhci_cleanup_unlink_list()
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | usb-compat.h | 54 static inline void usb_hcd_giveback_urb(struct usb_hcd *hcd, in usb_hcd_giveback_urb() function
|
H A D | musb_host.c | 308 usb_hcd_giveback_urb(musb_to_hcd(musb), urb, status); in musb_giveback()
|
/openbmc/linux/drivers/usb/host/ |
H A D | fhci-q.c | 205 usb_hcd_giveback_urb(fhci_to_hcd(fhci), urb, urb->status); in fhci_urb_complete_free()
|
H A D | max3421-hcd.c | 790 usb_hcd_giveback_urb(hcd, urb, 0); in max3421_check_unlink() 1365 usb_hcd_giveback_urb(hcd, urb, status); in max3421_urb_done()
|
H A D | ohci-q.c | 75 usb_hcd_giveback_urb(ohci_to_hcd(ohci), urb, status); in finish_urb()
|
H A D | ehci-q.c | 279 usb_hcd_giveback_urb(ehci_to_hcd(ehci), urb, status); in ehci_urb_done()
|
H A D | xen-hcd.c | 775 usb_hcd_giveback_urb(xenhcd_info_to_hcd(info), urb, in xenhcd_giveback_urb()
|
H A D | isp116x-hcd.c | 309 usb_hcd_giveback_urb(isp116x_to_hcd(isp116x), urb, status); in finish_request()
|
H A D | sl811-hcd.c | 434 usb_hcd_giveback_urb(sl811_to_hcd(sl811), urb, status); in finish_request()
|
H A D | uhci-q.c | 1556 usb_hcd_giveback_urb(uhci_to_hcd(uhci), urb, status); in uhci_giveback_urb()
|
H A D | octeon-hcd.c | 2041 usb_hcd_giveback_urb(octeon_to_hcd(usb), urb, urb->status); in octeon_usb_urb_complete_callback()
|
H A D | r8a66597-hcd.c | 828 usb_hcd_giveback_urb(r8a66597_to_hcd(r8a66597), urb, status); in r8a66597_urb_done()
|
H A D | isp1362-hcd.c | 471 usb_hcd_giveback_urb(isp1362_hcd_to_hcd(isp1362_hcd), urb, status); in finish_request()
|
H A D | oxu210hp-hcd.c | 1391 usb_hcd_giveback_urb(oxu_to_hcd(oxu), urb, urb->status); in ehci_urb_done()
|
H A D | xhci-ring.c | 804 usb_hcd_giveback_urb(hcd, urb, status); in xhci_giveback_urb_in_irq()
|
/openbmc/linux/drivers/usb/core/ |
H A D | hcd.c | 713 usb_hcd_giveback_urb(hcd, urb, status); in rh_call_control() 759 usb_hcd_giveback_urb(hcd, urb, status); in usb_hcd_poll_rh_status() 851 usb_hcd_giveback_urb(hcd, urb, status); in usb_rh_urb_dequeue() 1723 void usb_hcd_giveback_urb(struct usb_hcd *hcd, struct urb *urb, int status) in usb_hcd_giveback_urb() function 1754 EXPORT_SYMBOL_GPL(usb_hcd_giveback_urb);
|
/openbmc/linux/drivers/usb/c67x00/ |
H A D | c67x00-sched.c | 456 usb_hcd_giveback_urb(hcd, urb, status); in c67x00_urb_dequeue() 489 usb_hcd_giveback_urb(c67x00_hcd_to_hcd(c67x00), urb, status); in c67x00_giveback_urb()
|
/openbmc/linux/include/linux/usb/ |
H A D | hcd.h | 432 extern void usb_hcd_giveback_urb(struct usb_hcd *hcd, struct urb *urb,
|
/openbmc/linux/drivers/usb/renesas_usbhs/ |
H A D | mod_host.c | 656 usb_hcd_giveback_urb(hcd, urb, status); in usbhsh_queue_done()
|
/openbmc/linux/drivers/usb/musb/ |
H A D | musb_host.c | 285 usb_hcd_giveback_urb(musb->hcd, urb, status); in musb_giveback()
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | hcd.c | 4188 usb_hcd_giveback_urb(dwc2_hsotg_to_hcd(hsotg), urb, status); in dwc2_host_complete() 4831 usb_hcd_giveback_urb(hcd, urb, status); in _dwc2_hcd_urb_dequeue()
|
/openbmc/linux/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 972 usb_hcd_giveback_urb(hcd, urb, urb->status); in isp1760_urb_done()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 1993 usb_hcd_giveback_urb(dummy_hcd_to_hcd(dum_hcd), urb, status); in dummy_timer()
|