Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/hotplug/
Dshpchp_core.c168 struct slot *slot = get_slot(hotplug_slot); in set_attention_status()
181 struct slot *slot = get_slot(hotplug_slot); in enable_slot()
191 struct slot *slot = get_slot(hotplug_slot); in disable_slot()
201 struct slot *slot = get_slot(hotplug_slot); in get_power_status()
216 struct slot *slot = get_slot(hotplug_slot); in get_attention_status()
231 struct slot *slot = get_slot(hotplug_slot); in get_latch_status()
246 struct slot *slot = get_slot(hotplug_slot); in get_adapter_status()
Dshpchp.h208 static inline struct slot *get_slot(struct hotplug_slot *hotplug_slot) in get_slot() function
/Linux-v4.19/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-v4.19/drivers/pci/
Dslot.c209 static struct pci_slot *get_slot(struct pci_bus *parent, int slot_nr) in get_slot() function
279 slot = get_slot(parent, slot_nr); in pci_create_slot()
/Linux-v4.19/net/sched/
Dsch_netem.c766 static void get_slot(struct netem_sched_data *q, const struct nlattr *attr) in get_slot() function
997 get_slot(q, tb[TCA_NETEM_SLOT]); in netem_change()