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.c95 [-LIBUSB_ERROR_INVALID_PARAM] = "Invalid parameter",
115 [-LIBUSB_ERROR_INVALID_PARAM] = "不合法的參數",
200 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_init_context()
204 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_init_context()
242 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_init_context()
372 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_device_list()
375 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_device_list()
630 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_open()
637 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_open()
743 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_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()
583 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_bos_descriptor()
[all …]
H A Dlibusb10_io.c485 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_control_transfer()
488 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_control_transfer()
553 return (LIBUSB_ERROR_INVALID_PARAM); in libusb10_do_transfer()
556 return (LIBUSB_ERROR_INVALID_PARAM); in libusb10_do_transfer()
824 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_alloc_streams()
H A Dlibusb10_hotplug.c362 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_hotplug_register_callback()
H A Dlibusb.h221 LIBUSB_ERROR_INVALID_PARAM = -2, enumerator