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

/external/libusb/libusb/
H A Dsync.c69 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected
133 r = LIBUSB_ERROR_NO_DEVICE;
203 r = LIBUSB_ERROR_NO_DEVICE;
252 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected
301 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected
H A Dlibusb.h611 LIBUSB_ERROR_NO_DEVICE = -4, enumerator in enum:libusb_error
/external/libusb/libusb/os/
H A Dlinux_usbfs.c654 return LIBUSB_ERROR_NO_DEVICE;
1064 return LIBUSB_ERROR_NO_DEVICE;
1107 return LIBUSB_ERROR_NO_DEVICE;
1141 return LIBUSB_ERROR_NO_DEVICE;
1156 return LIBUSB_ERROR_NO_DEVICE;
1179 return LIBUSB_ERROR_NO_DEVICE;
1199 return LIBUSB_ERROR_NO_DEVICE;
1238 return LIBUSB_ERROR_NO_DEVICE;
1266 return LIBUSB_ERROR_NO_DEVICE;
1294 return LIBUSB_ERROR_NO_DEVICE;
[all...]
H A Ddarwin_usb.c97 return LIBUSB_ERROR_NO_DEVICE;
976 return LIBUSB_ERROR_NO_DEVICE;
/external/libusb-compat/libusb/
H A Dcore.c73 case LIBUSB_ERROR_NO_DEVICE:

Completed in 83 milliseconds