Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/acpi/
Dthermal.c119 struct work_struct thermal_check_work; member
324 if (!work_pending(&tz->thermal_check_work)) in acpi_queue_thermal_check()
325 queue_work(acpi_thermal_pm_queue, &tz->thermal_check_work); in acpi_queue_thermal_check()
747 thermal_check_work); in acpi_thermal_check_fn()
876 INIT_WORK(&tz->thermal_check_work, acpi_thermal_check_fn); in acpi_thermal_add()