Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dshpchp_core.c147 struct slot *slot = get_slot(hotplug_slot); in set_attention_status()
160 struct slot *slot = get_slot(hotplug_slot); in enable_slot()
170 struct slot *slot = get_slot(hotplug_slot); in disable_slot()
180 struct slot *slot = get_slot(hotplug_slot); in get_power_status()
195 struct slot *slot = get_slot(hotplug_slot); in get_attention_status()
210 struct slot *slot = get_slot(hotplug_slot); in get_latch_status()
225 struct slot *slot = get_slot(hotplug_slot); in get_adapter_status()
H A Dshpchp.h210 static inline struct slot *get_slot(struct hotplug_slot *hotplug_slot) in get_slot() function
/openbmc/linux/arch/powerpc/lib/
H A 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()
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py519 def get_slot(self, uhdev, t, default): member in BaseTest.TestMultitouch
595 slot = self.get_slot(uhdev, t0, 0)
629 slot0 = self.get_slot(uhdev, t0, 0)
630 slot1 = self.get_slot(uhdev, t1, 1)
705 slot0 = self.get_slot(uhdev, t0, 0)
706 slot1 = self.get_slot(uhdev, t1, 1)
707 slot2 = self.get_slot(uhdev, t2, 2)
758 slot = self.get_slot(uhdev, t, i)
773 slot = self.get_slot(uhdev, t, i)
796 slot0 = self.get_slot(uhdev, t0, 0)
[all …]
H A Dtest_wacom_generic.py889 slot = self.get_slot(uhdev, t0, 0)
920 slot = self.get_slot(uhdev, t0, 0)
/openbmc/linux/drivers/pci/
H A Dslot.c175 static struct pci_slot *get_slot(struct pci_bus *parent, int slot_nr) in get_slot() function
245 slot = get_slot(parent, slot_nr); in pci_create_slot()
/openbmc/linux/net/sched/
H A Dsch_netem.c827 static void get_slot(struct netem_sched_data *q, const struct nlattr *attr) in get_slot() function
1067 get_slot(q, tb[TCA_NETEM_SLOT]); in netem_change()