Searched refs:atari_stram_alloc (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Datari_stram.h9 void *atari_stram_alloc(long size, const char *owner);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/atari/
H A Datari_ksyms.c28 EXPORT_SYMBOL(atari_stram_alloc); variable
H A Dstram.c181 void *atari_stram_alloc(long size, const char *owner)
187 DPRINTK("atari_stram_alloc(size=%08lx,owner=%s)\n", size, owner);
195 DPRINTK( "atari_stram_alloc: after mem_init, "
202 DPRINTK( "atari_stram_alloc: out of mem for BLOCK -- "
180 void *atari_stram_alloc(long size, const char *owner) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dacsi_slm.c30 atari_stram_alloc(). The data are collected there until they're complete,
953 if (!(SLMBuffer = atari_stram_alloc( SLM_BUFFER_SIZE, "SLM" ))) {
H A Dacsi.c1631 (char *)atari_stram_alloc(ACSI_BUFFER_SIZE, "acsi"))) {
H A Dataflop.c1909 DMABuffer = atari_stram_alloc(BUFFER_SIZE+512, "ataflop");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Datari_scsi.c605 atari_dma_buffer = atari_stram_alloc(STRAM_BUFFER_SIZE, "SCSI");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Ddmasound_atari.c833 return atari_stram_alloc(size, "dmasound");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Datafb.c3154 screen_base = atari_stram_alloc(mem_req, "atafb");

Completed in 137 milliseconds