Searched refs:head_pos (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/firewire/tascam/
H A Dtascam-hwdep.c59 unsigned int head_pos; variable
69 head_pos = tscm->pull_pos;
71 length = (tail_pos - head_pos) * sizeof(*entries);
78 if (copy_to_user(pos, &entries[head_pos], length))

Completed in 106 milliseconds