Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/pci/
Dhost-bridge.c59 if (resource_contains(window->res, res)) { in pcibios_resource_to_bus()
Dsetup-bus.c1344 resource_contains(parent_r, r)) in assign_fixed_resource_on_bus()
Dpci.c804 if (resource_contains(r, res)) { in pci_find_parent_resource()
845 if (r->start && resource_contains(r, res)) in pci_find_resource()
/linux-6.6.21/drivers/cxl/
Dacpi.c623 if (resource_contains(new, next)) { in add_cxl_resources()
653 if (resource_contains(p, &res)) { in pair_cxl_resource()
/linux-6.6.21/drivers/acpi/
Dpci_mcfg.c199 resource_contains(&f->bus_range, bus_range)) in pci_mcfg_quirk_matches()
Dresource.c996 if (resource_contains(rentry->res, res)) { in acpi_dev_consumes_res()
/linux-6.6.21/include/linux/
Dioport.h232 static inline bool resource_contains(struct resource *r1, struct resource *r2) in resource_contains() function
/linux-6.6.21/kernel/
Dresource.c618 resource_contains(&avail, &alloc)) { in __find_resource()
668 if (resource_contains(&new, old)) { in reallocate_resource()
679 if (resource_contains(old, &new)) { in reallocate_resource()
/linux-6.6.21/drivers/watchdog/
Dwdat_wdt.c412 if (resource_contains(res, &r)) { in wdat_wdt_probe()
/linux-6.6.21/drivers/cxl/core/
Dhdm.c327 if (resource_contains(&cxlds->pmem_res, res)) in __cxl_dpa_reserve()
329 else if (resource_contains(&cxlds->ram_res, res)) in __cxl_dpa_reserve()
/linux-6.6.21/drivers/gpu/drm/tiny/
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()
/linux-6.6.21/drivers/gpu/drm/i915/gem/
Di915_gem_stolen.c474 if (!resource_contains(&i915->dsm.stolen, &i915->dsm.reserved)) { in init_reserved_stolen()
/linux-6.6.21/drivers/perf/
Darm-cmn.c2404 if (!resource_contains(cfg, root)) in arm_cmn600_acpi_probe()