Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ide/
Dide-pm.c14 if (ide_port_acpi(hwif)) { in generic_ide_suspend()
32 if (ret == 0 && ide_port_acpi(hwif)) { in generic_ide_suspend()
80 if (ide_port_acpi(hwif)) { in generic_ide_resume()
Dide-acpi.c95 bool ide_port_acpi(ide_hwif_t *hwif) in ide_port_acpi() function
/linux-4.4.14/include/linux/
Dide.h1431 bool ide_port_acpi(ide_hwif_t *hwif);
1440 static inline bool ide_port_acpi(ide_hwif_t *hwif) { return 0; } in ide_port_acpi() function