Home
last modified time | relevance | path

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

/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()