Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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))
/kernel/linux/linux-6.6/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 1 milliseconds