Searched refs:get_slot (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/pci/hotplug/ |
| H A D | shpchp_core.c | 144 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()
|
| H A D | shpchp.h | 192 static inline struct slot *get_slot(struct hotplug_slot *hotplug_slot) in get_slot() function
|
| /linux/arch/powerpc/lib/ |
| H A D | rheap.c | 121 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 D | test_multitouch.py | 523 def get_slot(self, uhdev, t, default): member in BaseTest.TestMultitouch 599 slot = self.get_slot(uhdev, t0, 0) 633 slot0 = self.get_slot(uhdev, t0, 0) 634 slot1 = self.get_slot(uhdev, t1, 1) 709 slot0 = self.get_slot(uhdev, t0, 0) 710 slot1 = self.get_slot(uhdev, t1, 1) 711 slot2 = self.get_slot(uhdev, t2, 2) 762 slot = self.get_slot(uhdev, t, i) 777 slot = self.get_slot(uhdev, t, i) 800 slot0 = self.get_slot(uhdev, t0, 0) [all …]
|
| H A D | test_wacom_generic.py | 951 slot = self.get_slot(uhdev, t0, 0) 982 _slot = self.get_slot(uhdev, t0, 0)
|
| /linux/drivers/pci/ |
| H A D | slot.c | 174 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/net/sched/ |
| H A D | sch_netem.c | 830 static void get_slot(struct netem_sched_data *q, const struct nlattr *attr) in get_slot() function 1110 get_slot(q, tb[TCA_NETEM_SLOT]); in netem_change()
|