Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libusb/
H A Dlibusb10.c440 ret = LIBUSB_ERROR_NOT_FOUND; in libusb_get_max_packet_size()
740 err = LIBUSB_ERROR_NOT_FOUND; in libusb_release_interface()
764 err = LIBUSB_ERROR_NOT_FOUND; in libusb_set_interface_alt_setting()
1529 return (LIBUSB_ERROR_NOT_FOUND); in libusb_cancel_transfer()
1550 retval = LIBUSB_ERROR_NOT_FOUND; in libusb_cancel_transfer()
1561 retval = LIBUSB_ERROR_NOT_FOUND; in libusb_cancel_transfer()
1591 retval = LIBUSB_ERROR_NOT_FOUND; in libusb_cancel_transfer()
1672 case LIBUSB_ERROR_NOT_FOUND: in libusb_strerror()
1709 case LIBUSB_ERROR_NOT_FOUND: in libusb_error_name()
H A Dlibusb10_desc.c124 return (LIBUSB_ERROR_NOT_FOUND); in libusb_get_config_descriptor()
294 return (LIBUSB_ERROR_NOT_FOUND); in libusb_get_config_descriptor_by_value()
H A Dlibusb.h203 LIBUSB_ERROR_NOT_FOUND = -5, enumerator