Searched refs:POWER_DIR (Results 1 – 3 of 3) sorted by relevance
425 #define POWER_DIR "/sys/devices/pci0000:00/0000:00:02.0/power" macro439 fd = open(POWER_DIR "/autosuspend_delay_ms", O_WRONLY); in __igt_restore_runtime_pm()452 fd = open(POWER_DIR "/control", O_WRONLY); in __igt_restore_runtime_pm()525 fd = open(POWER_DIR "/autosuspend_delay_ms", O_RDWR); in igt_setup_runtime_pm()561 fd = open(POWER_DIR "/control", O_RDWR); in igt_setup_runtime_pm()562 igt_assert_f(fd >= 0, "Can't open " POWER_DIR "/control\n"); in igt_setup_runtime_pm()581 pm_status_fd = open(POWER_DIR "/runtime_status", O_RDONLY); in igt_setup_runtime_pm()583 "Can't open " POWER_DIR "/runtime_status\n"); in igt_setup_runtime_pm()
10 POWER_DIR = '/var/lib/power_manager' variable53 host.run('mount --bind %s %s' % (TMP_POWER_DIR, POWER_DIR))68 self._host.run('umount %s' % POWER_DIR)
12 POWER_DIR = '/var/lib/power_manager' variable65 self.host.run('mount --bind %s %s' % (TMP_POWER_DIR, POWER_DIR))70 self.host.run('umount %s' % POWER_DIR)