Searched refs:__thermal_zone_device_update (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/thermal/ |
| H A D | thermal_thresholds.c | 42 __thermal_zone_device_update(tz, THERMAL_TZ_FLUSH_THRESHOLDS); in thermal_thresholds_flush() 197 __thermal_zone_device_update(tz, THERMAL_TZ_ADD_THRESHOLD); in thermal_thresholds_add() 223 __thermal_zone_device_update(tz, THERMAL_TZ_DEL_THRESHOLD); in thermal_thresholds_delete()
|
| H A D | thermal_core.c | 611 void __thermal_zone_device_update(struct thermal_zone_device *tz, in __thermal_zone_device_update() function 676 __thermal_zone_device_update(tz, THERMAL_EVENT_UNSPECIFIED); in thermal_zone_device_set_mode() 709 __thermal_zone_device_update(tz, event); in thermal_zone_device_update() 1028 __thermal_zone_device_update(tz, THERMAL_EVENT_UNSPECIFIED); in thermal_zone_cdev_bind() 1471 __thermal_zone_device_update(tz, THERMAL_EVENT_UNSPECIFIED); in thermal_zone_init_complete() 1800 __thermal_zone_device_update(tz, THERMAL_TZ_RESUME); in thermal_zone_device_resume()
|
| H A D | thermal_sysfs.c | 134 __thermal_zone_device_update(tz, THERMAL_TRIP_CHANGED); in trip_point_temp_store() 180 __thermal_zone_device_update(tz, THERMAL_TRIP_CHANGED); in trip_point_hyst_store() 249 __thermal_zone_device_update(tz, THERMAL_EVENT_UNSPECIFIED); in emul_temp_store()
|
| H A D | thermal_core.h | 265 void __thermal_zone_device_update(struct thermal_zone_device *tz,
|