Home
last modified time | relevance | path

Searched refs:LIBUSB_ERROR_INVALID_PARAM (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/lib/libusb/
HDlibusb10.c139 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_init()
283 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_device_list()
286 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_device_list()
516 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_open()
523 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_open()
620 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_configuration()
643 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_set_configuration()
654 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_set_configuration()
662 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_set_configuration()
676 return (err ? LIBUSB_ERROR_INVALID_PARAM : 0); in libusb_set_configuration()
[all …]
HDlibusb10_desc.c57 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_device_descriptor()
114 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_config_descriptor()
274 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_config_descriptor_by_value()
307 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_string_descriptor()
325 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_string_descriptor_ascii()
345 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_descriptor()
360 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_parse_ss_endpoint_comp()
418 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_ss_endpoint_companion_descriptor()
439 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_parse_bos_descriptor()
581 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_bos_descriptor()
[all …]
HDlibusb10_io.c470 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_control_transfer()
473 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_control_transfer()
538 return (LIBUSB_ERROR_INVALID_PARAM); in libusb10_do_transfer()
541 return (LIBUSB_ERROR_INVALID_PARAM); in libusb10_do_transfer()
796 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_alloc_streams()
HDlibusb10_hotplug.c197 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_hotplug_register_callback()
HDlibusb.h198 LIBUSB_ERROR_INVALID_PARAM = -2, enumerator