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

/linux-master/drivers/acpi/
H A Dthermal.c119 struct work_struct thermal_check_work; member in struct:acpi_thermal
318 if (!work_pending(&tz->thermal_check_work))
319 queue_work(acpi_thermal_pm_queue, &tz->thermal_check_work);
787 thermal_check_work);
916 INIT_WORK(&tz->thermal_check_work, acpi_thermal_check_fn);

Completed in 237 milliseconds