Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/power/
H A Dcommon.c109 ret = acpi_dev_pm_attach(dev, power_on); in dev_pm_domain_attach()
/openbmc/linux/drivers/acpi/
H A Ddevice_pm.c1437 int acpi_dev_pm_attach(struct device *dev, bool power_on) in acpi_dev_pm_attach() function
1471 EXPORT_SYMBOL_GPL(acpi_dev_pm_attach);
/openbmc/linux/include/linux/
H A Dacpi.h1134 int acpi_dev_pm_attach(struct device *dev, bool power_on);
1140 static inline int acpi_dev_pm_attach(struct device *dev, bool power_on) in acpi_dev_pm_attach() function