Home
last modified time | relevance | path

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

/drivers/pci/hotplug/
Dcpci_hotplug_core.c86 struct hotplug_slot_info info; in update_latch_status()
88 memcpy(&info, hotplug_slot->info, sizeof(struct hotplug_slot_info)); in update_latch_status()
96 struct hotplug_slot_info info; in update_adapter_status()
98 memcpy(&info, hotplug_slot->info, sizeof(struct hotplug_slot_info)); in update_adapter_status()
226 struct hotplug_slot_info *info; in cpci_hp_register_bus()
249 info = kzalloc(sizeof (struct hotplug_slot_info), GFP_KERNEL); in cpci_hp_register_bus()
Dcpqphp_core.c605 struct hotplug_slot_info *hotplug_slot_info; in ctrl_slot_setup() local
639 hotplug_slot_info = hotplug_slot->info; in ctrl_slot_setup()
695 hotplug_slot_info->power_status = get_slot_enabled(ctrl, slot); in ctrl_slot_setup()
696 hotplug_slot_info->attention_status = in ctrl_slot_setup()
698 hotplug_slot_info->latch_status = in ctrl_slot_setup()
700 hotplug_slot_info->adapter_status = in ctrl_slot_setup()
727 kfree(hotplug_slot_info); in ctrl_slot_setup()
Drpaphp_pci.c80 struct hotplug_slot_info *info = slot->hotplug_slot->info; in rpaphp_enable_slot()
Dacpiphp.h61 struct hotplug_slot_info info;
Drpaphp_slot.c61 slot->hotplug_slot->info = kzalloc(sizeof(struct hotplug_slot_info), in alloc_slot_struct()
Dpci_hotplug_core.c528 struct hotplug_slot_info *info) in pci_hp_change_slot_info()
535 memcpy(hotplug->info, info, sizeof(struct hotplug_slot_info)); in pci_hp_change_slot_info()
Dpcihp_skeleton.c254 struct hotplug_slot_info *info; in init_slots()
Dpciehp_core.c93 struct hotplug_slot_info *info = NULL; in init_slot()
Dshpchp_core.c99 struct hotplug_slot_info *info; in init_slots()
Dibmphp_core.c609 struct hotplug_slot_info *info; in ibmphp_update_slot_info()
615 info = kmalloc(sizeof(struct hotplug_slot_info), GFP_KERNEL); in ibmphp_update_slot_info()
Dsgi_hotplug.c634 kzalloc(sizeof(struct hotplug_slot_info), in sn_hotplug_slot_register()
Dshpchp_ctrl.c466 struct hotplug_slot_info *info; in update_slot_info()
Dibmphp_ebda.c914 hp_slot_ptr->info = kzalloc(sizeof(struct hotplug_slot_info), GFP_KERNEL); in ebda_rsrc_controller()
Dcpqphp_ctrl.c1786 struct hotplug_slot_info *info; in update_slot_info()
/drivers/platform/x86/
Deeepc-laptop.c771 eeepc->hotplug_slot->info = kzalloc(sizeof(struct hotplug_slot_info), in eeepc_setup_pci_hotplug()
Dasus-wmi.c691 asus->hotplug_slot->info = kzalloc(sizeof(struct hotplug_slot_info), in asus_setup_pci_hotplug()