Searched refs:resource_contains (Results 1 – 14 of 14) sorted by relevance
/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 | 1539 resource_contains(parent_r, r)) in assign_fixed_resource_on_bus()
|
H A D | pci.c | 802 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 D | zorro.c | 121 if (resource_contains(&bridge->resource[i], &z->resource)) in zorro_find_parent_resource()
|
/linux/drivers/acpi/ |
H A D | pci_mcfg.c | 211 resource_contains(&f->bus_range, bus_range)) in pci_mcfg_quirk_matches()
|
H A D | resource.c | 1115 if (resource_contains(rentry->res, res)) { in acpi_dev_consumes_res()
|
/linux/include/linux/ |
H A D | ioport.h | 302 static inline bool resource_contains(const struct resource *r1, const struct resource *r2) in resource_contains() function
|
/linux/drivers/memory/ |
H A D | stm32_omm.c | 76 if (!resource_contains(omm->mm_res, &res)) { in stm32_omm_set_amcr()
|
/linux/kernel/ |
H A D | resource.c | 711 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 D | ofdrm.c | 409 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 D | wdat_wdt.c | 412 if (resource_contains(res, &r)) { in wdat_wdt_probe()
|
/linux/drivers/cxl/core/ |
H A D | hdm.c | 417 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 D | i915_gem_stolen.c | 494 if (!resource_contains(&i915->dsm.stolen, &i915->dsm.reserved)) { in init_reserved_stolen()
|
/linux/drivers/perf/ |
H A D | arm-cmn.c | 2520 if (!resource_contains(cfg, root)) in arm_cmn600_acpi_probe()
|