Searched refs:to_pci_slot (Results 1 – 2 of 2) sorted by relevance
21 struct pci_slot *slot = to_pci_slot(kobj); in pci_slot_attr_show()29 struct pci_slot *slot = to_pci_slot(kobj); in pci_slot_attr_store()70 struct pci_slot *slot = to_pci_slot(kobj); in pci_slot_release()
266 #define to_pci_slot(s) container_of(s, struct pci_slot, kobj) macro