Home
last modified time | relevance | path

Searched refs:ide_port_for_each_present_dev (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/ide/
Dide-acpi.c530 ide_port_for_each_present_dev(i, drive, hwif) { in ide_acpi_set_state()
583 ide_port_for_each_present_dev(i, drive, hwif) { in ide_acpi_port_init_devices()
599 ide_port_for_each_present_dev(i, drive, hwif) { in ide_acpi_port_init_devices()
619 ide_port_for_each_present_dev(i, drive, hwif) { in ide_acpi_port_init_devices()
Dide-probe.c728 ide_port_for_each_present_dev(i, drive, hwif) { in ide_port_tune_devices()
735 ide_port_for_each_present_dev(i, drive, hwif) { in ide_port_tune_devices()
823 ide_port_for_each_present_dev(i, drive, hwif) { in ide_port_setup_devices()
1019 ide_port_for_each_present_dev(i, drive, hwif) { in hwif_register_devices()
1517 ide_port_for_each_present_dev(i, drive, hwif) { in __ide_port_unregister_devices()
Dide-eh.c370 ide_port_for_each_present_dev(i, tdrive, hwif) { in do_reset1()
/Linux-v4.19/
D.clang-format256 - 'ide_port_for_each_present_dev'
/Linux-v4.19/include/linux/
Dide.h1602 #define ide_port_for_each_present_dev(i, dev, port) \ macro