tag | line | file | source code |
qhead | 93 | drivers/sound/dev_table.h | int qhead; |
qhead | 158 | drivers/sound/dmabuf.c | dmap->qlen = dmap->qhead = dmap->qtail = 0; |
qhead | 160 | drivers/sound/dmabuf.c | dmap->qlen = dmap->qtail = dmap->qhead = 0; |
qhead | 362 | drivers/sound/dmabuf.c | *buf = &dmap->buf[dmap->qhead][dmap->counts[dmap->qhead]]; |
qhead | 363 | drivers/sound/dmabuf.c | *len = dmap->fragment_size - dmap->counts[dmap->qhead]; |
qhead | 365 | drivers/sound/dmabuf.c | return dmap->qhead; |
qhead | 373 | drivers/sound/dmabuf.c | int p = dmap->counts[dmap->qhead] + c; |
qhead | 377 | drivers/sound/dmabuf.c | dmap->counts[dmap->qhead] = 0; |
qhead | 382 | drivers/sound/dmabuf.c | dmap->qhead = (dmap->qhead + 1) % dmap->nbufs; |
qhead | 385 | drivers/sound/dmabuf.c | dmap->counts[dmap->qhead] = p; |
qhead | 618 | drivers/sound/dmabuf.c | audio_devs[dev]->output_block (dev, dmap->buf_phys[dmap->qhead], |
qhead | 619 | drivers/sound/dmabuf.c | dmap->counts[dmap->qhead], 0, |
qhead | 760 | drivers/sound/dmabuf.c | dmap->qhead = (dmap->qhead + 1) % dmap->nbufs; |
qhead | 765 | drivers/sound/dmabuf.c | audio_devs[dev]->output_block (dev, dmap->buf_phys[dmap->qhead], |
qhead | 766 | 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 | 283 | drivers/sound/gus_midi.c | while (qlen && dump_to_midi (tmp_queue[qhead])) |
qhead | 286 | 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 | 313 | drivers/sound/pas2_midi.c | while (qlen && dump_to_midi (tmp_queue[qhead])) |
qhead | 316 | drivers/sound/pas2_midi.c | qhead++; |
qhead | 78 | drivers/sound/sequencer.c | static volatile int qhead = 0, qtail = 0, qlen = 0; |
qhead | 729 | drivers/sound/sequencer.c | qhead = ((this_one = qhead) + 1) % SEQ_MAX_QUEUE; |
qhead | 815 | drivers/sound/sequencer.c | qhead = this_one; /* |
qhead | 1243 | drivers/sound/sequencer.c | qlen = qhead = qtail = 0; |