Home
last modified time | relevance | path

Searched refs:governor_list (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H A Dthermal_core.c65 governor_list) if (!strncasecmp(name, pos->name, THERMAL_NAME_LENGTH)) return pos; in __find_governor()
139 list_add(&governor->governor_list, &thermal_governor_list); in thermal_register_governor()
201 list_del(&governor->governor_list); in thermal_unregister_governor()
237 list_for_each_entry(pos, &thermal_governor_list, governor_list) in thermal_build_list_of_policies()
719 list_for_each_entry(gov, &thermal_governor_list, governor_list) in for_each_thermal_governor()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dthermal.h188 * @governor_list: node in thermal_governor_list (in thermal_core.c)
195 struct list_head governor_list; member

Completed in 4 milliseconds