Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libusb/
H A Dlibusb20.h73 LIBUSB20_ERROR_TIMEOUT = -7, enumerator
H A Dlibusb20.c1363 case LIBUSB20_ERROR_TIMEOUT: in libusb20_strerror()
1400 case LIBUSB20_ERROR_TIMEOUT: in libusb20_error_name()
H A Dlibusb10_io.c498 else if (err == LIBUSB20_ERROR_TIMEOUT) in libusb_control_transfer()