Lines Matching defs:child
68 struct pci_dev *child, *tmp;
77 list_for_each_entry_safe_reverse(child, tmp,
79 pci_stop_bus_device(child);
88 struct pci_dev *child, *tmp;
91 list_for_each_entry_safe(child, tmp,
93 pci_remove_bus_device(child);
131 struct pci_dev *child, *tmp;
138 list_for_each_entry_safe_reverse(child, tmp,
140 pci_stop_bus_device(child);
149 struct pci_dev *child, *tmp;
156 list_for_each_entry_safe(child, tmp,
158 pci_remove_bus_device(child);