Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thermal/
Dthermal_core.h55 struct thermal_zone_device *thermal_zone_get_by_id(int id);
Dthermal_netlink.c462 tz = thermal_zone_get_by_id(id); in thermal_genl_cmd_tz_get_trip()
512 tz = thermal_zone_get_by_id(id); in thermal_genl_cmd_tz_get_temp()
538 tz = thermal_zone_get_by_id(id); in thermal_genl_cmd_tz_get_gov()
Dthermal_core.c548 struct thermal_zone_device *thermal_zone_get_by_id(int id) in thermal_zone_get_by_id() function