Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dhost-bridge.c59 if (resource_contains(window->res, res)) { in pcibios_resource_to_bus()
H A Dsetup-bus.c1539 resource_contains(parent_r, r)) in assign_fixed_resource_on_bus()
H A Dpci.c802 if (resource_contains(r, res)) { in pci_find_parent_resource()
843 if (r->start && resource_contains(r, res)) in pci_find_resource()
/linux/drivers/zorro/
H A Dzorro.c121 if (resource_contains(&bridge->resource[i], &z->resource)) in zorro_find_parent_resource()
/linux/drivers/acpi/
H A Dpci_mcfg.c211 resource_contains(&f->bus_range, bus_range)) in pci_mcfg_quirk_matches()
H A Dresource.c1115 if (resource_contains(rentry->res, res)) { in acpi_dev_consumes_res()
/linux/include/linux/
H A Dioport.h302 static inline bool resource_contains(const struct resource *r1, const struct resource *r2) in resource_contains() function
/linux/drivers/memory/
H A Dstm32_omm.c76 if (!resource_contains(omm->mm_res, &res)) { in stm32_omm_set_amcr()
/linux/kernel/
H A Dresource.c711 resource_contains(&avail, &alloc)) { in __find_resource_space()
773 if (resource_contains(&new, old)) { in reallocate_resource()
784 if (resource_contains(old, &new)) { in reallocate_resource()
/linux/drivers/gpu/drm/sysfb/
H A Dofdrm.c409 if (fb_res->start && resource_contains(res, fb_res)) in ofdrm_find_fb_resource()
930 if (resource_contains(res, &fb_res)) in ofdrm_device_create()
/linux/drivers/watchdog/
H A Dwdat_wdt.c412 if (resource_contains(res, &r)) { in wdat_wdt_probe()
/linux/drivers/cxl/core/
H A Dhdm.c417 if (resource_contains(&cxlds->part[i].res, res)) { in __cxl_dpa_reserve()
556 return resource_contains(res, &_addr); in cxl_resource_contains_addr()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_stolen.c494 if (!resource_contains(&i915->dsm.stolen, &i915->dsm.reserved)) { in init_reserved_stolen()
/linux/drivers/perf/
H A Darm-cmn.c2520 if (!resource_contains(cfg, root)) in arm_cmn600_acpi_probe()