tag | line | file | source code |
qhead | 107 | drivers/sound/dev_table.h | int qhead; |
qhead | 184 | drivers/sound/dmabuf.c | dmap->qlen = dmap->qhead = dmap->qtail = 0; |
qhead | 587 | drivers/sound/dmabuf.c | *buf = &dmap->raw_buf[dmap->qhead * dmap->fragment_size + dmap->counts[dmap->qhead]]; |
qhead | 588 | drivers/sound/dmabuf.c | *len = dmap->fragment_size - dmap->counts[dmap->qhead]; |
qhead | 590 | drivers/sound/dmabuf.c | return dmap->qhead; |
qhead | 598 | drivers/sound/dmabuf.c | int p = dmap->counts[dmap->qhead] + c; |
qhead | 607 | drivers/sound/dmabuf.c | dmap->counts[dmap->qhead] = 0; |
qhead | 612 | drivers/sound/dmabuf.c | dmap->qhead = (dmap->qhead + 1) % dmap->nbufs; |
qhead | 615 | drivers/sound/dmabuf.c | dmap->counts[dmap->qhead] = p; |
qhead | 830 | drivers/sound/dmabuf.c | info->bytes -= dmap->counts[dmap->qhead]; |
qhead | 886 | drivers/sound/dmabuf.c | dmap_out->counts[dmap_out->qhead] = dmap_out->fragment_size; |
qhead | 1205 | drivers/sound/dmabuf.c | dmap->qhead * dmap->fragment_size, |
qhead | 1206 | drivers/sound/dmabuf.c | dmap->counts[dmap->qhead], 0, |
qhead | 1347 | drivers/sound/dmabuf.c | dmap->byte_counter += dmap->counts[dmap->qhead]; |
qhead | 1357 | drivers/sound/dmabuf.c | dmap->qhead = (dmap->qhead + 1) % dmap->nbufs; |
qhead | 1360 | drivers/sound/dmabuf.c | dmap->counts[dmap->qhead] = dmap->fragment_size; |
qhead | 1365 | drivers/sound/dmabuf.c | dmap->qhead * dmap->fragment_size, |
qhead | 1366 | drivers/sound/dmabuf.c | dmap->counts[dmap->qhead], 1, |
qhead | 1384 | drivers/sound/dmabuf.c | dmap->qhead = (dmap->qhead + 1) % dmap->nbufs; |
qhead | 1414 | drivers/sound/dmabuf.c | dmap->qhead * dmap->fragment_size, |
qhead | 1415 | drivers/sound/dmabuf.c | dmap->counts[dmap->qhead], 1, |
qhead | 47 | drivers/sound/gus_midi.c | static volatile unsigned char qhead, qtail; |
qhead | 86 | drivers/sound/gus_midi.c | qlen = qhead = qtail = output_used = 0; |
qhead | 145 | drivers/sound/gus_midi.c | while (qlen && dump_to_midi (tmp_queue[qhead])) |
qhead | 148 | drivers/sound/gus_midi.c | qhead++; |
qhead | 218 | drivers/sound/gus_midi.c | if (qlen && dump_to_midi (tmp_queue[qhead])) |
qhead | 221 | drivers/sound/gus_midi.c | qhead++; |
qhead | 289 | drivers/sound/gus_midi.c | while (qlen && dump_to_midi (tmp_queue[qhead])) |
qhead | 292 | drivers/sound/gus_midi.c | qhead++; |
qhead | 44 | drivers/sound/pas2_midi.c | static volatile unsigned char qhead, qtail; |
qhead | 114 | drivers/sound/pas2_midi.c | qlen = qhead = qtail = 0; |
qhead | 168 | drivers/sound/pas2_midi.c | while (qlen && dump_to_midi (tmp_queue[qhead])) |
qhead | 171 | drivers/sound/pas2_midi.c | qhead++; |
qhead | 318 | drivers/sound/pas2_midi.c | while (qlen && dump_to_midi (tmp_queue[qhead])) |
qhead | 321 | drivers/sound/pas2_midi.c | qhead++; |
qhead | 84 | drivers/sound/sequencer.c | static volatile int qhead = 0, qtail = 0, qlen = 0; |
qhead | 999 | drivers/sound/sequencer.c | qhead = ((this_one = qhead) + 1) % SEQ_MAX_QUEUE; |
qhead | 1010 | drivers/sound/sequencer.c | qhead = this_one; |
qhead | 1437 | drivers/sound/sequencer.c | qlen = qhead = qtail = 0; |