Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpci_hotplug.h85 struct hotplug_slot_info { struct
104 struct hotplug_slot_info *info;
123 struct hotplug_slot_info *info);
/linux-4.1.27/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()
228 struct hotplug_slot_info *info; in cpci_hp_register_bus()
255 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
645 hotplug_slot_info = hotplug_slot->info; in ctrl_slot_setup()
701 hotplug_slot_info->power_status = get_slot_enabled(ctrl, slot); in ctrl_slot_setup()
702 hotplug_slot_info->attention_status = in ctrl_slot_setup()
704 hotplug_slot_info->latch_status = in ctrl_slot_setup()
706 hotplug_slot_info->adapter_status = in ctrl_slot_setup()
732 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.h52 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.c518 struct hotplug_slot_info *info) in pci_hp_change_slot_info()
523 memcpy(hotplug->info, info, sizeof(struct hotplug_slot_info)); in pci_hp_change_slot_info()
Ds390_pci_hpc.c152 struct hotplug_slot_info *info; in zpci_init_slot()
Dpcihp_skeleton.c254 struct hotplug_slot_info *info; in init_slots()
Dpciehp_core.c94 struct hotplug_slot_info *info = NULL; in init_slot()
Dshpchp_core.c98 struct hotplug_slot_info *info; in init_slots()
Dibmphp_core.c607 struct hotplug_slot_info *info; in ibmphp_update_slot_info()
613 info = kmalloc(sizeof(struct hotplug_slot_info), GFP_KERNEL); in ibmphp_update_slot_info()
Dsgi_hotplug.c621 kzalloc(sizeof(struct hotplug_slot_info), in sn_hotplug_slot_register()
Dshpchp_ctrl.c465 struct hotplug_slot_info *info; in update_slot_info()
Dibmphp_ebda.c913 hp_slot_ptr->info = kzalloc(sizeof(struct hotplug_slot_info), GFP_KERNEL); in ebda_rsrc_controller()
Dcpqphp_ctrl.c1785 struct hotplug_slot_info *info; in update_slot_info()
/linux-4.1.27/drivers/platform/x86/
Deeepc-laptop.c752 eeepc->hotplug_slot->info = kzalloc(sizeof(struct hotplug_slot_info), in eeepc_setup_pci_hotplug()
Dasus-wmi.c767 asus->hotplug_slot->info = kzalloc(sizeof(struct hotplug_slot_info), in asus_setup_pci_hotplug()