Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libusb/
HDlibusb10.c435 ret = LIBUSB_ERROR_NOT_FOUND; in libusb_get_max_packet_size()
726 err = LIBUSB_ERROR_NOT_FOUND; in libusb_release_interface()
750 err = LIBUSB_ERROR_NOT_FOUND; in libusb_set_interface_alt_setting()
1515 return (LIBUSB_ERROR_NOT_FOUND); in libusb_cancel_transfer()
1536 retval = LIBUSB_ERROR_NOT_FOUND; in libusb_cancel_transfer()
1547 retval = LIBUSB_ERROR_NOT_FOUND; in libusb_cancel_transfer()
1577 retval = LIBUSB_ERROR_NOT_FOUND; in libusb_cancel_transfer()
1658 case LIBUSB_ERROR_NOT_FOUND: in libusb_strerror()
1695 case LIBUSB_ERROR_NOT_FOUND: in libusb_error_name()
HDlibusb10_desc.c122 return (LIBUSB_ERROR_NOT_FOUND); in libusb_get_config_descriptor()
292 return (LIBUSB_ERROR_NOT_FOUND); in libusb_get_config_descriptor_by_value()
HDlibusb.h201 LIBUSB_ERROR_NOT_FOUND = -5, enumerator