Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libusb/
Dlibusb10.c145 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_init()
289 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_device_list()
292 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_device_list()
522 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_open()
529 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_open()
635 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_configuration()
658 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_set_configuration()
669 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_set_configuration()
677 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_set_configuration()
691 return (err ? LIBUSB_ERROR_INVALID_PARAM : 0); in libusb_set_configuration()
[all …]
Dlibusb10_desc.c59 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_device_descriptor()
116 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_config_descriptor()
276 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_config_descriptor_by_value()
309 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_string_descriptor()
327 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_string_descriptor_ascii()
347 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_descriptor()
362 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_parse_ss_endpoint_comp()
420 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_ss_endpoint_companion_descriptor()
441 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_parse_bos_descriptor()
583 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_get_bos_descriptor()
[all …]
Dlibusb10_io.c480 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_control_transfer()
483 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_control_transfer()
548 return (LIBUSB_ERROR_INVALID_PARAM); in libusb10_do_transfer()
551 return (LIBUSB_ERROR_INVALID_PARAM); in libusb10_do_transfer()
806 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_alloc_streams()
Dlibusb10_hotplug.c197 return (LIBUSB_ERROR_INVALID_PARAM); in libusb_hotplug_register_callback()
Dlibusb.h200 LIBUSB_ERROR_INVALID_PARAM = -2, enumerator