Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dlinux_usbfs.c654 return LIBUSB_ERROR_NO_DEVICE; in usbfs_get_active_config()
1064 return LIBUSB_ERROR_NO_DEVICE; in op_open()
1107 return LIBUSB_ERROR_NO_DEVICE; in op_set_configuration()
1141 return LIBUSB_ERROR_NO_DEVICE; in op_claim_interface()
1156 return LIBUSB_ERROR_NO_DEVICE; in op_release_interface()
1179 return LIBUSB_ERROR_NO_DEVICE; in op_set_interface()
1199 return LIBUSB_ERROR_NO_DEVICE; in op_clear_halt()
1238 return LIBUSB_ERROR_NO_DEVICE; in op_kernel_driver_active()
1266 return LIBUSB_ERROR_NO_DEVICE; in op_detach_kernel_driver()
1294 return LIBUSB_ERROR_NO_DEVICE; in op_attach_kernel_driver()
[all …]
Ddarwin_usb.c97 return LIBUSB_ERROR_NO_DEVICE; in darwin_to_libusb()
976 return LIBUSB_ERROR_NO_DEVICE; in darwin_set_interface_altsetting()
/external/libusb/libusb/
Dsync.c133 r = LIBUSB_ERROR_NO_DEVICE; in libusb_control_transfer()
203 r = LIBUSB_ERROR_NO_DEVICE; in do_sync_bulk_transfer()
Dlibusb.h611 LIBUSB_ERROR_NO_DEVICE = -4, enumerator
/external/libusb-compat/libusb/
Dcore.c73 case LIBUSB_ERROR_NO_DEVICE: in libusb_to_errno()