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

/external/chromium_org/third_party/libusb/src/libusb/
H A Dhotplug.c42 * \ref LIBUSB_CAP_HAS_HOTPLUG to confirm that hotplug support is available.
51 * parameter \ref LIBUSB_CAP_HAS_HOTPLUG).
211 if (!libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG)) {
287 if (!libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG)) {
H A Dcore.c527 if (!libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG)) {
551 if (libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG) && dev->ctx->hotplug_pipe[1] > 0) {
580 if (libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG) && dev->ctx->hotplug_pipe[1] > 0) {
664 if (libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG)) {
1005 if (!libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG)) {
1932 if (libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG)) {
1972 case LIBUSB_CAP_HAS_HOTPLUG:
H A Dio.c1995 if (libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG) && fds[1].revents) {
H A Dlibusb.h1277 LIBUSB_CAP_HAS_HOTPLUG = 0x0001, enumerator in enum:libusb_capability

Completed in 122 milliseconds