Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dibmphp.h210 struct ebda_rsrc_list { struct
214 struct ebda_rsrc_list *next; argument
Dibmphp_ebda.c43 static struct ebda_rsrc_list *rsrc_list_ptr;
99 static struct ebda_rsrc_list * __init alloc_ebda_rsrc_list(void) in alloc_ebda_rsrc_list()
101 return kzalloc(sizeof(struct ebda_rsrc_list), GFP_KERNEL); in alloc_ebda_rsrc_list()