Lines Matching refs:child
93 struct pci_dev *child, *tmp; in pci_stop_bus_device() local
102 list_for_each_entry_safe_reverse(child, tmp, in pci_stop_bus_device()
104 pci_stop_bus_device(child); in pci_stop_bus_device()
113 struct pci_dev *child, *tmp; in pci_remove_bus_device() local
116 list_for_each_entry_safe(child, tmp, in pci_remove_bus_device()
118 pci_remove_bus_device(child); in pci_remove_bus_device()
156 struct pci_dev *child, *tmp; in pci_stop_root_bus() local
163 list_for_each_entry_safe_reverse(child, tmp, in pci_stop_root_bus()
165 pci_stop_bus_device(child); in pci_stop_root_bus()
176 struct pci_dev *child, *tmp; in pci_remove_root_bus() local
183 list_for_each_entry_safe(child, tmp, in pci_remove_root_bus()
185 pci_remove_bus_device(child); in pci_remove_root_bus()