Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/hotplug/
Dibmphp_ebda.c56 static struct ebda_hpc_list *hpc_list_ptr;
72 static struct ebda_hpc_list * __init alloc_ebda_hpc_list (void) in alloc_ebda_hpc_list()
74 return kzalloc(sizeof(struct ebda_hpc_list), GFP_KERNEL); in alloc_ebda_hpc_list()
210 list_for_each_entry(hpc_ptr, &ebda_hpc_head, ebda_hpc_list) { in print_ebda_hpc()
975 list_add (&hpc_ptr->ebda_hpc_list, &ebda_hpc_head ); in ebda_rsrc_controller()
1138 controller = list_entry (list, struct controller, ebda_hpc_list); in ibmphp_free_ebda_hpc_queue()
1186 list_for_each_entry(ctrl, &ebda_hpc_head, ebda_hpc_list) { in ibmphp_register_pci()
1200 list_for_each_entry(ctrl, &ebda_hpc_head, ebda_hpc_list) { in ibmphp_probe()
Dibmphp.h170 struct ebda_hpc_list { struct
747 struct list_head ebda_hpc_list; member