Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/hotplug/
Dshpchp_core.c199 struct slot *slot = get_slot(hotplug_slot); in set_attention_status()
212 struct slot *slot = get_slot(hotplug_slot); in enable_slot()
222 struct slot *slot = get_slot(hotplug_slot); in disable_slot()
232 struct slot *slot = get_slot(hotplug_slot); in get_power_status()
247 struct slot *slot = get_slot(hotplug_slot); in get_attention_status()
262 struct slot *slot = get_slot(hotplug_slot); in get_latch_status()
277 struct slot *slot = get_slot(hotplug_slot); in get_adapter_status()
Dshpchp.h234 static inline struct slot *get_slot(struct hotplug_slot *hotplug_slot) in get_slot() function
/linux-4.1.27/arch/powerpc/lib/
Drheap.c121 static rh_block_t *get_slot(rh_info_t * info) in get_slot() function
358 blk = get_slot(info); in rh_attach_region()
427 newblk = get_slot(info); in rh_detach_region()
485 spblk = get_slot(info); in rh_alloc_align()
491 newblk = get_slot(info); in rh_alloc_align()
589 newblk2 = get_slot(info); in rh_alloc_fixed()
596 newblk1 = get_slot(info); in rh_alloc_fixed()
/linux-4.1.27/drivers/pci/
Dslot.c194 static struct pci_slot *get_slot(struct pci_bus *parent, int slot_nr) in get_slot() function
265 slot = get_slot(parent, slot_nr); in pci_create_slot()