Searched refs:usb_get_error_string (Results 1 - 7 of 7) sorted by relevance

/barrelfish-2018-10-04/include/usb/
H A Dusb_error.h53 const char* usb_get_error_string(usb_error_t errno);
/barrelfish-2018-10-04/lib/usb/
H A Dusb_error.c60 const char* usb_get_error_string(usb_error_t errno) function
/barrelfish-2018-10-04/usr/drivers/usb/usb_keyboard/
H A Dusb_keyboard_driver.c283 usb_get_error_string(err));
965 usb_get_error_string(err));
971 usb_get_error_string(err));
980 usb_get_error_string(err));
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/hub/
H A Dusb_hub.c523 "WARNING: Could not read port status. Hub gone?%s\n", usb_get_error_string(err));
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/
H A Dusb_request.c97 "ERROR: root_hub_exec failed(): %s\n", usb_get_error_string(err));
H A Dusb_xfer.c145 USB_DEBUG_XFER("Transfer done with error: %s\n", usb_get_error_string(err));
H A Dusb_transfer.c646 "ERROR: hcdi_xfer_setup failed: %s\n", usb_get_error_string(params.err));

Completed in 48 milliseconds