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

/linux-master/drivers/acpi/
H A Ddevice_pm.c1313 * acpi_subsys_poweroff - Run the device driver's poweroff callback.
1321 int acpi_subsys_poweroff(struct device *dev) function
1329 EXPORT_SYMBOL_GPL(acpi_subsys_poweroff); variable
1379 .poweroff = acpi_subsys_poweroff,
H A Dacpi_lpss.c1235 .poweroff = acpi_subsys_poweroff,
/linux-master/include/linux/
H A Dacpi.h1155 int acpi_subsys_poweroff(struct device *dev);
1166 static inline int acpi_subsys_poweroff(struct device *dev) { return 0; } function

Completed in 237 milliseconds