Home
last modified time | relevance | path

Searched refs:allocate_resource (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/arch/sparc/kernel/
Dioport.c222 if (allocate_resource(&sparc_iomap, res, in _sparc_ioremap()
290 if (allocate_resource(&_sparc_dvma, res, len_total, in sbus_alloc_coherent()
465 if (allocate_resource(&_sparc_dvma, res, len_total, in arch_dma_alloc()
/Linux-v4.19/arch/arm/mach-footbridge/
Ddc21285.c266 allocate_resource(&iomem_resource, &res[1], 0x20000000, in dc21285_setup()
268 allocate_resource(&iomem_resource, &res[0], 0x40000000, in dc21285_setup()
/Linux-v4.19/arch/parisc/include/asm/
Ddma-mapping.h66 allocate_resource(&iomem_resource, res, size, min, max, \
/Linux-v4.19/drivers/input/joystick/iforce/
Diforce-ff.c40 if (allocate_resource(&(iforce->device_memory), mod_chunk, 2, in make_magnitude_modifier()
73 if (allocate_resource(&(iforce->device_memory), mod_chunk, 0x0c, in make_period_modifier()
113 if (allocate_resource(&(iforce->device_memory), mod_chunk, 0x0e, in make_envelope_modifier()
150 if (allocate_resource(&(iforce->device_memory), mod_chunk, 8, in make_condition_modifier()
/Linux-v4.19/arch/m68k/amiga/
Dchipram.c81 error = allocate_resource(&chipram_res, res, size, 0, UINT_MAX, in amiga_chip_alloc_res()
/Linux-v4.19/arch/m68k/atari/
Dstram.c165 error = allocate_resource(&stram_pool, res, size, 0, UINT_MAX, in atari_stram_alloc()
/Linux-v4.19/arch/mips/txx9/generic/
Dpci.c159 if (allocate_resource(&iomem_resource, in txx9_alloc_pci_controller()
181 if (allocate_resource(&iomem_resource, in txx9_alloc_pci_controller()
/Linux-v4.19/drivers/pcmcia/
Drsrc_iodyn.c77 ret = allocate_resource(&ioport_resource, res, num, min, ~0UL, in __iodyn_find_io_region()
Drsrc_nonstatic.c706 ret = allocate_resource(&ioport_resource, res, num, min, ~0UL, in __nonstatic_find_io_region()
839 ret = allocate_resource(&iomem_resource, in nonstatic_find_mem_region()
Dyenta_socket.c657 if (allocate_resource(root, res, size, start, end, align, in yenta_search_one_res()
/Linux-v4.19/drivers/xen/
Dballoon.c285 ret = allocate_resource(&hostmem_resource, res_hostmem, in additional_memory_resource()
309 ret = allocate_resource(&iomem_resource, res, in additional_memory_resource()
/Linux-v4.19/drivers/mtd/maps/
Dscx200_docflash.c142 if (allocate_resource(&iomem_resource, &docmem, in init_scx200_docflash()
/Linux-v4.19/drivers/watchdog/
Dvia_wdt.c175 if (allocate_resource(&iomem_resource, &wdt_res, VIA_WDT_MMIO_LEN, in wdt_probe()
/Linux-v4.19/drivers/parisc/
Dccio-dma.c1467 !allocate_resource(parent, res, size, min, max, align, NULL, NULL)) in ccio_allocate_resource()
1471 !allocate_resource(parent + 1, res, size, min, max, align, in ccio_allocate_resource()
1491 return allocate_resource(parent, res, size, min, max, align, NULL,NULL); in ccio_allocate_resource()
/Linux-v4.19/include/linux/
Dioport.h184 extern int allocate_resource(struct resource *root, struct resource *new,
/Linux-v4.19/drivers/pci/
Dbus.c201 ret = allocate_resource(r, res, size, min_used, max, in pci_bus_alloc_from_region()
/Linux-v4.19/drivers/gpu/drm/gma500/
Dgtt.c363 ret = allocate_resource(dev_priv->gtt_mem, &gt->resource, in psb_gtt_alloc_range()
/Linux-v4.19/kernel/
Dresource.c711 int allocate_resource(struct resource *root, struct resource *new, in allocate_resource() function
746 EXPORT_SYMBOL(allocate_resource);
/Linux-v4.19/drivers/memory/
Domap-gpmc.c1004 r = allocate_resource(&gpmc_mem_root, res, size, 0, ~0, in gpmc_cs_request()