Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dibmphp_ebda.c715 struct hotplug_slot *hp_slot_ptr; in ebda_rsrc_controller() local
874 hp_slot_ptr = kzalloc(sizeof(*hp_slot_ptr), GFP_KERNEL); in ebda_rsrc_controller()
875 if (!hp_slot_ptr) { in ebda_rsrc_controller()
880 hp_slot_ptr->info = kzalloc(sizeof(struct hotplug_slot_info), GFP_KERNEL); in ebda_rsrc_controller()
881 if (!hp_slot_ptr->info) { in ebda_rsrc_controller()
922 tmp_slot->hotplug_slot = hp_slot_ptr; in ebda_rsrc_controller()
924 hp_slot_ptr->private = tmp_slot; in ebda_rsrc_controller()
926 rc = fillslotinfo(hp_slot_ptr); in ebda_rsrc_controller()
930 rc = ibmphp_init_devno((struct slot **) &hp_slot_ptr->private); in ebda_rsrc_controller()
933 hp_slot_ptr->ops = &ibmphp_hotplug_slot_ops; in ebda_rsrc_controller()
[all …]