Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/intel/
H A Dx86_pkg_temp_thermal.c37 static int notify_delay_ms = PKG_TEMP_THERMAL_NOTIFY_DELAY; variable
38 module_param(notify_delay_ms, int, 0644);
39 MODULE_PARM_DESC(notify_delay_ms,
244 unsigned long ms = msecs_to_jiffies(notify_delay_ms); in pkg_thermal_schedule_work()
/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_device_pci.c62 static int notify_delay_ms = B0D4_THERMAL_NOTIFY_DELAY; variable
115 unsigned long ms = msecs_to_jiffies(notify_delay_ms); in pkg_thermal_schedule_work()