| /Linux-v5.4/arch/arm/mach-footbridge/ | 
| D | dc21285.c | 263 	allocate_resource(&iomem_resource, &res[1], 0x20000000,  in dc21285_setup()265 	allocate_resource(&iomem_resource, &res[0], 0x40000000,  in dc21285_setup()
 
 | 
| /Linux-v5.4/drivers/parisc/ | 
| D | iommu.h | 49 		allocate_resource(&iomem_resource, res, size, min, max, \
 | 
| D | ccio-dma.c | 1453 	    !allocate_resource(parent, res, size, min, max, align, NULL, NULL))  in ccio_allocate_resource()1457 	    !allocate_resource(parent + 1, res, size, min, max, align,  in ccio_allocate_resource()
 1477 	return allocate_resource(parent, res, size, min, max, align, NULL,NULL);  in ccio_allocate_resource()
 
 | 
| /Linux-v5.4/drivers/input/joystick/iforce/ | 
| D | iforce-ff.c | 25 		if (allocate_resource(&(iforce->device_memory), mod_chunk, 2,  in make_magnitude_modifier()58 		if (allocate_resource(&(iforce->device_memory), mod_chunk, 0x0c,  in make_period_modifier()
 98 		if (allocate_resource(&(iforce->device_memory), mod_chunk, 0x0e,  in make_envelope_modifier()
 135 		if (allocate_resource(&(iforce->device_memory), mod_chunk, 8,  in make_condition_modifier()
 
 | 
| /Linux-v5.4/arch/m68k/amiga/ | 
| D | chipram.c | 81 	error = allocate_resource(&chipram_res, res, size, 0, UINT_MAX,  in amiga_chip_alloc_res()
 | 
| /Linux-v5.4/arch/sparc/kernel/ | 
| D | ioport.c | 220 	if (allocate_resource(&sparc_iomap, res,  in _sparc_ioremap()257 	if (allocate_resource(&_sparc_dvma, res, len, _sparc_dvma.start,  in sparc_dma_alloc_resource()
 
 | 
| /Linux-v5.4/arch/mips/txx9/generic/ | 
| D | pci.c | 159 			if (allocate_resource(&iomem_resource,  in txx9_alloc_pci_controller()181 			if (allocate_resource(&iomem_resource,  in txx9_alloc_pci_controller()
 
 | 
| /Linux-v5.4/arch/m68k/atari/ | 
| D | stram.c | 170 	error = allocate_resource(&stram_pool, res, size, 0, UINT_MAX,  in atari_stram_alloc()
 | 
| /Linux-v5.4/drivers/pcmcia/ | 
| D | rsrc_iodyn.c | 74 		ret = allocate_resource(&ioport_resource, res, num, min, ~0UL,  in __iodyn_find_io_region()
 | 
| D | rsrc_nonstatic.c | 703 		ret = allocate_resource(&ioport_resource, res, num, min, ~0UL,  in __nonstatic_find_io_region()836 				ret = allocate_resource(&iomem_resource,  in nonstatic_find_mem_region()
 
 | 
| D | yenta_socket.c | 659 		if (allocate_resource(root, res, size, start, end, align,  in yenta_search_one_res()
 | 
| /Linux-v5.4/drivers/mtd/maps/ | 
| D | scx200_docflash.c | 143 		if (allocate_resource(&iomem_resource, &docmem,  in init_scx200_docflash()
 | 
| /Linux-v5.4/drivers/watchdog/ | 
| D | via_wdt.c | 175 	if (allocate_resource(&iomem_resource, &wdt_res, VIA_WDT_MMIO_LEN,  in wdt_probe()
 | 
| /Linux-v5.4/include/linux/ | 
| D | ioport.h | 193 extern int allocate_resource(struct resource *root, struct resource *new,
 | 
| /Linux-v5.4/drivers/pci/ | 
| D | bus.c | 201 		ret = allocate_resource(r, res, size, min_used, max,  in pci_bus_alloc_from_region()
 | 
| /Linux-v5.4/drivers/xen/ | 
| D | balloon.c | 261 	ret = allocate_resource(&iomem_resource, res,  in additional_memory_resource()
 | 
| /Linux-v5.4/drivers/gpu/drm/gma500/ | 
| D | gtt.c | 352 	ret = allocate_resource(dev_priv->gtt_mem, >->resource,  in psb_gtt_alloc_range()
 | 
| /Linux-v5.4/kernel/ | 
| D | resource.c | 719 int allocate_resource(struct resource *root, struct resource *new,  in allocate_resource()  function754 EXPORT_SYMBOL(allocate_resource);
 
 | 
| /Linux-v5.4/drivers/memory/ | 
| D | omap-gpmc.c | 1003 		r = allocate_resource(&gpmc_mem_root, res, size, 0, ~0,  in gpmc_cs_request()
 |