Lines Matching refs:parent
173 static struct pci_slot *get_slot(struct pci_bus *parent, int slot_nr)
178 list_for_each_entry(slot, &parent->slots, list)
189 * @parent: struct pci_bus of parent bridge
225 struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr,
243 slot = get_slot(parent, slot_nr);
263 slot->bus = parent;
276 list_add(&slot->list, &parent->slots);
286 list_for_each_entry(dev, &parent->devices, bus_list)
291 dev_dbg(&parent->dev, "dev %02x, created physical slot %s\n",