Searched refs:acpi_dev_resume_early (Results 1 – 3 of 3) sorted by relevance
921 int acpi_dev_resume_early(struct device *dev) in acpi_dev_resume_early() function933 EXPORT_SYMBOL_GPL(acpi_dev_resume_early);1003 int ret = acpi_dev_resume_early(dev); in acpi_subsys_resume_early()
620 ret = acpi_dev_resume_early(dev); in acpi_lpss_resume_early()
667 int acpi_dev_resume_early(struct device *dev);676 static inline int acpi_dev_resume_early(struct device *dev) { return 0; } in acpi_dev_resume_early() function