Searched refs:uhci_unlink_urb_async (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/usb/host/ |
D | usb-uhci.c | 1125 _static int uhci_unlink_urb_async (uhci_t *s,struct urb *urb, int mode) in uhci_unlink_urb_async() function 1182 uhci_unlink_urb_async(s, urb, UNLINK_ASYNC_DONT_STORE); in uhci_unlink_urb_sync() 1334 ret = uhci_unlink_urb_async(s, urb, UNLINK_ASYNC_STORE_URB); in uhci_unlink_urb() 1793 uhci_unlink_urb_async(s, urb, UNLINK_ASYNC_STORE_URB); in uhci_check_timeouts() 2517 uhci_unlink_urb_async(s, urb, UNLINK_ASYNC_STORE_URB); in process_interrupt()
|