Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/hotplug/
Dibmphp_ebda.c42 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()
894 list_add(&hpc_ptr->ebda_hpc_list, &ebda_hpc_head); in ebda_rsrc_controller()
1047 ebda_hpc_list) { in ibmphp_free_ebda_hpc_queue()
1093 list_for_each_entry(ctrl, &ebda_hpc_head, ebda_hpc_list) { in ibmphp_register_pci()
1107 list_for_each_entry(ctrl, &ebda_hpc_head, ebda_hpc_list) { in ibmphp_probe()
Dibmphp.h156 struct ebda_hpc_list { struct
730 struct list_head ebda_hpc_list; member