HomeSort by relevance Sort by last modified time
    Searched refs:LIBUSB_CAP_HAS_HOTPLUG (Results 1 - 4 of 4) sorted by null

  /external/libusb/libusb/
hotplug.c 42 * \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)) {
core.c 701 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)) {
    [all...]
libusb.h     [all...]
  /external/libusb/examples/
hotplugtest.c 87 if (!libusb_has_capability (LIBUSB_CAP_HAS_HOTPLUG)) {

Completed in 164 milliseconds