Searched refs:ide_port_for_each_present_dev (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.10/drivers/ide/ | 
| D | ide-acpi.c | 530 	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()
 
 | 
| D | ide-probe.c | 729 	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()
 
 | 
| D | ide-eh.c | 371 		ide_port_for_each_present_dev(i, tdrive, hwif) {  in do_reset1()
 | 
| /Linux-v5.10/ | 
| D | .clang-format | 343   - 'ide_port_for_each_present_dev'
 | 
| /Linux-v5.10/include/linux/ | 
| D | ide.h | 1618 #define ide_port_for_each_present_dev(i, dev, port) \  macro
 |