Searched refs:resource_contains (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/pci/ |
D | host-bridge.c | 58 if (resource_contains(window->res, res)) { in pcibios_resource_to_bus()
|
D | pci.c | 636 if (resource_contains(r, res)) { in pci_find_parent_resource() 677 if (r->start && resource_contains(r, res)) in pci_find_resource()
|
D | setup-bus.c | 1347 resource_contains(parent_r, r)) in assign_fixed_resource_on_bus()
|
/Linux-v4.19/drivers/acpi/ |
D | pci_mcfg.c | 158 resource_contains(&f->bus_range, bus_range)) in pci_mcfg_quirk_matches()
|
D | resource.c | 741 if (resource_contains(rentry->res, res)) { in acpi_dev_consumes_res()
|
/Linux-v4.19/include/linux/ |
D | ioport.h | 209 static inline bool resource_contains(struct resource *r1, struct resource *r2) in resource_contains() function
|
/Linux-v4.19/kernel/ |
D | resource.c | 623 resource_contains(&avail, &alloc)) { in __find_resource() 673 if (resource_contains(&new, old)) { in reallocate_resource() 684 if (resource_contains(old, &new)) { in reallocate_resource()
|
/Linux-v4.19/drivers/watchdog/ |
D | wdat_wdt.c | 409 if (resource_contains(res, &r)) { in wdat_wdt_probe()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_gem_stolen.c | 464 if (!resource_contains(&dev_priv->dsm, &dev_priv->dsm_reserved)) { in i915_gem_init_stolen()
|
/Linux-v4.19/drivers/char/tpm/ |
D | tpm_crb.c | 457 if (!resource_contains(io_res, &new_res)) in crb_map_res()
|