Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright © 2020 Intel Corporation
0004  */
0005 
0006 #ifndef SELFTEST_RPS_H
0007 #define SELFTEST_RPS_H
0008 
0009 int live_rps_control(void *arg);
0010 int live_rps_clock_interval(void *arg);
0011 int live_rps_frequency_cs(void *arg);
0012 int live_rps_frequency_srm(void *arg);
0013 int live_rps_power(void *arg);
0014 int live_rps_interrupt(void *arg);
0015 int live_rps_dynamic(void *arg);
0016 
0017 #endif /* SELFTEST_RPS_H */