MCPcopy Create free account
hub / github.com/F-Stack/f-stack / reset_power_function_ptrs

Function reset_power_function_ptrs

dpdk/lib/power/rte_power.c:34–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32rte_power_get_capabilities_t rte_power_get_capabilities;
33
34static void
35reset_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
50int
51rte_power_check_env_supported(enum power_management_env env)

Callers 2

rte_power_set_envFunction · 0.85
rte_power_unset_envFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected