Searched refs:hotplug_slot_info (Results 1 – 16 of 16) sorted by relevance
/drivers/pci/hotplug/ |
D | cpci_hotplug_core.c | 86 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()
|
D | cpqphp_core.c | 605 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()
|
D | rpaphp_pci.c | 80 struct hotplug_slot_info *info = slot->hotplug_slot->info; in rpaphp_enable_slot()
|
D | acpiphp.h | 61 struct hotplug_slot_info info;
|
D | rpaphp_slot.c | 61 slot->hotplug_slot->info = kzalloc(sizeof(struct hotplug_slot_info), in alloc_slot_struct()
|
D | pci_hotplug_core.c | 528 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()
|
D | pcihp_skeleton.c | 254 struct hotplug_slot_info *info; in init_slots()
|
D | pciehp_core.c | 93 struct hotplug_slot_info *info = NULL; in init_slot()
|
D | shpchp_core.c | 99 struct hotplug_slot_info *info; in init_slots()
|
D | ibmphp_core.c | 609 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()
|
D | sgi_hotplug.c | 634 kzalloc(sizeof(struct hotplug_slot_info), in sn_hotplug_slot_register()
|
D | shpchp_ctrl.c | 466 struct hotplug_slot_info *info; in update_slot_info()
|
D | ibmphp_ebda.c | 914 hp_slot_ptr->info = kzalloc(sizeof(struct hotplug_slot_info), GFP_KERNEL); in ebda_rsrc_controller()
|
D | cpqphp_ctrl.c | 1786 struct hotplug_slot_info *info; in update_slot_info()
|
/drivers/platform/x86/ |
D | eeepc-laptop.c | 771 eeepc->hotplug_slot->info = kzalloc(sizeof(struct hotplug_slot_info), in eeepc_setup_pci_hotplug()
|
D | asus-wmi.c | 691 asus->hotplug_slot->info = kzalloc(sizeof(struct hotplug_slot_info), in asus_setup_pci_hotplug()
|