Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ide/
Dide-pm.c15 if (ide_port_acpi(hwif)) { in generic_ide_suspend()
34 if (ret == 0 && ide_port_acpi(hwif)) { in generic_ide_suspend()
82 if (ide_port_acpi(hwif)) { in generic_ide_resume()
Dide-acpi.c96 bool ide_port_acpi(ide_hwif_t *hwif) in ide_port_acpi() function
/Linux-v4.19/include/linux/
Dide.h1462 bool ide_port_acpi(ide_hwif_t *hwif);
1471 static inline bool ide_port_acpi(ide_hwif_t *hwif) { return 0; } in ide_port_acpi() function