Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dthermal_core.h115 void __thermal_zone_device_update(struct thermal_zone_device *tz,
H A Dthermal_trip.c171 __thermal_zone_device_update(tz, THERMAL_TRIP_CHANGED); in thermal_zone_set_trip()
H A Dthermal_core.c405 void __thermal_zone_device_update(struct thermal_zone_device *tz, in __thermal_zone_device_update() function
459 __thermal_zone_device_update(tz, THERMAL_EVENT_UNSPECIFIED); in thermal_zone_device_set_mode()
500 __thermal_zone_device_update(tz, event); in thermal_zone_device_update()
1567 __thermal_zone_device_update(tz, THERMAL_EVENT_UNSPECIFIED); in thermal_pm_notify()
H A Dthermal_sysfs.c290 __thermal_zone_device_update(tz, THERMAL_EVENT_UNSPECIFIED); in emul_temp_store()