Searched refs:ide_port_for_each_present_dev (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/ide/ |
D | ide-acpi.c | 529 ide_port_for_each_present_dev(i, drive, hwif) { in ide_acpi_set_state() 582 ide_port_for_each_present_dev(i, drive, hwif) { in ide_acpi_port_init_devices() 598 ide_port_for_each_present_dev(i, drive, hwif) { in ide_acpi_port_init_devices() 618 ide_port_for_each_present_dev(i, drive, hwif) { in ide_acpi_port_init_devices()
|
D | ide-probe.c | 727 ide_port_for_each_present_dev(i, drive, hwif) { in ide_port_tune_devices() 734 ide_port_for_each_present_dev(i, drive, hwif) { in ide_port_tune_devices() 810 ide_port_for_each_present_dev(i, drive, hwif) { in ide_port_setup_devices() 1005 ide_port_for_each_present_dev(i, drive, hwif) { in hwif_register_devices() 1493 ide_port_for_each_present_dev(i, drive, hwif) { in __ide_port_unregister_devices()
|
D | ide-eh.c | 370 ide_port_for_each_present_dev(i, tdrive, hwif) { in do_reset1()
|
/linux-4.4.14/include/linux/ |
D | ide.h | 1573 #define ide_port_for_each_present_dev(i, dev, port) \ macro
|