Home
last modified time | relevance | path

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

/freebsd/lib/libusb/
H A Dlibusb10.c151 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_init_context()
155 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_init_context()
319 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_device_list()
322 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_device_list()
552 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_open()
559 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_open()
665 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_configuration()
688 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_set_configuration()
707 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_set_configuration()
1697 case LIBUSB_ERROR_INVALID_PARAM: in libusb_strerror()
[all …]
H A Dlibusb10_desc.c58 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_device_descriptor()
115 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_config_descriptor()
275 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_config_descriptor_by_value()
308 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_string_descriptor()
326 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_string_descriptor_ascii()
346 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_descriptor()
361 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_parse_ss_endpoint_comp()
419 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_ss_endpoint_companion_descriptor()
440 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_parse_bos_descriptor()
582 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_bos_descriptor()
[all …]
H A Dlibusb10_io.c479 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_control_transfer()
482 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_control_transfer()
547 return (LIBUSB_ERROR_INVALID_PARAM); in libusb10_do_transfer()
550 return (LIBUSB_ERROR_INVALID_PARAM); in libusb10_do_transfer()
805 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_alloc_streams()
H A Dlibusb10_hotplug.c196 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_hotplug_register_callback()
H A Dlibusb.h199 LIBUSB_ERROR_INVALID_PARAM = -2, enumerator