Home
last modified time | relevance | path

Searched refs:__thermal_zone_device_update (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/thermal/
Dthermal_core.h115 void __thermal_zone_device_update(struct thermal_zone_device *tz,
Dthermal_trip.c159 __thermal_zone_device_update(tz, THERMAL_TRIP_CHANGED); in thermal_zone_set_trip()
Dthermal_core.c407 void __thermal_zone_device_update(struct thermal_zone_device *tz, in __thermal_zone_device_update() function
461 __thermal_zone_device_update(tz, THERMAL_EVENT_UNSPECIFIED); in thermal_zone_device_set_mode()
497 __thermal_zone_device_update(tz, event); in thermal_zone_device_update()
Dthermal_sysfs.c290 __thermal_zone_device_update(tz, THERMAL_EVENT_UNSPECIFIED); in emul_temp_store()