Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/intel/int340x_thermal/
Dprocessor_thermal_wt_hint.c46 static u16 notify_delay_ms = 1024; variable
126 return sysfs_emit(buf, "%u\n", notify_delay_ms); in notification_delay_ms_show()
171 notify_delay_ms = new_tw; in notification_delay_ms_store()
Dprocessor_thermal_device_pci.c79 static int notify_delay_ms = B0D4_THERMAL_NOTIFY_DELAY; variable
132 unsigned long ms = msecs_to_jiffies(notify_delay_ms); in pkg_thermal_schedule_work()
/linux-6.12.1/drivers/thermal/intel/
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,
245 unsigned long ms = msecs_to_jiffies(notify_delay_ms); in pkg_thermal_schedule_work()