tag | line | file | source code |
qhead | 105 | drivers/sound/dev_table.h | int qhead; |
qhead | 167 | drivers/sound/dmabuf.c | dmap->qlen = dmap->qhead = dmap->qtail = 0; |
qhead | 567 | drivers/sound/dmabuf.c | *buf = &dmap->raw_buf[dmap->qhead * dmap->fragment_size + dmap->counts[dmap->qhead]]; |
qhead | 568 | drivers/sound/dmabuf.c | *len = dmap->fragment_size - dmap->counts[dmap->qhead]; |
qhead | 570 | drivers/sound/dmabuf.c | return dmap->qhead; |
qhead | 578 | drivers/sound/dmabuf.c | int p = dmap->counts[dmap->qhead] + c; |
qhead | 590 | drivers/sound/dmabuf.c | dmap->counts[dmap->qhead] = 0; |
qhead | 595 | drivers/sound/dmabuf.c | dmap->qhead = (dmap->qhead + 1) % dmap->nbufs; |
qhead | 598 | drivers/sound/dmabuf.c | dmap->counts[dmap->qhead] = p; |
qhead | 814 | drivers/sound/dmabuf.c | info->bytes -= dmap->counts[dmap->qhead]; |
qhead | 855 | drivers/sound/dmabuf.c | dmap_out->counts[dmap_out->qhead] = dmap_out->fragment_size; |
qhead | 1177 | drivers/sound/dmabuf.c | dmap->qhead * dmap->fragment_size, |
qhead | 1178 | drivers/sound/dmabuf.c | dmap->counts[dmap->qhead], 0, |
qhead | 1286 | drivers/sound/dmabuf.c | dmap->byte_counter += dmap->counts[dmap->qhead]; |
qhead | 1297 | drivers/sound/dmabuf.c | p = dmap->fragment_size * dmap->qhead; |
qhead | 1302 | drivers/sound/dmabuf.c | dmap->qhead = (dmap->qhead + 1) % dmap->nbufs; |
qhead | 1305 | drivers/sound/dmabuf.c | dmap->counts[dmap->qhead] = dmap->fragment_size; |
qhead | 1310 | drivers/sound/dmabuf.c | dmap->qhead * dmap->fragment_size, |
qhead | 1311 | drivers/sound/dmabuf.c | dmap->counts[dmap->qhead], 1, |
qhead | 1331 | drivers/sound/dmabuf.c | dmap->qhead = (dmap->qhead + 1) % dmap->nbufs; |
qhead | 1348 | drivers/sound/dmabuf.c | p = dmap->fragment_size * dmap->qhead; |
qhead | 1360 | drivers/sound/dmabuf.c | dmap->qhead * dmap->fragment_size, |
qhead | 1361 | drivers/sound/dmabuf.c | dmap->counts[dmap->qhead], 1, |
qhead | 45 | drivers/sound/gus_midi.c | static volatile unsigned char qhead, qtail; |
qhead | 80 | drivers/sound/gus_midi.c | qlen = qhead = qtail = output_used = 0; |
qhead | 139 | drivers/sound/gus_midi.c | while (qlen && dump_to_midi (tmp_queue[qhead])) |
qhead | 142 | drivers/sound/gus_midi.c | qhead++; |
qhead | 212 | drivers/sound/gus_midi.c | if (qlen && dump_to_midi (tmp_queue[qhead])) |
qhead | 215 | drivers/sound/gus_midi.c | qhead++; |
qhead | 282 | drivers/sound/gus_midi.c | while (qlen && dump_to_midi (tmp_queue[qhead])) |
qhead | 285 | drivers/sound/gus_midi.c | qhead++; |
qhead | 42 | drivers/sound/pas2_midi.c | static volatile unsigned char qhead, qtail; |
qhead | 112 | 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 | 316 | drivers/sound/pas2_midi.c | while (qlen && dump_to_midi (tmp_queue[qhead])) |
qhead | 319 | drivers/sound/pas2_midi.c | qhead++; |
qhead | 82 | drivers/sound/sequencer.c | static volatile int qhead = 0, qtail = 0, qlen = 0; |
qhead | 997 | drivers/sound/sequencer.c | qhead = ((this_one = qhead) + 1) % SEQ_MAX_QUEUE; |
qhead | 1008 | drivers/sound/sequencer.c | qhead = this_one; |
qhead | 1449 | drivers/sound/sequencer.c | qlen = qhead = qtail = 0; |