Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/
Dhost-bridge.c58 if (resource_contains(window->res, res)) { in pcibios_resource_to_bus()
Dpci.c636 if (resource_contains(r, res)) { in pci_find_parent_resource()
677 if (r->start && resource_contains(r, res)) in pci_find_resource()
Dsetup-bus.c1347 resource_contains(parent_r, r)) in assign_fixed_resource_on_bus()
/Linux-v4.19/drivers/acpi/
Dpci_mcfg.c158 resource_contains(&f->bus_range, bus_range)) in pci_mcfg_quirk_matches()
Dresource.c741 if (resource_contains(rentry->res, res)) { in acpi_dev_consumes_res()
/Linux-v4.19/include/linux/
Dioport.h209 static inline bool resource_contains(struct resource *r1, struct resource *r2) in resource_contains() function
/Linux-v4.19/kernel/
Dresource.c623 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/
Dwdat_wdt.c409 if (resource_contains(res, &r)) { in wdat_wdt_probe()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem_stolen.c464 if (!resource_contains(&dev_priv->dsm, &dev_priv->dsm_reserved)) { in i915_gem_init_stolen()
/Linux-v4.19/drivers/char/tpm/
Dtpm_crb.c457 if (!resource_contains(io_res, &new_res)) in crb_map_res()