tag | line | file | source code |
deviceID | 262 | drivers/sound/dma.h | extern int request_dma(unsigned int dmanr,char * deviceID); /* reserve a DMA channel */ |
deviceID | 96 | drivers/sound/os.h | #define ALLOC_DMA_CHN(chn,deviceID) request_dma(chn,deviceID) |
deviceID | 262 | include/asm-i386/dma.h | extern int request_dma(unsigned int dmanr, char * deviceID); /* reserve a DMA channel */ |
deviceID | 87 | kernel/dma.c | int request_dma(unsigned int dmanr, char * deviceID) |
deviceID | 92 | kernel/dma.c | if (mutex_atomic_swap((unsigned int *) &dma_chan_busy[dmanr], (unsigned int) deviceID) != 0) |
deviceID | 45 | kernel/ksyms.c | extern int request_dma(unsigned int dmanr, char * deviceID); |