Home
last modified time | relevance | path

Searched refs:atari_stram_alloc (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/m68k/atari/
H A Dstram.c154 void *atari_stram_alloc(unsigned long size, const char *owner) in atari_stram_alloc() function
181 EXPORT_SYMBOL(atari_stram_alloc);
/openbmc/linux/arch/m68k/include/asm/
H A Datari_stram.h10 void *atari_stram_alloc(unsigned long size, const char *owner);
/openbmc/linux/drivers/scsi/
H A Datari_scsi.c778 atari_dma_buffer = atari_stram_alloc(STRAM_BUFFER_SIZE, "SCSI"); in atari_scsi_probe()
/openbmc/linux/sound/oss/dmasound/
H A Ddmasound_atari.c834 return atari_stram_alloc(size, "dmasound"); in AtaAlloc()
/openbmc/linux/drivers/block/
H A Dataflop.c2109 DMABuffer = atari_stram_alloc(BUFFER_SIZE+512, "ataflop"); in atari_floppy_init()
/openbmc/linux/drivers/video/fbdev/
H A Datafb.c3067 screen_base = atari_stram_alloc(mem_req, "atafb"); in atafb_probe()