Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libusb/
H A Dlibusb20.h73 LIBUSB20_ERROR_TIMEOUT = -7, enumerator
H A Dlibusb20.c1332 case LIBUSB20_ERROR_TIMEOUT: in libusb20_strerror()
1369 case LIBUSB20_ERROR_TIMEOUT: in libusb20_error_name()
H A Dlibusb10_io.c490 else if (err == LIBUSB20_ERROR_TIMEOUT) in libusb_control_transfer()