Searched refs:acpi_dev_resume_early (Results 1 – 3 of 3) sorted by relevance
906 int acpi_dev_resume_early(struct device *dev) in acpi_dev_resume_early() function918 EXPORT_SYMBOL_GPL(acpi_dev_resume_early);1005 int ret = acpi_dev_resume_early(dev); in acpi_subsys_resume_early()
595 ret = acpi_dev_resume_early(dev); in acpi_lpss_resume_early()
627 int acpi_dev_resume_early(struct device *dev);636 static inline int acpi_dev_resume_early(struct device *dev) { return 0; } in acpi_dev_resume_early() function