Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/hotplug/
Dshpchp_core.c146 struct slot *slot = get_slot(hotplug_slot); in set_attention_status()
159 struct slot *slot = get_slot(hotplug_slot); in enable_slot()
169 struct slot *slot = get_slot(hotplug_slot); in disable_slot()
179 struct slot *slot = get_slot(hotplug_slot); in get_power_status()
194 struct slot *slot = get_slot(hotplug_slot); in get_attention_status()
209 struct slot *slot = get_slot(hotplug_slot); in get_latch_status()
224 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-6.12.1/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-6.12.1/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.py943 slot = self.get_slot(uhdev, t0, 0)
974 _slot = self.get_slot(uhdev, t0, 0)
/linux-6.12.1/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-6.12.1/net/sched/
Dsch_netem.c817 static void get_slot(struct netem_sched_data *q, const struct nlattr *attr) in get_slot() function
1057 get_slot(q, tb[TCA_NETEM_SLOT]); in netem_change()