Home
last modified time | relevance | path

Searched refs:is_valid_path (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/power/cpupower/utils/helpers/
H A Dmisc.c98 if (!is_valid_path(path)) in cpupower_set_epp()
116 if (!is_valid_path(path)) in cpupower_set_amd_pstate_mode()
134 if (!is_valid_path(path)) in cpupower_set_turbo_boost()
/openbmc/linux/tools/power/cpupower/lib/
H A Dcpupower_intern.h10 int is_valid_path(const char *path);
H A Dcpupower.c17 int is_valid_path(const char *path) in is_valid_path() function