tag | line | file | source code |
buff_no | 289 | drivers/sound/audio.c | int buff_no; |
buff_no | 309 | drivers/sound/audio.c | if ((buff_no = DMAbuf_getrdbuffer (dev, &dmabuf, &l, |
buff_no | 314 | drivers/sound/audio.c | if (dev_nblock[dev] && buff_no == RET_ERROR (EAGAIN)) |
buff_no | 317 | drivers/sound/audio.c | return buff_no; |
buff_no | 341 | drivers/sound/audio.c | DMAbuf_rmchars (dev, buff_no, l); |
buff_no | 376 | drivers/sound/dmabuf.c | DMAbuf_rmchars (int dev, int buff_no, int c) |
buff_no | 647 | drivers/sound/dmabuf.c | DMAbuf_start_output (int dev, int buff_no, int l) |
buff_no | 651 | drivers/sound/dmabuf.c | if (buff_no != dmap->qtail) |
buff_no | 652 | drivers/sound/dmabuf.c | printk ("Sound warning: DMA buffers out of sync %d != %d\n", buff_no, dmap->qtail); |
buff_no | 1040 | drivers/sound/dmabuf.c | DMAbuf_rmchars (int dev, int buff_no, int c) |
buff_no | 1046 | drivers/sound/dmabuf.c | DMAbuf_start_output (int dev, int buff_no, int l) |
buff_no | 9 | drivers/sound/sound_calls.h | int DMAbuf_rmchars(int dev, int buff_no, int c); |
buff_no | 10 | drivers/sound/sound_calls.h | int DMAbuf_start_output(int dev, int buff_no, int l); |