Searched refs:unlink1 (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/usb/core/ |
H A D | hcd.c | 1599 static int unlink1(struct usb_hcd *hcd, struct urb *urb, int status) unlink1() function 1641 retval = unlink1(hcd, urb, status); usb_hcd_unlink_urb() 1810 unlink1(hcd, urb, -ESHUTDOWN); usb_hcd_flush_endpoint()
|
/linux-4.1.27/drivers/usb/misc/ |
H A D | usbtest.c | 1381 static int unlink1(struct usbtest_dev *dev, int pipe, int size, int async) unlink1() function 1464 retval = unlink1(dev, pipe, len, 1); unlink_simple() 1466 retval = unlink1(dev, pipe, len, 0); unlink_simple()
|
/linux-4.1.27/drivers/usb/wusbcore/ |
H A D | wa-xfer.c | 276 * against drivers/usb/core/hcd.c:unlink1() being called after we call
|
Completed in 183 milliseconds