Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/
H A Dbutton.c140 static int acpi_button_suspend(struct device *dev);
143 #define acpi_button_suspend NULL macro
146 static SIMPLE_DEV_PM_OPS(acpi_button_pm, acpi_button_suspend, acpi_button_resume);
472 static int acpi_button_suspend(struct device *dev) in acpi_button_suspend() function