Searched refs:root_res (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/x86/pci/ |
D | bus_numa.c | 33 struct pci_root_res *root_res; in x86_pci_root_bus_resources() local 53 list_for_each_entry(root_res, &info->resources, list) in x86_pci_root_bus_resources() 54 pci_add_resource(resources, &root_res->res); in x86_pci_root_bus_resources() 98 struct pci_root_res *root_res; in update_res() local 110 list_for_each_entry(root_res, &info->resources, list) { in update_res() 114 res = &root_res->res; in update_res() 134 root_res = kzalloc(sizeof(*root_res), GFP_KERNEL); in update_res() 135 if (!root_res) in update_res() 138 res = &root_res->res; in update_res() 144 list_add_tail(&root_res->list, &info->resources); in update_res()
|
D | broadcom_bus.c | 25 struct pci_root_res *root_res; in cnb20le_res() local 85 list_for_each_entry(root_res, &info->resources, list) in cnb20le_res() 86 printk(KERN_INFO "host bridge window %pR\n", &root_res->res); in cnb20le_res()
|
D | amd_bus.c | 315 struct pci_root_res *root_res; in early_root_info_init() local 320 list_for_each_entry(root_res, &info->resources, list) in early_root_info_init() 322 busnum, &root_res->res); in early_root_info_init()
|
/linux-4.4.14/drivers/macintosh/ |
D | macio_asic.c | 461 struct resource *root_res = &iomem_resource; in macio_pci_add_devices() local 467 root_res = &chip->lbus.pdev->resource[0]; in macio_pci_add_devices() 475 rdev = macio_add_one_device(chip, parent, pnode, NULL, root_res); in macio_pci_add_devices() 478 root_res = &rdev->resource[0]; in macio_pci_add_devices() 486 root_res); in macio_pci_add_devices() 503 mbdev, root_res) == NULL) in macio_pci_add_devices() 516 NULL, root_res) == NULL) in macio_pci_add_devices()
|