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

/linux-4.1.27/include/linux/
H A Dpci_hotplug.h42 * If this field is NULL, the value passed in the struct hotplug_slot_info
45 * If this field is NULL, the value passed in the struct hotplug_slot_info
48 * If this field is NULL, the value passed in the struct hotplug_slot_info
51 * If this field is NULL, the value passed in the struct hotplug_slot_info
77 * struct hotplug_slot_info - used to notify the hotplug pci core of the state of the slot
85 struct hotplug_slot_info { struct
95 * @info: pointer to the &struct hotplug_slot_info for the initial values for
104 struct hotplug_slot_info *info;
123 struct hotplug_slot_info *info);
/linux-4.1.27/drivers/pci/hotplug/
H A Dcpci_hotplug_core.c86 struct hotplug_slot_info info; update_latch_status()
88 memcpy(&info, hotplug_slot->info, sizeof(struct hotplug_slot_info)); update_latch_status()
96 struct hotplug_slot_info info; update_adapter_status()
98 memcpy(&info, hotplug_slot->info, sizeof(struct hotplug_slot_info)); update_adapter_status()
228 struct hotplug_slot_info *info; cpci_hp_register_bus()
255 info = kzalloc(sizeof (struct hotplug_slot_info), GFP_KERNEL); cpci_hp_register_bus()
H A Dcpqphp_core.c605 struct hotplug_slot_info *hotplug_slot_info; ctrl_slot_setup() local
645 hotplug_slot_info = hotplug_slot->info; ctrl_slot_setup()
701 hotplug_slot_info->power_status = get_slot_enabled(ctrl, slot); ctrl_slot_setup()
702 hotplug_slot_info->attention_status = ctrl_slot_setup()
704 hotplug_slot_info->latch_status = ctrl_slot_setup()
706 hotplug_slot_info->adapter_status = ctrl_slot_setup()
732 kfree(hotplug_slot_info); ctrl_slot_setup()
H A Dacpiphp.h52 struct hotplug_slot_info info;
H A Drpaphp_pci.c80 struct hotplug_slot_info *info = slot->hotplug_slot->info; rpaphp_enable_slot()
H A Drpaphp_slot.c61 slot->hotplug_slot->info = kzalloc(sizeof(struct hotplug_slot_info), alloc_slot_struct()
H A Ds390_pci_hpc.c152 struct hotplug_slot_info *info; zpci_init_slot()
H A Dpci_hotplug_core.c518 struct hotplug_slot_info *info) pci_hp_change_slot_info()
523 memcpy(hotplug->info, info, sizeof(struct hotplug_slot_info)); pci_hp_change_slot_info()
H A Dpcihp_skeleton.c254 struct hotplug_slot_info *info; init_slots()
H A Dpciehp_core.c94 struct hotplug_slot_info *info = NULL; init_slot()
H A Dshpchp_core.c98 struct hotplug_slot_info *info; init_slots()
H A Dibmphp_core.c607 struct hotplug_slot_info *info; ibmphp_update_slot_info()
613 info = kmalloc(sizeof(struct hotplug_slot_info), GFP_KERNEL); ibmphp_update_slot_info()
H A Dsgi_hotplug.c621 kzalloc(sizeof(struct hotplug_slot_info), sn_hotplug_slot_register()
H A Dshpchp_ctrl.c465 struct hotplug_slot_info *info; update_slot_info()
H A Dibmphp_ebda.c913 hp_slot_ptr->info = kzalloc(sizeof(struct hotplug_slot_info), GFP_KERNEL); ebda_rsrc_controller()
H A Dcpqphp_ctrl.c1785 struct hotplug_slot_info *info; update_slot_info()
/linux-4.1.27/drivers/platform/x86/
H A Deeepc-laptop.c752 eeepc->hotplug_slot->info = kzalloc(sizeof(struct hotplug_slot_info), eeepc_setup_pci_hotplug()
H A Dasus-wmi.c767 asus->hotplug_slot->info = kzalloc(sizeof(struct hotplug_slot_info), asus_setup_pci_hotplug()

Completed in 311 milliseconds