Lines Matching refs:child
65 struct pci_dev *child, *tmp; in pci_stop_bus_device() local
74 list_for_each_entry_safe_reverse(child, tmp, in pci_stop_bus_device()
76 pci_stop_bus_device(child); in pci_stop_bus_device()
85 struct pci_dev *child, *tmp; in pci_remove_bus_device() local
88 list_for_each_entry_safe(child, tmp, in pci_remove_bus_device()
90 pci_remove_bus_device(child); in pci_remove_bus_device()
128 struct pci_dev *child, *tmp; in pci_stop_root_bus() local
135 list_for_each_entry_safe_reverse(child, tmp, in pci_stop_root_bus()
137 pci_stop_bus_device(child); in pci_stop_root_bus()
146 struct pci_dev *child, *tmp; in pci_remove_root_bus() local
153 list_for_each_entry_safe(child, tmp, in pci_remove_root_bus()
155 pci_remove_bus_device(child); in pci_remove_root_bus()