Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/
Dthermal_core.h63 int thermal_register_governor(struct thermal_governor *);
Dthermal_core.c125 int thermal_register_governor(struct thermal_governor *governor) in thermal_register_governor() function
260 ret = thermal_register_governor(*governor); in thermal_register_governors()