Searched refs:thermal_zone_get_by_id (Results 1 – 3 of 3) sorted by relevance
195 struct thermal_zone_device *thermal_zone_get_by_id(int id);197 DEFINE_CLASS(thermal_zone_get_by_id, struct thermal_zone_device *,198 if (_T) put_device(&_T->device), thermal_zone_get_by_id(id), int id)
454 CLASS(thermal_zone_get_by_id, tz)(id); in thermal_genl_cmd_tz_get_trip() local497 CLASS(thermal_zone_get_by_id, tz)(id); in thermal_genl_cmd_tz_get_temp() local522 CLASS(thermal_zone_get_by_id, tz)(id); in thermal_genl_cmd_tz_get_gov() local
724 struct thermal_zone_device *thermal_zone_get_by_id(int id) in thermal_zone_get_by_id() function