| 32 | rte_power_get_capabilities_t rte_power_get_capabilities; |
| 33 | |
| 34 | static void |
| 35 | reset_power_function_ptrs(void) |
| 36 | { |
| 37 | rte_power_freqs = NULL; |
| 38 | rte_power_get_freq = NULL; |
| 39 | rte_power_set_freq = NULL; |
| 40 | rte_power_freq_up = NULL; |
| 41 | rte_power_freq_down = NULL; |
| 42 | rte_power_freq_max = NULL; |
| 43 | rte_power_freq_min = NULL; |
| 44 | rte_power_turbo_status = NULL; |
| 45 | rte_power_freq_enable_turbo = NULL; |
| 46 | rte_power_freq_disable_turbo = NULL; |
| 47 | rte_power_get_capabilities = NULL; |
| 48 | } |
| 49 | |
| 50 | int |
| 51 | rte_power_check_env_supported(enum power_management_env env) |
no outgoing calls
no test coverage detected