Symbol: allocate_resource
arch/arm/mach-footbridge/dc21285.c
276
allocate_resource(&iomem_resource, &res[1], 0x20000000,
arch/arm/mach-footbridge/dc21285.c
278
allocate_resource(&iomem_resource, &res[0], 0x40000000,
arch/m68k/amiga/chipram.c
81
error = allocate_resource(&chipram_res, res, size, 0, UINT_MAX,
arch/m68k/atari/stram.c
169
error = allocate_resource(&stram_pool, res, size, 0, UINT_MAX,
arch/mips/txx9/generic/pci.c
160
if (allocate_resource(&iomem_resource,
arch/mips/txx9/generic/pci.c
182
if (allocate_resource(&iomem_resource,
arch/sparc/kernel/ioport.c
209
if (allocate_resource(&sparc_iomap, res,
arch/sparc/kernel/ioport.c
246
if (allocate_resource(&_sparc_dvma, res, len, _sparc_dvma.start,
drivers/gpu/drm/gma500/gtt.c
37
ret = allocate_resource(root, res, size, start, end, align, NULL, NULL);
drivers/input/joystick/iforce/iforce-ff.c
133
if (allocate_resource(&(iforce->device_memory), mod_chunk, 8,
drivers/input/joystick/iforce/iforce-ff.c
26
if (allocate_resource(&iforce->device_memory, mod_chunk, 2,
drivers/input/joystick/iforce/iforce-ff.c
58
if (allocate_resource(&iforce->device_memory, mod_chunk, 0x0c,
drivers/input/joystick/iforce/iforce-ff.c
97
if (allocate_resource(&(iforce->device_memory), mod_chunk, 0x0e,
drivers/memory/omap-gpmc.c
997
r = allocate_resource(&gpmc_mem_root, res, size, 0, ~0,
drivers/mtd/maps/scx200_docflash.c
143
if (allocate_resource(&iomem_resource, &docmem,
drivers/parisc/ccio-dma.c
1456
!allocate_resource(parent, res, size, min, max, align, NULL, NULL))
drivers/parisc/ccio-dma.c
1460
!allocate_resource(parent + 1, res, size, min, max, align,
drivers/parisc/ccio-dma.c
1480
return allocate_resource(parent, res, size, min, max, align, NULL,NULL);
drivers/parisc/iommu.h
49
allocate_resource(&iomem_resource, res, size, min, max, \
drivers/pci/bus.c
241
ret = allocate_resource(r, res, size, min_used, max,
drivers/pcmcia/rsrc_nonstatic.c
707
ret = allocate_resource(&ioport_resource, res, num, min, ~0UL,
drivers/pcmcia/rsrc_nonstatic.c
843
ret = allocate_resource(&iomem_resource,
drivers/pcmcia/yenta_socket.c
661
if (allocate_resource(root, res, size, start, end, align,
drivers/watchdog/via_wdt.c
176
if (allocate_resource(&iomem_resource, &wdt_res, VIA_WDT_MMIO_LEN,
drivers/xen/balloon.c
252
ret = allocate_resource(&iomem_resource, res,
drivers/xen/unpopulated-alloc.c
55
ret = allocate_resource(target_resource, res,
include/linux/ioport.h
254
extern int allocate_resource(struct resource *root, struct resource *new,
kernel/resource.c
897
EXPORT_SYMBOL(allocate_resource);