![]() |
|
|||
0001 /* SPDX-License-Identifier: MIT */ 0002 /* 0003 * Copyright © 2020 Intel Corporation 0004 */ 0005 0006 #ifndef SELFTEST_ENGINE_HEARTBEAT_H 0007 #define SELFTEST_ENGINE_HEARTBEAT_H 0008 0009 struct intel_engine_cs; 0010 0011 void st_engine_heartbeat_disable(struct intel_engine_cs *engine); 0012 void st_engine_heartbeat_disable_no_pm(struct intel_engine_cs *engine); 0013 void st_engine_heartbeat_enable(struct intel_engine_cs *engine); 0014 void st_engine_heartbeat_enable_no_pm(struct intel_engine_cs *engine); 0015 0016 #endif /* SELFTEST_ENGINE_HEARTBEAT_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |