Searched refs:resource_contains (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/pci/ |
D | host-bridge.c | 58 if (resource_contains(window->res, res)) { in pcibios_resource_to_bus()
|
D | setup-bus.c | 1312 resource_contains(parent_r, r)) in assign_fixed_resource_on_bus()
|
D | pci.c | 639 if (resource_contains(r, res)) { in pci_find_parent_resource() 680 if (r->start && resource_contains(r, res)) in pci_find_resource()
|
/Linux-v5.4/drivers/acpi/ |
D | pci_mcfg.c | 159 resource_contains(&f->bus_range, bus_range)) in pci_mcfg_quirk_matches()
|
D | resource.c | 733 if (resource_contains(rentry->res, res)) { in acpi_dev_consumes_res()
|
/Linux-v5.4/include/linux/ |
D | ioport.h | 218 static inline bool resource_contains(struct resource *r1, struct resource *r2) in resource_contains() function
|
/Linux-v5.4/kernel/ |
D | resource.c | 631 resource_contains(&avail, &alloc)) { in __find_resource() 681 if (resource_contains(&new, old)) { in reallocate_resource() 692 if (resource_contains(old, &new)) { in reallocate_resource()
|
/Linux-v5.4/drivers/watchdog/ |
D | wdat_wdt.c | 406 if (resource_contains(res, &r)) { in wdat_wdt_probe()
|
/Linux-v5.4/drivers/gpu/drm/i915/gem/ |
D | i915_gem_stolen.c | 450 if (!resource_contains(&dev_priv->dsm, &dev_priv->dsm_reserved)) { in i915_gem_init_stolen()
|
/Linux-v5.4/drivers/char/tpm/ |
D | tpm_crb.c | 463 if (!resource_contains(io_res, &new_res)) in crb_map_res()
|