Home
last modified time | relevance | path

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

/components/drivers/thermal/
A Dthermal.c157 zdev->cooling_maps = rt_calloc(zdev->cooling_maps_nr, sizeof(*zdev->cooling_maps)); in thermal_ofw_setup()
159 if (!zdev->cooling_maps) in thermal_ofw_setup()
168 struct rt_thermal_cooling_map *map = &zdev->cooling_maps[i++]; in thermal_ofw_setup()
314 struct rt_thermal_cooling_map *map = &zdev->cooling_maps[i]; in rt_thermal_zone_device_unregister()
329 rt_free(zdev->cooling_maps); in rt_thermal_zone_device_unregister()
388 struct rt_thermal_cooling_map *map = &zdev->cooling_maps[map_idx]; in dumb_governor_tuning()
725 struct rt_thermal_cooling_map *map = &zdev->cooling_maps[i]; in rt_thermal_cooling_device_kick()
881 struct rt_thermal_cooling_map *map = &zdev->cooling_maps[i]; in list_thermal()
/components/drivers/include/drivers/
A Dthermal.h96 struct rt_thermal_cooling_map *cooling_maps; member

Completed in 6 milliseconds