Home
last modified time | relevance | path

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

/freebsd/lib/libusb/
H A Dlibusb10.c471 ret = LIBUSB_ERROR_NOT_FOUND; in libusb_get_max_packet_size()
771 err = LIBUSB_ERROR_NOT_FOUND; in libusb_release_interface()
795 err = LIBUSB_ERROR_NOT_FOUND; in libusb_set_interface_alt_setting()
1560 return (LIBUSB_ERROR_NOT_FOUND); in libusb_cancel_transfer()
1581 retval = LIBUSB_ERROR_NOT_FOUND; in libusb_cancel_transfer()
1592 retval = LIBUSB_ERROR_NOT_FOUND; in libusb_cancel_transfer()
1622 retval = LIBUSB_ERROR_NOT_FOUND; in libusb_cancel_transfer()
1703 case LIBUSB_ERROR_NOT_FOUND: in libusb_strerror()
1740 case LIBUSB_ERROR_NOT_FOUND: in libusb_error_name()
H A Dlibusb10_desc.c123 return (LIBUSB_ERROR_NOT_FOUND); in libusb_get_config_descriptor()
293 return (LIBUSB_ERROR_NOT_FOUND); in libusb_get_config_descriptor_by_value()
H A Dlibusb.h202 LIBUSB_ERROR_NOT_FOUND = -5, enumerator