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

  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c 610 int unsuspended = 0, try_unsuspend = 1, try_reconfigure = 1; local
656 if (kIOReturnSuccess != ret && is_open && try_unsuspend) {
666 try_unsuspend = 1;
669 if (try_unsuspend) {
679 try_unsuspend = 0;
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c 483 int try_unsuspend = 1; local
491 try_unsuspend = info & (1 << kUSBInformationDeviceIsSuspendedBit);
494 if (try_unsuspend) {
    [all...]

Completed in 69 milliseconds