Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/
H A Dint3400_thermal.c378 int therm_event; in int3400_notify() local
385 therm_event = THERMAL_TABLE_CHANGED; in int3400_notify()
388 therm_event = THERMAL_EVENT_KEEP_ALIVE; in int3400_notify()
392 therm_event = THERMAL_DEVICE_POWER_CAPABILITY_CHANGED; in int3400_notify()
402 thermal_prop[3] = kasprintf(GFP_KERNEL, "EVENT=%d", therm_event); in int3400_notify()
/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/
H A Dint3400_thermal.c459 int therm_event; in int3400_notify() local
466 therm_event = THERMAL_TABLE_CHANGED; in int3400_notify()
469 therm_event = THERMAL_EVENT_KEEP_ALIVE; in int3400_notify()
473 therm_event = THERMAL_DEVICE_POWER_CAPABILITY_CHANGED; in int3400_notify()
485 thermal_prop[3] = kasprintf(GFP_KERNEL, "EVENT=%d", therm_event); in int3400_notify()

Completed in 2 milliseconds