Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
H A Dshpchp_core.c144 struct slot *slot = get_slot(hotplug_slot); in set_attention_status()
157 struct slot *slot = get_slot(hotplug_slot); in enable_slot()
167 struct slot *slot = get_slot(hotplug_slot); in disable_slot()
177 struct slot *slot = get_slot(hotplug_slot); in get_power_status()
192 struct slot *slot = get_slot(hotplug_slot); in get_attention_status()
207 struct slot *slot = get_slot(hotplug_slot); in get_latch_status()
222 struct slot *slot = get_slot(hotplug_slot); in get_adapter_status()
/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()
/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py596 def get_slot(self, uhdev, t, default): member in BaseTest.TestMultitouch
672 slot = self.get_slot(uhdev, t0, 0)
706 slot0 = self.get_slot(uhdev, t0, 0)
707 slot1 = self.get_slot(uhdev, t1, 1)
782 slot0 = self.get_slot(uhdev, t0, 0)
783 slot1 = self.get_slot(uhdev, t1, 1)
784 slot2 = self.get_slot(uhdev, t2, 2)
835 slot = self.get_slot(uhdev, t, i)
850 slot = self.get_slot(uhdev, t, i)
873 slot0 = self.get_slot(uhdev, t0, 0)
[all …]
H A Dtest_wacom_generic.py951 slot = self.get_slot(uhdev, t0, 0)
982 _slot = self.get_slot(uhdev, t0, 0)
/linux/drivers/pci/
H A Dslot.c211 static struct pci_slot *get_slot(struct pci_bus *parent, int slot_nr) in get_slot() function
293 slot = get_slot(parent, slot_nr); in pci_create_slot()
/linux/net/sched/
H A Dsch_netem.c889 static void get_slot(struct netem_sched_data *q, const struct nlattr *attr) in get_correlation()
1153 get_slot(q, tb[TCA_NETEM_SLOT]); in netem_init()
861 static void get_slot(struct netem_sched_data *q, const struct nlattr *attr) get_slot() function