Searched refs:ebda_pci_rsrc (Results 1 – 3 of 3) sorted by relevance
/drivers/pci/hotplug/ |
D | ibmphp_ebda.c | 118 static struct ebda_pci_rsrc *alloc_ebda_pci_rsrc (void) in alloc_ebda_pci_rsrc() 120 return kzalloc(sizeof(struct ebda_pci_rsrc), GFP_KERNEL); in alloc_ebda_pci_rsrc() 176 struct ebda_pci_rsrc *ptr; in print_ebda_pci_rsrc() 1012 struct ebda_pci_rsrc *rsrc_ptr; in ebda_rsrc_rsrc() 1152 struct ebda_pci_rsrc *resource; in ibmphp_free_ebda_pci_rsrc_queue() 1157 resource = list_entry (list, struct ebda_pci_rsrc, ebda_pci_rsrc_list); in ibmphp_free_ebda_pci_rsrc_queue()
|
D | ibmphp_res.c | 49 static struct bus_node * __init alloc_error_bus (struct ebda_pci_rsrc * curr, u8 busno, int flag) in alloc_error_bus() 72 static struct resource_node * __init alloc_resources (struct ebda_pci_rsrc * curr) in alloc_resources() 94 …nge (struct bus_node **new_bus, struct range_node **new_range, struct ebda_pci_rsrc *curr, int fla… in alloc_bus_range() 201 struct ebda_pci_rsrc *curr; in ibmphp_rsrc_init() 214 curr = list_entry (tmp_ebda, struct ebda_pci_rsrc, ebda_pci_rsrc_list); in ibmphp_rsrc_init()
|
D | ibmphp.h | 236 struct ebda_pci_rsrc { struct
|