Searched refs:hotplug_slot_info (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | pci_hotplug.h | 133 struct hotplug_slot_info { struct 156 struct hotplug_slot_info *info; 167 struct hotplug_slot_info *info);
|
D | acpiphp_core.c | 429 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()
|
D | pciehp_core.c | 121 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()
|
D | shpchp_core.c | 121 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()
|
D | ibmphp_ebda.c | 914 …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()
|
D | pci_hotplug_core.c | 1286 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()
|
D | cpqphp_core.c | 344 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()
|
D | ibmphp_core.c | 688 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()
|
D | pciehp_ctrl.c | 1434 struct hotplug_slot_info *info; in update_slot_info() 1438 info = kmalloc (sizeof (struct hotplug_slot_info), GFP_KERNEL); in update_slot_info()
|
D | cpqphp_ctrl.c | 1789 struct hotplug_slot_info *info; in update_slot_info() 1793 info = kmalloc (sizeof (struct hotplug_slot_info), GFP_KERNEL); in update_slot_info()
|
D | shpchp_ctrl.c | 1875 struct hotplug_slot_info *info; in update_slot_info() 1879 info = kmalloc (sizeof (struct hotplug_slot_info), GFP_KERNEL); in update_slot_info()
|