Searched refs:resource_contains (Results 1 – 10 of 10) 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 | 1350 resource_contains(parent_r, r)) in assign_fixed_resource_on_bus()
|
| A D | pci.c | 786 if (resource_contains(r, res)) { in pci_find_parent_resource() 827 if (r->start && resource_contains(r, res)) in pci_find_resource()
|
| /linux/drivers/acpi/ |
| A D | pci_mcfg.c | 186 resource_contains(&f->bus_range, bus_range)) in pci_mcfg_quirk_matches()
|
| A D | resource.c | 778 if (resource_contains(rentry->res, res)) { in acpi_dev_consumes_res()
|
| /linux/include/linux/ |
| A D | ioport.h | 225 static inline bool resource_contains(struct resource *r1, struct resource *r2) in resource_contains() function
|
| /linux/kernel/ |
| A D | resource.c | 642 resource_contains(&avail, &alloc)) { in __find_resource() 692 if (resource_contains(&new, old)) { in reallocate_resource() 703 if (resource_contains(old, &new)) { in reallocate_resource()
|
| /linux/drivers/watchdog/ |
| A D | wdat_wdt.c | 413 if (resource_contains(res, &r)) { in wdat_wdt_probe()
|
| /linux/drivers/gpu/drm/i915/gem/ |
| A D | i915_gem_stolen.c | 484 if (!resource_contains(&i915->dsm, &i915->dsm_reserved)) { in i915_gem_init_stolen()
|
| /linux/drivers/perf/ |
| A D | arm-cmn.c | 1470 if (!resource_contains(cfg, root)) in arm_cmn_acpi_probe()
|
Completed in 33 milliseconds