Searched refs:resource_contains (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/pci/ |
| A D | host-bridge.c | 59 if (resource_contains(window->res, res)) { in pcibios_resource_to_bus()
|
| A D | setup-bus.c | 1429 resource_contains(parent_r, r)) in assign_fixed_resource_on_bus()
|
| A D | pci.c | 803 if (resource_contains(r, res)) { in pci_find_parent_resource() 844 if (r->start && resource_contains(r, res)) in pci_find_resource()
|
| /linux/drivers/zorro/ |
| A D | zorro.c | 121 if (resource_contains(&bridge->resource[i], &z->resource)) in zorro_find_parent_resource()
|
| /linux/drivers/acpi/ |
| A D | pci_mcfg.c | 211 resource_contains(&f->bus_range, bus_range)) in pci_mcfg_quirk_matches()
|
| A D | resource.c | 1077 if (resource_contains(rentry->res, res)) { in acpi_dev_consumes_res()
|
| /linux/drivers/cxl/ |
| A D | acpi.c | 777 if (resource_contains(new, next)) { in add_cxl_resources() 807 if (resource_contains(p, &res)) { in pair_cxl_resource()
|
| /linux/include/linux/ |
| A D | ioport.h | 265 static inline bool resource_contains(const struct resource *r1, const struct resource *r2) in resource_contains() function
|
| /linux/kernel/ |
| A D | resource.c | 700 resource_contains(&avail, &alloc)) { in __find_resource_space() 762 if (resource_contains(&new, old)) { in reallocate_resource() 773 if (resource_contains(old, &new)) { in reallocate_resource()
|
| /linux/drivers/watchdog/ |
| A D | wdat_wdt.c | 412 if (resource_contains(res, &r)) { in wdat_wdt_probe()
|
| /linux/drivers/cxl/core/ |
| A D | hdm.c | 330 if (resource_contains(&cxlds->pmem_res, res)) in __cxl_dpa_reserve() 332 else if (resource_contains(&cxlds->ram_res, res)) in __cxl_dpa_reserve()
|
| /linux/drivers/gpu/drm/tiny/ |
| A D | ofdrm.c | 410 if (fb_res->start && resource_contains(res, fb_res)) in ofdrm_find_fb_resource() 1202 if (resource_contains(res, &fb_res)) in ofdrm_device_create()
|
| /linux/drivers/gpu/drm/i915/gem/ |
| A D | i915_gem_stolen.c | 495 if (!resource_contains(&i915->dsm.stolen, &i915->dsm.reserved)) { in init_reserved_stolen()
|
| /linux/drivers/perf/ |
| A D | arm-cmn.c | 2525 if (!resource_contains(cfg, root)) in arm_cmn600_acpi_probe()
|
Completed in 58 milliseconds