Searched refs:allocate_resource (Results 1 - 20 of 20) sorted by relevance

/linux-master/drivers/parisc/
H A Diommu.h49 allocate_resource(&iomem_resource, res, size, min, max, \
H A Dccio-dma.c1454 !allocate_resource(parent, res, size, min, max, align, NULL, NULL))
1458 !allocate_resource(parent + 1, res, size, min, max, align,
1478 return allocate_resource(parent, res, size, min, max, align, NULL,NULL);
/linux-master/arch/m68k/amiga/
H A Dchipram.c81 error = allocate_resource(&chipram_res, res, size, 0, UINT_MAX,
84 pr_err("amiga_chip_alloc_res: allocate_resource() failed %d!\n",
/linux-master/arch/m68k/atari/
H A Dstram.c169 error = allocate_resource(&stram_pool, res, size, 0, UINT_MAX,
172 pr_err("atari_stram_alloc: allocate_resource() failed %d!\n",
/linux-master/arch/arm/mach-footbridge/
H A Ddc21285.c276 allocate_resource(&iomem_resource, &res[1], 0x20000000,
278 allocate_resource(&iomem_resource, &res[0], 0x40000000,
/linux-master/arch/sparc/kernel/
H A Dioport.c209 if (allocate_resource(&sparc_iomap, res,
246 if (allocate_resource(&_sparc_dvma, res, len, _sparc_dvma.start,
/linux-master/drivers/mtd/maps/
H A Dscx200_docflash.c143 if (allocate_resource(&iomem_resource, &docmem,
/linux-master/drivers/pcmcia/
H A Drsrc_iodyn.c74 ret = allocate_resource(&ioport_resource, res, num, min, ~0UL,
H A Drsrc_nonstatic.c706 ret = allocate_resource(&ioport_resource, res, num, min, ~0UL,
842 ret = allocate_resource(&iomem_resource,
H A Dyenta_socket.c660 if (allocate_resource(root, res, size, start, end, align,
/linux-master/drivers/input/joystick/iforce/
H A Diforce-ff.c25 if (allocate_resource(&(iforce->device_memory), mod_chunk, 2,
58 if (allocate_resource(&(iforce->device_memory), mod_chunk, 0x0c,
98 if (allocate_resource(&(iforce->device_memory), mod_chunk, 0x0e,
135 if (allocate_resource(&(iforce->device_memory), mod_chunk, 8,
/linux-master/drivers/xen/
H A Dunpopulated-alloc.c52 ret = allocate_resource(target_resource, res,
H A Dballoon.c247 ret = allocate_resource(&iomem_resource, res,
/linux-master/arch/mips/txx9/generic/
H A Dpci.c160 if (allocate_resource(&iomem_resource,
182 if (allocate_resource(&iomem_resource,
/linux-master/drivers/watchdog/
H A Dvia_wdt.c175 if (allocate_resource(&iomem_resource, &wdt_res, VIA_WDT_MMIO_LEN,
/linux-master/drivers/gpu/drm/gma500/
H A Dgtt.c37 ret = allocate_resource(root, res, size, start, end, align, NULL, NULL);
/linux-master/drivers/pci/
H A Dbus.c227 ret = allocate_resource(r, res, size, min_used, max,
/linux-master/include/linux/
H A Dioport.h207 extern int allocate_resource(struct resource *root, struct resource *new,
/linux-master/kernel/
H A Dresource.c750 * allocate_resource - allocate empty slot in the resource tree given range & alignment.
761 int allocate_resource(struct resource *root, struct resource *new, function
796 EXPORT_SYMBOL(allocate_resource); variable
/linux-master/drivers/memory/
H A Domap-gpmc.c1000 r = allocate_resource(&gpmc_mem_root, res, size, 0, ~0,

Completed in 217 milliseconds