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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/usbip/
H A Dvhci_rx.c115 usb_hcd_giveback_urb(vhci_to_hcd(the_controller), urb, urb->status);
184 usb_hcd_giveback_urb(vhci_to_hcd(the_controller), urb,
H A Dvhci_hcd.c616 usb_hcd_giveback_urb(vhci_to_hcd(the_controller), urb, urb->status);
723 usb_hcd_giveback_urb(vhci_to_hcd(the_controller), urb,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/usbip/
H A Dvhci_rx.c115 usb_hcd_giveback_urb(vhci_to_hcd(the_controller), urb, urb->status);
184 usb_hcd_giveback_urb(vhci_to_hcd(the_controller), urb,
H A Dvhci_hcd.c616 usb_hcd_giveback_urb(vhci_to_hcd(the_controller), urb, urb->status);
723 usb_hcd_giveback_urb(vhci_to_hcd(the_controller), urb,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Dfhci-q.c209 usb_hcd_giveback_urb(fhci_to_hcd(fhci), urb, urb->status);
H A Dehci-q.c294 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.c540 usb_hcd_giveback_urb(hcd, urb, status);
572 } usb_hcd_giveback_urb(hcd, urb, status);
2409 usb_hcd_giveback_urb(hcd, urb, 0);
2494 usb_hcd_giveback_urb(hcd, urb, status);
H A Dxhci-ring.c622 usb_hcd_giveback_urb(hcd, urb, status);
1932 usb_hcd_giveback_urb(xhci_to_hcd(xhci), urb, status);
H A Dimx21-hcd.c434 usb_hcd_giveback_urb(hcd, urb, status);
H A Disp116x-hcd.c310 usb_hcd_giveback_urb(isp116x_to_hcd(isp116x), urb, status);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Dfhci-q.c209 usb_hcd_giveback_urb(fhci_to_hcd(fhci), urb, urb->status);
H A Dehci-q.c294 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.c540 usb_hcd_giveback_urb(hcd, urb, status);
572 } usb_hcd_giveback_urb(hcd, urb, status);
2409 usb_hcd_giveback_urb(hcd, urb, 0);
2494 usb_hcd_giveback_urb(hcd, urb, status);
H A Dxhci-ring.c622 usb_hcd_giveback_urb(hcd, urb, status);
1932 usb_hcd_giveback_urb(xhci_to_hcd(xhci), urb, status);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/wusbcore/
H A Dwusbhc.c381 usb_hcd_giveback_urb(&wusbhc->usb_hcd, urb, status);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/wusbcore/
H A Dwusbhc.c381 usb_hcd_giveback_urb(&wusbhc->usb_hcd, urb, status);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/core/
H A Dhcd.c643 usb_hcd_giveback_urb(hcd, urb, status);
686 usb_hcd_giveback_urb(hcd, urb, 0);
779 usb_hcd_giveback_urb(hcd, urb, status);
1165 * usb_hcd_giveback_urb(). The HCD's private spinlock must be held and
1520 * usb_hcd_giveback_urb - return URB from HCD to device driver
1536 void usb_hcd_giveback_urb(struct usb_hcd *hcd, struct urb *urb, int status) function
1558 EXPORT_SYMBOL_GPL(usb_hcd_giveback_urb); variable
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/core/
H A Dhcd.c643 usb_hcd_giveback_urb(hcd, urb, status);
686 usb_hcd_giveback_urb(hcd, urb, 0);
779 usb_hcd_giveback_urb(hcd, urb, status);
1165 * usb_hcd_giveback_urb(). The HCD's private spinlock must be held and
1520 * usb_hcd_giveback_urb - return URB from HCD to device driver
1536 void usb_hcd_giveback_urb(struct usb_hcd *hcd, struct urb *urb, int status) function
1558 EXPORT_SYMBOL_GPL(usb_hcd_giveback_urb); variable
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/usb/
H A Dhcd.h330 extern void usb_hcd_giveback_urb(struct usb_hcd *hcd, struct urb *urb,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/usb/
H A Dhcd.h330 extern void usb_hcd_giveback_urb(struct usb_hcd *hcd, struct urb *urb,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/c67x00/
H A Dc67x00-sched.c479 usb_hcd_giveback_urb(hcd, urb, status);
512 usb_hcd_giveback_urb(c67x00_hcd_to_hcd(c67x00), urb, urbp->status);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/c67x00/
H A Dc67x00-sched.c479 usb_hcd_giveback_urb(hcd, urb, status);
512 usb_hcd_giveback_urb(c67x00_hcd_to_hcd(c67x00), urb, urbp->status);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/gadget/
H A Ddummy_hcd.c1489 usb_hcd_giveback_urb(dummy_to_hcd(dum), urb, status);

Completed in 2147 milliseconds

12