Home
last modified time | relevance | path

Searched refs:hotplug_slot_info (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/drivers/hotplug/
Dpci_hotplug.h133 struct hotplug_slot_info { struct
156 struct hotplug_slot_info *info;
167 struct hotplug_slot_info *info);
Dacpiphp_core.c429 slot->hotplug_slot->info = kmalloc(sizeof(struct hotplug_slot_info), GFP_KERNEL); in init_slots()
435 memset(slot->hotplug_slot->info, 0, sizeof(struct hotplug_slot_info)); in init_slots()
Dpciehp_core.c121 new_slot->hotplug_slot->info = kmalloc (sizeof (struct hotplug_slot_info), GFP_KERNEL); in init_slots()
127 memset(new_slot->hotplug_slot->info, 0, sizeof (struct hotplug_slot_info)); in init_slots()
Dshpchp_core.c121 new_slot->hotplug_slot->info = kmalloc (sizeof (struct hotplug_slot_info), GFP_KERNEL); in init_slots()
127 memset(new_slot->hotplug_slot->info, 0, sizeof (struct hotplug_slot_info)); in init_slots()
Dibmphp_ebda.c914 …hp_slot_ptr->info = (struct hotplug_slot_info *) kmalloc (sizeof (struct hotplug_slot_info), GFP_K… in ebda_rsrc_controller()
919 memset (hp_slot_ptr->info, 0, sizeof (struct hotplug_slot_info)); in ebda_rsrc_controller()
Dpci_hotplug_core.c1286 int pci_hp_change_slot_info (const char *name, struct hotplug_slot_info *info) in pci_hp_change_slot_info()
1325 memcpy (temp->info, info, sizeof (struct hotplug_slot_info)); in pci_hp_change_slot_info()
Dcpqphp_core.c344 new_slot->hotplug_slot->info = kmalloc (sizeof (struct hotplug_slot_info), GFP_KERNEL); in ctrl_slot_setup()
350 memset(new_slot->hotplug_slot->info, 0, sizeof (struct hotplug_slot_info)); in ctrl_slot_setup()
Dibmphp_core.c688 struct hotplug_slot_info *info; in ibmphp_update_slot_info()
694 info = kmalloc (sizeof (struct hotplug_slot_info), GFP_KERNEL); in ibmphp_update_slot_info()
Dpciehp_ctrl.c1434 struct hotplug_slot_info *info; in update_slot_info()
1438 info = kmalloc (sizeof (struct hotplug_slot_info), GFP_KERNEL); in update_slot_info()
Dcpqphp_ctrl.c1789 struct hotplug_slot_info *info; in update_slot_info()
1793 info = kmalloc (sizeof (struct hotplug_slot_info), GFP_KERNEL); in update_slot_info()
Dshpchp_ctrl.c1875 struct hotplug_slot_info *info; in update_slot_info()
1879 info = kmalloc (sizeof (struct hotplug_slot_info), GFP_KERNEL); in update_slot_info()