Home
last modified time | relevance | path

Searched refs:polling_delay_jiffies (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/thermal/
H A Dthermal_core.h133 unsigned long polling_delay_jiffies; member
H A Dthermal_core.c353 else if (tz->polling_delay_jiffies) in monitor_thermal_zone()
354 thermal_zone_device_set_polling(tz, tz->polling_delay_jiffies); in monitor_thermal_zone()
1595 tz->polling_delay_jiffies = msecs_to_jiffies(polling_delay); in thermal_zone_device_register_with_trips()