Home
last modified time | relevance | path

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

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