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()
193 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_init_context()
327 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_device_list()
330 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_device_list()
560 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_open()
567 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_open()
673 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_configuration()
696 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_set_configuration()
707 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_set_configuration()
[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.c360 return (LIBUSB_ERROR_INVALID_PARAM);
H A Dlibusb.h199 LIBUSB_ERROR_INVALID_PARAM = -2, enumerator