tag | line | file | source code |
qhead | 93 | drivers/sound/dev_table.h | int qhead; |
qhead | 160 | drivers/sound/dmabuf.c | dmap->qlen = dmap->qhead = dmap->qtail = 0; |
qhead | 369 | drivers/sound/dmabuf.c | *buf = &dmap->buf[dmap->qhead][dmap->counts[dmap->qhead]]; |
qhead | 370 | drivers/sound/dmabuf.c | *len = dmap->fragment_size - dmap->counts[dmap->qhead]; |
qhead | 372 | drivers/sound/dmabuf.c | return dmap->qhead; |
qhead | 380 | drivers/sound/dmabuf.c | int p = dmap->counts[dmap->qhead] + c; |
qhead | 384 | drivers/sound/dmabuf.c | dmap->counts[dmap->qhead] = 0; |
qhead | 389 | drivers/sound/dmabuf.c | dmap->qhead = (dmap->qhead + 1) % dmap->nbufs; |
qhead | 392 | drivers/sound/dmabuf.c | dmap->counts[dmap->qhead] = p; |
qhead | 530 | drivers/sound/dmabuf.c | info->bytes -= dmap->counts[dmap->qhead]; |
qhead | 673 | drivers/sound/dmabuf.c | audio_devs[dev]->output_block (dev, dmap->buf_phys[dmap->qhead], |
qhead | 674 | drivers/sound/dmabuf.c | dmap->counts[dmap->qhead], 0, |
qhead | 840 | drivers/sound/dmabuf.c | dmap->qhead = (dmap->qhead + 1) % dmap->nbufs; |
qhead | 845 | drivers/sound/dmabuf.c | audio_devs[dev]->output_block (dev, dmap->buf_phys[dmap->qhead], |
qhead | 846 | drivers/sound/dmabuf.c | dmap->counts[dmap->qhead], 1, |
qhead | 47 | drivers/sound/gus_midi.c | static volatile unsigned char qhead, qtail; |
qhead | 87 | drivers/sound/gus_midi.c | qlen = qhead = qtail = output_used = 0; |
qhead | 144 | drivers/sound/gus_midi.c | while (qlen && dump_to_midi (tmp_queue[qhead])) |
qhead | 147 | drivers/sound/gus_midi.c | qhead++; |
qhead | 215 | drivers/sound/gus_midi.c | if (qlen && dump_to_midi (tmp_queue[qhead])) |
qhead | 218 | drivers/sound/gus_midi.c | qhead++; |
qhead | 284 | drivers/sound/gus_midi.c | while (qlen && dump_to_midi (tmp_queue[qhead])) |
qhead | 287 | drivers/sound/gus_midi.c | qhead++; |
qhead | 44 | drivers/sound/pas2_midi.c | static volatile unsigned char qhead, qtail; |
qhead | 113 | drivers/sound/pas2_midi.c | qlen = qhead = qtail = 0; |
qhead | 166 | drivers/sound/pas2_midi.c | while (qlen && dump_to_midi (tmp_queue[qhead])) |
qhead | 169 | drivers/sound/pas2_midi.c | qhead++; |
qhead | 314 | drivers/sound/pas2_midi.c | while (qlen && dump_to_midi (tmp_queue[qhead])) |
qhead | 317 | drivers/sound/pas2_midi.c | qhead++; |
qhead | 79 | drivers/sound/sequencer.c | static volatile int qhead = 0, qtail = 0, qlen = 0; |
qhead | 916 | drivers/sound/sequencer.c | qhead = ((this_one = qhead) + 1) % SEQ_MAX_QUEUE; |
qhead | 927 | drivers/sound/sequencer.c | qhead = this_one; |
qhead | 1307 | drivers/sound/sequencer.c | qlen = qhead = qtail = 0; |