Home
last modified time | relevance | path

Searched refs:thermal_register_governor (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/thermal/
Dthermal_core.h108 int thermal_register_governor(struct thermal_governor *);
Dthermal_core.c117 int thermal_register_governor(struct thermal_governor *governor) in thermal_register_governor() function
253 ret = thermal_register_governor(*governor); in thermal_register_governors()