Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/pci/hotplug/
Dshpchp_core.c188 struct slot *slot = get_slot(hotplug_slot); in set_attention_status()
201 struct slot *slot = get_slot(hotplug_slot); in enable_slot()
211 struct slot *slot = get_slot(hotplug_slot); in disable_slot()
221 struct slot *slot = get_slot(hotplug_slot); in get_power_status()
236 struct slot *slot = get_slot(hotplug_slot); in get_attention_status()
251 struct slot *slot = get_slot(hotplug_slot); in get_latch_status()
266 struct slot *slot = get_slot(hotplug_slot); in get_adapter_status()
Dshpchp.h235 static inline struct slot *get_slot(struct hotplug_slot *hotplug_slot) in get_slot() function
/linux-2.6.39/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-2.6.39/drivers/pci/
Dslot.c193 static struct pci_slot *get_slot(struct pci_bus *parent, int slot_nr) in get_slot() function
264 slot = get_slot(parent, slot_nr); in pci_create_slot()
/linux-2.6.39/drivers/staging/tidspbridge/pmgr/
Dcmm.c150 static s32 get_slot(struct cmm_object *cmm_mgr_obj);
520 slot_seg = get_slot(cmm_mgr_obj); in cmm_register_gppsm_seg()
664 static s32 get_slot(struct cmm_object *cmm_mgr_obj) in get_slot() function
/linux-2.6.39/drivers/net/
Dmacvtap.c91 static int get_slot(struct macvlan_dev *vlan, struct macvtap_queue *q) in get_slot() function
116 index = get_slot(vlan, NULL); in macvtap_set_queue()
147 int index = get_slot(vlan, q); in macvtap_put_queue()