Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/hotplug/
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()
Dshpchp.h210 static inline struct slot *get_slot(struct hotplug_slot *hotplug_slot) in get_slot() function
/Linux-v6.6/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-v6.6/tools/testing/selftests/hid/tests/
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 …]
Dtest_wacom_generic.py889 slot = self.get_slot(uhdev, t0, 0)
920 slot = self.get_slot(uhdev, t0, 0)
/Linux-v6.6/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()
/Linux-v6.6/net/sched/
Dsch_netem.c807 static void get_slot(struct netem_sched_data *q, const struct nlattr *attr) in get_slot() function
1047 get_slot(q, tb[TCA_NETEM_SLOT]); in netem_change()