Searched refs:usb_transfer_unsetup (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/include/usb/
H A Dusb_transfer.h71 usb_error_t usb_transfer_unsetup(usb_xfer_id_t tid);
/barrelfish-master/usr/drivers/usb/usb_manager/include/
H A Dusb_transfer.h58 void usb_transfer_unsetup(struct usb_xfer **xfers, uint16_t xfer_count);
/barrelfish-master/lib/usb/
H A Dusb_transfer.c328 usb_error_t usb_transfer_unsetup(usb_xfer_id_t tid) function
/barrelfish-master/usr/drivers/usb/usb_manager/
H A Dusb_device.c727 usb_transfer_unsetup(&xfer, 1);
H A Dusb_transfer.c295 usb_transfer_unsetup(device->ctrl_xfer, USB_DEVICE_CTRL_XFER_MAX);
543 void usb_transfer_unsetup(struct usb_xfer **xfers, uint16_t xfer_count) function
/barrelfish-master/usr/drivers/usb/usb_keyboard/
H A Dusb_keyboard_driver.c1018 usb_transfer_unsetup(keyboard.xferids[i]);

Completed in 102 milliseconds