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