Searched refs:lsusb_output (Results 1 – 8 of 8) sorted by relevance
/external/autotest/client/common_lib/cros/ |
D | power_cycle_usb_util.py | 139 lsusb_output = dut.run(cmd, ignore_status=True).stdout 140 logging.info('lsusb output {}'.format(lsusb_output)) 141 target_bus_idx, target_dev_idx = get_bus_dev_id(lsusb_output, vid, pid) 145 lsusb_output = dut.run(cmd, ignore_status=True).stdout 147 lsusb_output, target_bus_idx, target_dev_idx) 151 def get_bus_dev_id(lsusb_output, vid, pid): argument 166 if lsusb_output == '': 168 lsusb_device_info = lsusb_output.strip().split('\n') 240 lsusb_output = dut.run(cmd, ignore_status=True).stdout 241 (target_bus_idx, target_dev_idx) = get_all_bus_dev_id(lsusb_output, vid, pid) [all …]
|
/external/autotest/client/site_tests/hardware_RealtekCardReader/ |
D | hardware_RealtekCardReader.py | 16 lsusb_output = utils.system_output("lsusb -t") 17 if not "Driver=ums-realtek" in lsusb_output:
|
/external/autotest/server/site_tests/platform_ExternalUSBBootStress/ |
D | platform_ExternalUSBBootStress.py | 27 def strip_lsusb_output(lsusb_output): argument 28 items = lsusb_output.split('\n')
|
/external/autotest/server/site_tests/platform_ExternalUSBStress/ |
D | platform_ExternalUSBStress.py | 38 def strip_lsusb_output(lsusb_output): argument 46 items = lsusb_output.split('\n')
|
/external/autotest/client/cros/ |
D | liststorage.py | 131 lsusb_output = system_output(LSUSB_CMD, host) 133 for line in lsusb_output.splitlines():
|
/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/ |
D | kernel_ExternalUsbPeripheralsDetectionStress.py | 228 lsusb_output = (self.host.run('lsusb', ignore_status=True). 230 lsusb_diff = (list(set(lsusb_output).
|
/external/autotest/client/site_tests/cellular_SuspendResume/ |
D | cellular_SuspendResume.py | 146 lsusb_output = utils.system_output('lsusb', timeout=self.TIMEOUT) 148 logging.debug(lsusb_output)
|
/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/ |
D | platform_ExternalUsbPeripherals.py | 30 lsusb_output = self.host.run('lsusb').stdout.strip() 31 items = lsusb_output.split('\n')
|