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

  /external/chromium-trace/catapult/devil/devil/utils/
reset_usb.py 29 _USBDEVFS_RESET = ord('U') << 8 | 20
36 logger.debug('fcntl.ioctl(%s, %d)', usb_file_path, _USBDEVFS_RESET)
37 fcntl.ioctl(usb_file, _USBDEVFS_RESET)
  /external/libmojo/third_party/catapult/devil/devil/utils/
reset_usb.py 21 _USBDEVFS_RESET = ord('U') << 8 | 20
28 logging.debug('fcntl.ioctl(%s, %d)', usb_file_path, _USBDEVFS_RESET)
29 fcntl.ioctl(usb_file, _USBDEVFS_RESET)

Completed in 57 milliseconds