Lines Matching refs:slot
115 static struct slot *find_php_slot(struct device_node *dn) in find_php_slot()
118 struct slot *slot; in find_php_slot() local
121 slot = list_entry(tmp, struct slot, rpaphp_slot_list); in find_php_slot()
122 if (slot->dn == dn) in find_php_slot()
123 return slot; in find_php_slot()
212 struct slot *slot; in dlpar_remove_phb() local
220 slot = find_php_slot(dn); in dlpar_remove_phb()
221 if (slot && rpaphp_deregister_slot(slot)) { in dlpar_remove_phb()
355 struct slot *slot; in dlpar_remove_pci_slot() local
369 slot = find_php_slot(dn); in dlpar_remove_pci_slot()
370 if (slot) { in dlpar_remove_pci_slot()
374 if (rpaphp_deregister_slot(slot)) { in dlpar_remove_pci_slot()