Home
last modified time | relevance | path

Searched refs:get_slot (Results 1 – 3 of 3) sorted by relevance

/drivers/pci/hotplug/
Dshpchp_core.c148 struct slot *slot = get_slot(hotplug_slot); in set_attention_status()
161 struct slot *slot = get_slot(hotplug_slot); in enable_slot()
171 struct slot *slot = get_slot(hotplug_slot); in disable_slot()
181 struct slot *slot = get_slot(hotplug_slot); in get_power_status()
196 struct slot *slot = get_slot(hotplug_slot); in get_attention_status()
211 struct slot *slot = get_slot(hotplug_slot); in get_latch_status()
226 struct slot *slot = get_slot(hotplug_slot); in get_adapter_status()
Dshpchp.h210 static inline struct slot *get_slot(struct hotplug_slot *hotplug_slot) in get_slot() function
/drivers/pci/
Dslot.c174 static struct pci_slot *get_slot(struct pci_bus *parent, int slot_nr) in get_slot() function
244 slot = get_slot(parent, slot_nr); in pci_create_slot()