Lines Matching defs:parent
174 static struct pci_slot *get_slot(struct pci_bus *parent, int slot_nr)
179 list_for_each_entry(slot, &parent->slots, list)
190 * @parent: struct pci_bus of parent bridge
226 struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr,
244 slot = get_slot(parent, slot_nr);
264 slot->bus = parent;
277 list_add(&slot->list, &parent->slots);
287 list_for_each_entry(dev, &parent->devices, bus_list)
292 dev_dbg(&parent->dev, "dev %02x, created physical slot %s\n",