Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/acpi/
Dthermal.c90 static int acpi_thermal_suspend(struct device *dev);
93 #define acpi_thermal_suspend NULL macro
96 static SIMPLE_DEV_PM_OPS(acpi_thermal_pm, acpi_thermal_suspend, acpi_thermal_resume);
1083 static int acpi_thermal_suspend(struct device *dev) in acpi_thermal_suspend() function