Searched refs:__igt_pm_audio_runtime_control (Results 1 – 1 of 1) sorted by relevance
69 static char __igt_pm_audio_runtime_control[64]; variable95 if (write(fd, __igt_pm_audio_runtime_control, in __igt_pm_audio_restore_runtime_pm()96 strlen(__igt_pm_audio_runtime_control)) != in __igt_pm_audio_restore_runtime_pm()97 strlen(__igt_pm_audio_runtime_control)) { in __igt_pm_audio_restore_runtime_pm()107 memset(__igt_pm_audio_runtime_control, 0, in __igt_pm_audio_restore_runtime_pm()108 sizeof(__igt_pm_audio_runtime_control)); in __igt_pm_audio_restore_runtime_pm()125 __igt_pm_audio_runtime_control); in igt_pm_audio_restore_runtime_pm()227 igt_assert(read(fd, __igt_pm_audio_runtime_control, in __igt_pm_enable_audio_runtime_pm()228 sizeof(__igt_pm_audio_runtime_control) - 1) > 0); in __igt_pm_enable_audio_runtime_pm()229 strchomp(__igt_pm_audio_runtime_control); in __igt_pm_enable_audio_runtime_pm()[all …]