Lines Matching refs:child
69 struct pci_dev *child, *tmp; in pci_stop_bus_device() local
78 list_for_each_entry_safe_reverse(child, tmp, in pci_stop_bus_device()
80 pci_stop_bus_device(child); in pci_stop_bus_device()
89 struct pci_dev *child, *tmp; in pci_remove_bus_device() local
92 list_for_each_entry_safe(child, tmp, in pci_remove_bus_device()
94 pci_remove_bus_device(child); in pci_remove_bus_device()
132 struct pci_dev *child, *tmp; in pci_stop_root_bus() local
139 list_for_each_entry_safe_reverse(child, tmp, in pci_stop_root_bus()
141 pci_stop_bus_device(child); in pci_stop_root_bus()
150 struct pci_dev *child, *tmp; in pci_remove_root_bus() local
157 list_for_each_entry_safe(child, tmp, in pci_remove_root_bus()
159 pci_remove_bus_device(child); in pci_remove_root_bus()