Home
last modified time | relevance | path

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

/freebsd/lib/libusb/
H A Dlibusb20.h72 LIBUSB20_ERROR_TIMEOUT = -7, enumerator
H A Dlibusb20.c1362 case LIBUSB20_ERROR_TIMEOUT: in libusb20_strerror()
1399 case LIBUSB20_ERROR_TIMEOUT: in libusb20_error_name()
H A Dlibusb10_io.c497 else if (err == LIBUSB20_ERROR_TIMEOUT) in libusb_control_transfer()