Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dcommon.c109 ret = acpi_dev_pm_attach(dev, power_on); in dev_pm_domain_attach()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Ddevice_pm.c1294 int acpi_dev_pm_attach(struct device *dev, bool power_on) in acpi_dev_pm_attach() function
1328 EXPORT_SYMBOL_GPL(acpi_dev_pm_attach);
/OK3568_Linux_fs/kernel/include/linux/
H A Dacpi.h1003 int acpi_dev_pm_attach(struct device *dev, bool power_on);
1007 static inline int acpi_dev_pm_attach(struct device *dev, bool power_on) in acpi_dev_pm_attach() function