Home
last modified time | relevance | path

Searched refs:usb_hcd_giveback_urb (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHCD.c546 usb_hcd_giveback_urb (hcd, urb, NULL); in rh_call_control()
676 usb_hcd_giveback_urb (hcd, urb, NULL); in rh_report_status()
737 usb_hcd_giveback_urb (hcd, urb, NULL); in usb_rh_status_dequeue()
783 usb_hcd_giveback_urb(hcd, urb, NULL); in usb_hcd_poll_rh_status()
955 usb_hcd_giveback_urb(hcd, urb, NULL); in usb_rh_status_dequeue()
2161 void usb_hcd_giveback_urb (struct usb_hcd *hcd, struct urb *urb, struct pt_regs *regs) in usb_hcd_giveback_urb() function
H A DdrvHCD.h300 extern void usb_hcd_giveback_urb (struct usb_hcd *hcd, struct urb *urb, struct pt_regs *regs);
H A DdrvEhciHcd.c2842 usb_hcd_giveback_urb (&ehci->hcd, urb, regs); in ehci_urb_done()