Home
last modified time | relevance | path

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

/drivers/pci/hotplug/
Dibmphp.h224 struct ebda_rsrc_list { struct
228 struct ebda_rsrc_list *next; argument
Dibmphp_ebda.c57 static struct ebda_rsrc_list *rsrc_list_ptr;
113 static struct ebda_rsrc_list * __init alloc_ebda_rsrc_list (void) in alloc_ebda_rsrc_list()
115 return kzalloc(sizeof(struct ebda_rsrc_list), GFP_KERNEL); in alloc_ebda_rsrc_list()