Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c729 ide_port_for_each_present_dev(i, drive, hwif) { in ide_port_tune_devices()
736 ide_port_for_each_present_dev(i, drive, hwif) { in ide_port_tune_devices()
838 ide_port_for_each_present_dev(i, drive, hwif) { in ide_port_setup_devices()
1038 ide_port_for_each_present_dev(i, drive, hwif) { in hwif_register_devices()
1563 ide_port_for_each_present_dev(i, drive, hwif) { in __ide_port_unregister_devices()
Dide-eh.c371 ide_port_for_each_present_dev(i, tdrive, hwif) { in do_reset1()
/kernel/linux/linux-5.10/
D.clang-format343 - 'ide_port_for_each_present_dev'
/kernel/linux/linux-5.10/include/linux/
Dide.h1618 #define ide_port_for_each_present_dev(i, dev, port) \ macro