Lines Matching full:subordinate
86 * that the device has been removed. We also remove any subordinate
95 if (dev->subordinate) { in __pci_remove_bus_device()
96 struct pci_bus *b = dev->subordinate; in __pci_remove_bus_device()
100 dev->subordinate = NULL; in __pci_remove_bus_device()
115 if (dev->subordinate) in __pci_remove_behind_bridge()
116 list_for_each_safe(l, n, &dev->subordinate->devices) in __pci_remove_behind_bridge()
124 if (dev->subordinate) in pci_stop_behind_bridge()
125 list_for_each_safe(l, n, &dev->subordinate->devices) in pci_stop_behind_bridge()
158 * and so on). This also stop any subordinate buses and children in a
163 if (dev->subordinate) in pci_stop_bus_device()
164 pci_stop_bus_devices(dev->subordinate); in pci_stop_bus_device()