Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thermal/
Dda9062-thermal.c98 delay = thermal->zone->passive_delay_jiffies; in da9062_thermal_poll_on()
248 jiffies_to_msecs(thermal->zone->passive_delay_jiffies)); in da9062_thermal_probe()
Dgov_power_allocator.c261 d = div_frac(d, jiffies_to_msecs(tz->passive_delay_jiffies)); in pid_controller()
Dthermal_core.c303 thermal_zone_device_set_polling(tz, tz->passive_delay_jiffies); in monitor_thermal_zone()
1255 thermal_set_delay_jiffies(&tz->passive_delay_jiffies, passive_delay); in thermal_zone_device_register_with_trips()
/linux-6.1.9/include/linux/
Dthermal.h169 unsigned long passive_delay_jiffies; member