Home
last modified time | relevance | path

Searched refs:thermal_zone_device_set_polling (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/thermal/
H A Dthermal_core.c290 static void thermal_zone_device_set_polling(struct thermal_zone_device *tz, in thermal_zone_device_set_polling() function
319 thermal_zone_device_set_polling(tz, tz->passive_delay); in monitor_thermal_zone()
321 thermal_zone_device_set_polling(tz, tz->polling_delay); in monitor_thermal_zone()
323 thermal_zone_device_set_polling(tz, 0); in monitor_thermal_zone()
/kernel/linux/linux-6.6/drivers/thermal/
H A Dthermal_core.c288 static void thermal_zone_device_set_polling(struct thermal_zone_device *tz, in thermal_zone_device_set_polling() function
301 thermal_zone_device_set_polling(tz, 0); in monitor_thermal_zone()
303 thermal_zone_device_set_polling(tz, tz->passive_delay_jiffies); in monitor_thermal_zone()
305 thermal_zone_device_set_polling(tz, tz->polling_delay_jiffies); in monitor_thermal_zone()

Completed in 5 milliseconds