Home
last modified time | relevance | path

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

/freebsd/lib/libusb/
H A Dlibusb10.c99 [-LIBUSB_ERROR_NOT_FOUND] = "Not found",
119 [-LIBUSB_ERROR_NOT_FOUND] = "不存在",
597 ret = LIBUSB_ERROR_NOT_FOUND; in libusb_get_max_packet_size()
668 return (LIBUSB_ERROR_NOT_FOUND); in libusb_get_max_iso_packet_size()
696 return (LIBUSB_ERROR_NOT_FOUND); in libusb_get_max_alt_packet_size()
702 return (LIBUSB_ERROR_NOT_FOUND); in libusb_get_max_alt_packet_size()
716 ret = LIBUSB_ERROR_NOT_FOUND; in libusb_get_max_alt_packet_size()
979 err = LIBUSB_ERROR_NOT_FOUND; in libusb_release_interface()
1003 err = LIBUSB_ERROR_NOT_FOUND; in libusb_set_interface_alt_setting()
1827 return (LIBUSB_ERROR_NOT_FOUND); in libusb_cancel_transfer()
[all …]
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()
784 return (LIBUSB_ERROR_NOT_FOUND); in libusb_get_interface_association_descriptors()
H A Dlibusb.h232 LIBUSB_ERROR_NOT_FOUND = -5, enumerator
H A Dlibusb10_io.c494 return (LIBUSB_ERROR_NOT_FOUND); in libusb10_convert_libusb20_error()