Searched refs:ebda_hpc_list (Results 1 – 2 of 2) sorted by relevance
42 static struct ebda_hpc_list *hpc_list_ptr;58 static struct ebda_hpc_list * __init alloc_ebda_hpc_list(void) in alloc_ebda_hpc_list()60 return kzalloc(sizeof(struct ebda_hpc_list), GFP_KERNEL); in alloc_ebda_hpc_list()196 list_for_each_entry(hpc_ptr, &ebda_hpc_head, ebda_hpc_list) { in print_ebda_hpc()895 list_add(&hpc_ptr->ebda_hpc_list, &ebda_hpc_head); in ebda_rsrc_controller()1050 ebda_hpc_list) { in ibmphp_free_ebda_hpc_queue()1096 list_for_each_entry(ctrl, &ebda_hpc_head, ebda_hpc_list) { in ibmphp_register_pci()1110 list_for_each_entry(ctrl, &ebda_hpc_head, ebda_hpc_list) { in ibmphp_probe()
156 struct ebda_hpc_list { struct732 struct list_head ebda_hpc_list; member