Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libusb/src/libusb/
Dstrerror.c146 return LIBUSB_ERROR_INVALID_PARAM; in libusb_setlocale()
Ddescriptor.c988 return LIBUSB_ERROR_INVALID_PARAM; in libusb_get_usb_2_0_extension_descriptor()
1046 return LIBUSB_ERROR_INVALID_PARAM; in libusb_get_ss_usb_device_capability_descriptor()
1103 return LIBUSB_ERROR_INVALID_PARAM; in libusb_get_container_id_descriptor()
1165 return LIBUSB_ERROR_INVALID_PARAM; in libusb_get_string_descriptor_ascii()
Dhotplug.c220 return LIBUSB_ERROR_INVALID_PARAM; in libusb_hotplug_register_callback()
Dcore.c1458 return LIBUSB_ERROR_INVALID_PARAM; in libusb_claim_interface()
1502 return LIBUSB_ERROR_INVALID_PARAM; in libusb_release_interface()
1546 return LIBUSB_ERROR_INVALID_PARAM; in libusb_set_interface_alt_setting()
2189 case LIBUSB_ERROR_INVALID_PARAM: in libusb_error_name()
Dlibusb.h1065 LIBUSB_ERROR_INVALID_PARAM = -2, enumerator
/external/chromium_org/third_party/libusb/src/libusb/os/
Dwindows_usb.c733 return LIBUSB_ERROR_INVALID_PARAM; in auto_claim()
988 return LIBUSB_ERROR_INVALID_PARAM; in cache_config_descriptors()
1757 return LIBUSB_ERROR_INVALID_PARAM; in windows_get_config_descriptor()
1829 return LIBUSB_ERROR_INVALID_PARAM; in windows_set_configuration()
1848 return LIBUSB_ERROR_INVALID_PARAM; in windows_claim_interface()
2006 return LIBUSB_ERROR_INVALID_PARAM; in windows_submit_transfer()
2039 return LIBUSB_ERROR_INVALID_PARAM; in windows_cancel_transfer()
2272 return LIBUSB_ERROR_INVALID_PARAM; in windows_clock_gettime()
2881 return LIBUSB_ERROR_INVALID_PARAM; in winusbx_submit_control_transfer()
2905 return LIBUSB_ERROR_INVALID_PARAM; in winusbx_submit_control_transfer()
[all …]
Dlinux_usbfs.c636 return LIBUSB_ERROR_INVALID_PARAM; in linux_get_device_address()
643 return LIBUSB_ERROR_INVALID_PARAM; in linux_get_device_address()
1527 return LIBUSB_ERROR_INVALID_PARAM; in op_detach_kernel_driver()
1555 return LIBUSB_ERROR_INVALID_PARAM; in op_attach_kernel_driver()
1589 return LIBUSB_ERROR_INVALID_PARAM; in detach_kernel_driver_and_claim()
2023 return LIBUSB_ERROR_INVALID_PARAM; in submit_control_transfer()
2069 return LIBUSB_ERROR_INVALID_PARAM; in op_submit_transfer()
2092 return LIBUSB_ERROR_INVALID_PARAM; in op_cancel_transfer()
2548 return LIBUSB_ERROR_INVALID_PARAM; in op_clock_gettime()
Dwince_usb.c105 return LIBUSB_ERROR_INVALID_PARAM; in translate_driver_error()
695 return LIBUSB_ERROR_INVALID_PARAM; in wince_submit_transfer()
980 return LIBUSB_ERROR_INVALID_PARAM; in wince_clock_gettime()
Ddarwin_usb.c124 return LIBUSB_ERROR_INVALID_PARAM; in darwin_to_libusb()
1646 return LIBUSB_ERROR_INVALID_PARAM; in darwin_submit_transfer()
1709 return LIBUSB_ERROR_INVALID_PARAM; in darwin_cancel_transfer()
1858 return LIBUSB_ERROR_INVALID_PARAM; in darwin_clock_gettime()
Dopenbsd_usb.c602 return (LIBUSB_ERROR_INVALID_PARAM); in obsd_clock_gettime()
/external/libusb/libusb/
Dcore.c1199 return LIBUSB_ERROR_INVALID_PARAM; in libusb_claim_interface()
1236 return LIBUSB_ERROR_INVALID_PARAM; in libusb_release_interface()
1280 return LIBUSB_ERROR_INVALID_PARAM; in libusb_set_interface_alt_setting()
Dlibusb.h605 LIBUSB_ERROR_INVALID_PARAM = -2, enumerator
/external/libusb/libusb/os/
Dlinux_usbfs.c987 return LIBUSB_ERROR_INVALID_PARAM; in sysfs_scan_device()
1264 return LIBUSB_ERROR_INVALID_PARAM; in op_detach_kernel_driver()
1292 return LIBUSB_ERROR_INVALID_PARAM; in op_attach_kernel_driver()
1622 return LIBUSB_ERROR_INVALID_PARAM; in submit_control_transfer()
1668 return LIBUSB_ERROR_INVALID_PARAM; in op_submit_transfer()
1760 return LIBUSB_ERROR_INVALID_PARAM; in op_cancel_transfer()
2150 return LIBUSB_ERROR_INVALID_PARAM; in op_clock_gettime()
Ddarwin_usb.c103 return LIBUSB_ERROR_INVALID_PARAM; in darwin_to_libusb()
560 return LIBUSB_ERROR_INVALID_PARAM; in darwin_get_device_list()
1238 return LIBUSB_ERROR_INVALID_PARAM; in darwin_submit_transfer()
1299 return LIBUSB_ERROR_INVALID_PARAM; in darwin_cancel_transfer()
1463 return LIBUSB_ERROR_INVALID_PARAM; in darwin_clock_gettime()
/external/libusb-compat/libusb/
Dcore.c69 case LIBUSB_ERROR_INVALID_PARAM: in libusb_to_errno()