Home
last modified time | relevance | path

Searched defs:thermal_zone_get_by_id (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/drivers/thermal/
Dthermal_netlink.c538 CLASS(thermal_zone_get_by_id, tz)(id); in thermal_genl_cmd_tz_get_trip() local
574 CLASS(thermal_zone_get_by_id, tz)(id); in thermal_genl_cmd_tz_get_temp() local
599 CLASS(thermal_zone_get_by_id, tz)(id); in thermal_genl_cmd_tz_get_gov() local
672 CLASS(thermal_zone_get_by_id, tz)(id); in thermal_genl_cmd_threshold_get() local
705 CLASS(thermal_zone_get_by_id, tz)(id); in thermal_genl_cmd_threshold_add() local
730 CLASS(thermal_zone_get_by_id, tz)(id); in thermal_genl_cmd_threshold_delete() local
751 CLASS(thermal_zone_get_by_id, tz)(id); in thermal_genl_cmd_threshold_flush() local
Dthermal_core.c762 struct thermal_zone_device *thermal_zone_get_by_id(int id) in thermal_zone_get_by_id() function