tag | line | file | source code |
deviceID | 38 | drivers/sound/os.h | extern int sound_alloc_dma(int chn, char *deviceID); |
deviceID | 39 | drivers/sound/os.h | extern int sound_open_dma(int chn, char *deviceID); |
deviceID | 433 | drivers/sound/soundcard.c | sound_alloc_dma (int chn, char *deviceID) |
deviceID | 437 | drivers/sound/soundcard.c | if ((err = request_dma (chn, deviceID)) != 0) |
deviceID | 446 | drivers/sound/soundcard.c | sound_open_dma (int chn, char *deviceID) |
deviceID | 129 | kernel/ksyms.c | extern int request_dma(unsigned int dmanr, char * deviceID); |