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

/external/libusb/libusb/
H A Dhotplug.c42 * \ref LIBUSB_CAP_HAS_HOTPLUG to confirm that hotplug support is available.
51 * parameter \ref LIBUSB_CAP_HAS_HOTPLUG).
247 if (!libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG)) {
320 if (!libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG)) {
H A Dcore.c701 if (!libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG)) {
721 if (libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG) && dev->ctx->hotplug_msgs.next) {
742 if (libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG) && dev->ctx->hotplug_msgs.next) {
823 if (libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG)) {
1173 if (!libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG)) {
2202 if (libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG)) {
2255 case LIBUSB_CAP_HAS_HOTPLUG:
H A Dlibusb.h1277 LIBUSB_CAP_HAS_HOTPLUG = 0x0001, enumerator in enum:libusb_capability
/external/libusb/examples/
H A Dhotplugtest.c87 if (!libusb_has_capability (LIBUSB_CAP_HAS_HOTPLUG)) {
/external/libusb/include/libusb/
H A Dlibusb.h1277 LIBUSB_CAP_HAS_HOTPLUG = 0x0001, enumerator in enum:libusb_capability

Completed in 205 milliseconds