Home
last modified time | relevance | path

Searched refs:resource_contains (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/pci/
H A Dhost-bridge.c59 if (resource_contains(window->res, res)) { in pcibios_resource_to_bus()
H A Dsetup-bus.c1342 resource_contains(parent_r, r)) in assign_fixed_resource_on_bus()
H A Dpci.c804 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 Dacpi.c623 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 Dpci_mcfg.c199 resource_contains(&f->bus_range, bus_range)) in pci_mcfg_quirk_matches()
H A Dresource.c1068 if (resource_contains(rentry->res, res)) { in acpi_dev_consumes_res()
/openbmc/linux/include/linux/
H A Dioport.h232 static inline bool resource_contains(struct resource *r1, struct resource *r2) in resource_contains() function
/openbmc/linux/kernel/
H A Dresource.c660 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 Dwdat_wdt.c412 if (resource_contains(res, &r)) { in wdat_wdt_probe()
/openbmc/linux/drivers/cxl/core/
H A Dhdm.c340 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 Dofdrm.c411 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 Di915_gem_stolen.c474 if (!resource_contains(&i915->dsm.stolen, &i915->dsm.reserved)) { in init_reserved_stolen()
/openbmc/linux/drivers/perf/
H A Darm-cmn.c2411 if (!resource_contains(cfg, root)) in arm_cmn600_acpi_probe()