Searched refs:resource_contains (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/pci/ |
H A D | host-bridge.c | 59 if (resource_contains(window->res, res)) { in pcibios_resource_to_bus()
|
H A D | setup-bus.c | 1342 resource_contains(parent_r, r)) in assign_fixed_resource_on_bus()
|
H A D | pci.c | 804 if (resource_contains(r, res)) { in pci_find_parent_resource() 845 if (r->start && resource_contains(r, res)) in pci_find_resource()
|
/openbmc/linux/drivers/cxl/ |
H A D | acpi.c | 623 if (resource_contains(new, next)) { in add_cxl_resources() 653 if (resource_contains(p, &res)) { in pair_cxl_resource()
|
/openbmc/linux/drivers/acpi/ |
H A D | pci_mcfg.c | 199 resource_contains(&f->bus_range, bus_range)) in pci_mcfg_quirk_matches()
|
H A D | resource.c | 1068 if (resource_contains(rentry->res, res)) { in acpi_dev_consumes_res()
|
/openbmc/linux/include/linux/ |
H A D | ioport.h | 232 static inline bool resource_contains(struct resource *r1, struct resource *r2) in resource_contains() function
|
/openbmc/linux/kernel/ |
H A D | resource.c | 660 resource_contains(&avail, &alloc)) { in __find_resource() 710 if (resource_contains(&new, old)) { in reallocate_resource() 721 if (resource_contains(old, &new)) { in reallocate_resource()
|
/openbmc/linux/drivers/watchdog/ |
H A D | wdat_wdt.c | 412 if (resource_contains(res, &r)) { in wdat_wdt_probe()
|
/openbmc/linux/drivers/cxl/core/ |
H A D | hdm.c | 340 if (resource_contains(&cxlds->pmem_res, res)) in __cxl_dpa_reserve() 342 else if (resource_contains(&cxlds->ram_res, res)) in __cxl_dpa_reserve()
|
/openbmc/linux/drivers/gpu/drm/tiny/ |
H A D | ofdrm.c | 411 if (fb_res->start && resource_contains(res, fb_res)) in ofdrm_find_fb_resource() 1189 if (resource_contains(res, &fb_res)) in ofdrm_device_create()
|
/openbmc/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_stolen.c | 474 if (!resource_contains(&i915->dsm.stolen, &i915->dsm.reserved)) { in init_reserved_stolen()
|
/openbmc/linux/drivers/perf/ |
H A D | arm-cmn.c | 2411 if (!resource_contains(cfg, root)) in arm_cmn600_acpi_probe()
|