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

  /external/chromium_org/third_party/libusb/src/libusb/
hotplug.c 42 * \ref LIBUSB_CAP_HAS_HOTPLUG to confirm that hotplug support is available.
51 * parameter \ref LIBUSB_CAP_HAS_HOTPLUG).
219 if (!libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG)) {
285 if (!libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG)) {
core.c 522 if (!libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG)) {
546 if (libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG) && dev->ctx->hotplug_pipe[1] > 0) {
571 if (libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG) && dev->ctx->hotplug_pipe[1] > 0) {
659 if (libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG)) {
    [all...]
io.c     [all...]
libusb.h     [all...]

Completed in 1166 milliseconds