Searched refs:hp_slot_ptr (Results 1 – 1 of 1) sorted by relevance
748 struct hotplug_slot *hp_slot_ptr; in ebda_rsrc_controller() local907 hp_slot_ptr = kzalloc(sizeof(*hp_slot_ptr), GFP_KERNEL); in ebda_rsrc_controller()908 if (!hp_slot_ptr) { in ebda_rsrc_controller()913 hp_slot_ptr->info = kzalloc(sizeof(struct hotplug_slot_info), GFP_KERNEL); in ebda_rsrc_controller()914 if (!hp_slot_ptr->info) { in ebda_rsrc_controller()955 tmp_slot->hotplug_slot = hp_slot_ptr; in ebda_rsrc_controller()957 hp_slot_ptr->private = tmp_slot; in ebda_rsrc_controller()958 hp_slot_ptr->release = release_slot; in ebda_rsrc_controller()960 rc = fillslotinfo(hp_slot_ptr); in ebda_rsrc_controller()964 rc = ibmphp_init_devno ((struct slot **) &hp_slot_ptr->private); in ebda_rsrc_controller()[all …]