Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/
Dthermal.c108 static int acpi_thermal_resume(struct device *dev);
111 #define acpi_thermal_resume NULL macro
113 static SIMPLE_DEV_PM_OPS(acpi_thermal_pm, acpi_thermal_suspend, acpi_thermal_resume);
1141 static int acpi_thermal_resume(struct device *dev) in acpi_thermal_resume() function