Searched refs:root_res (Results 1 – 3 of 3) sorted by relevance
/arch/x86/pci/ |
D | bus_numa.c | 34 struct pci_root_res *root_res; in x86_pci_root_bus_resources() local 54 list_for_each_entry(root_res, &info->resources, list) in x86_pci_root_bus_resources() 55 pci_add_resource(resources, &root_res->res); in x86_pci_root_bus_resources() 99 struct pci_root_res *root_res; in update_res() local 111 list_for_each_entry(root_res, &info->resources, list) { in update_res() 115 res = &root_res->res; in update_res() 135 root_res = kzalloc(sizeof(*root_res), GFP_KERNEL); in update_res() 136 if (!root_res) in update_res() 139 res = &root_res->res; in update_res() 145 list_add_tail(&root_res->list, &info->resources); in update_res()
|
D | broadcom_bus.c | 21 struct pci_root_res *root_res; in cnb20le_res() local 81 list_for_each_entry(root_res, &info->resources, list) in cnb20le_res() 82 printk(KERN_INFO "host bridge window %pR\n", &root_res->res); in cnb20le_res()
|
D | amd_bus.c | 317 struct pci_root_res *root_res; in early_root_info_init() local 322 list_for_each_entry(root_res, &info->resources, list) in early_root_info_init() 324 busnum, &root_res->res); in early_root_info_init()
|