taglinefilesource code
deviceID96drivers/sound/os.h#define ALLOC_DMA_CHN(chn,deviceID)  request_dma(chn,deviceID)
deviceID262include/asm-i386/dma.hextern int request_dma(unsigned int dmanr, char * deviceID);  /* reserve a DMA channel */
deviceID87kernel/dma.cint request_dma(unsigned int dmanr, char * deviceID)
deviceID92kernel/dma.cif (mutex_atomic_swap((unsigned int *) &dma_chan_busy[dmanr], (unsigned int) deviceID) != 0) 
deviceID51kernel/ksyms.cextern int request_dma(unsigned int dmanr, char * deviceID);