Home
last modified time | relevance | path

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

/linux-3.4.99/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()
50 if (ide_port_acpi(hwif)) { in generic_ide_resume()
Dide-acpi.c97 bool ide_port_acpi(ide_hwif_t *hwif) in ide_port_acpi() function
/linux-3.4.99/include/linux/
Dide.h1409 bool ide_port_acpi(ide_hwif_t *hwif);
1418 static inline bool ide_port_acpi(ide_hwif_t *hwif) { return 0; } in ide_port_acpi() function