selftest_rps.h (407B)
1/* SPDX-License-Identifier: MIT */ 2/* 3 * Copyright © 2020 Intel Corporation 4 */ 5 6#ifndef SELFTEST_RPS_H 7#define SELFTEST_RPS_H 8 9int live_rps_control(void *arg); 10int live_rps_clock_interval(void *arg); 11int live_rps_frequency_cs(void *arg); 12int live_rps_frequency_srm(void *arg); 13int live_rps_power(void *arg); 14int live_rps_interrupt(void *arg); 15int live_rps_dynamic(void *arg); 16 17#endif /* SELFTEST_RPS_H */