Searched refs:usb_hcd_giveback_urb (Results 1 - 22 of 22) sorted by relevance

/drivers/staging/usbip/
H A Dvhci_rx.c109 usb_hcd_giveback_urb(vhci_to_hcd(the_controller), urb, urb->status);
179 usb_hcd_giveback_urb(vhci_to_hcd(the_controller), urb,
H A Dvhci_hcd.c658 usb_hcd_giveback_urb(vhci_to_hcd(the_controller), urb, urb->status);
761 usb_hcd_giveback_urb(vhci_to_hcd(the_controller), urb,
837 usb_hcd_giveback_urb(vhci_to_hcd(the_controller), urb,
/drivers/usb/host/
H A Dfhci-q.c209 usb_hcd_giveback_urb(fhci_to_hcd(fhci), urb, urb->status);
H A Dehci-q.c293 usb_hcd_giveback_urb(ehci_to_hcd(ehci), urb, status);
H A Dohci-q.c72 usb_hcd_giveback_urb(ohci_to_hcd(ohci), urb, status);
H A Du132-hcd.c543 usb_hcd_giveback_urb(hcd, urb, status);
575 usb_hcd_giveback_urb(hcd, urb, status);
2411 usb_hcd_giveback_urb(hcd, urb, 0);
2496 usb_hcd_giveback_urb(hcd, urb, status);
H A Dimx21-hcd.c531 usb_hcd_giveback_urb(hcd, urb, status);
H A Disp116x-hcd.c310 usb_hcd_giveback_urb(isp116x_to_hcd(isp116x), urb, status);
H A Dsl811-hcd.c435 usb_hcd_giveback_urb(sl811_to_hcd(sl811), urb, status);
H A Duhci-q.c1554 usb_hcd_giveback_urb(uhci_to_hcd(uhci), urb, status);
H A Dxhci-ring.c632 usb_hcd_giveback_urb(hcd, urb, status);
2219 usb_hcd_giveback_urb(bus_to_hcd(urb->dev->bus), urb, status);
H A Disp1760-hcd.c717 usb_hcd_giveback_urb(hcd, urb, urb->status);
H A Dr8a66597-hcd.c848 usb_hcd_giveback_urb(r8a66597_to_hcd(r8a66597), urb, status);
H A Disp1362-hcd.c476 usb_hcd_giveback_urb(isp1362_hcd_to_hcd(isp1362_hcd), urb, status);
H A Doxu210hp-hcd.c964 usb_hcd_giveback_urb(oxu_to_hcd(oxu), urb, urb->status);
H A Dxhci.c1324 usb_hcd_giveback_urb(hcd, urb, -ESHUTDOWN);
/drivers/usb/wusbcore/
H A Dwusbhc.c383 usb_hcd_giveback_urb(&wusbhc->usb_hcd, urb, status);
/drivers/usb/core/
H A Dhcd.c673 usb_hcd_giveback_urb(hcd, urb, status);
716 usb_hcd_giveback_urb(hcd, urb, 0);
809 usb_hcd_giveback_urb(hcd, urb, status);
1181 * usb_hcd_giveback_urb(). The HCD's private spinlock must be held and
1564 * usb_hcd_giveback_urb - return URB from HCD to device driver
1580 void usb_hcd_giveback_urb(struct usb_hcd *hcd, struct urb *urb, int status) function
1602 EXPORT_SYMBOL_GPL(usb_hcd_giveback_urb); variable
/drivers/usb/c67x00/
H A Dc67x00-sched.c480 usb_hcd_giveback_urb(hcd, urb, status);
513 usb_hcd_giveback_urb(c67x00_hcd_to_hcd(c67x00), urb, urbp->status);
/drivers/usb/renesas_usbhs/
H A Dmod_host.c656 usb_hcd_giveback_urb(hcd, urb, status);
/drivers/usb/gadget/
H A Ddummy_hcd.c1706 usb_hcd_giveback_urb(dummy_hcd_to_hcd(dum_hcd), urb, status);
/drivers/usb/musb/
H A Dmusb_host.c316 usb_hcd_giveback_urb(musb_to_hcd(musb), urb, status);

Completed in 243 milliseconds