Searched refs:acpi_storage_d3 (Results 1 – 3 of 3) sorted by relevance
1386 bool acpi_storage_d3(struct device *dev) in acpi_storage_d3() function1401 EXPORT_SYMBOL_GPL(acpi_storage_d3);
1018 bool acpi_storage_d3(struct device *dev);1026 static inline bool acpi_storage_d3(struct device *dev) in acpi_storage_d3() function
2998 if (!noacpi && acpi_storage_d3(&pdev->dev)) { in nvme_probe()