Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/usb/usx2y/
H A Dusbusx2y.c190 if (-2 == us428ctls->ctl_snapshot_last) { in i_usx2y_in04_int()
193 us428ctls->ctl_snapshot_last = -1; in i_usx2y_in04_int()
205 int n = us428ctls->ctl_snapshot_last + 1; in i_usx2y_in04_int()
210 us428ctls->ctl_snapshot_last = n; in i_usx2y_in04_int()
H A Dusbus428ctldefs.h88 int ctl_snapshot_last, ctl_snapshot_red; member
H A DusX2Yhwdep.c69 us428->us428ctls_sharedmem->ctl_snapshot_last = -2; in snd_us428ctls_mmap()
87 if (shm != NULL && shm->ctl_snapshot_last != shm->ctl_snapshot_red) in snd_us428ctls_poll()
/kernel/linux/linux-6.6/sound/usb/usx2y/
H A Dusbusx2y.c189 if (us428ctls->ctl_snapshot_last == -2) { in i_usx2y_in04_int()
192 us428ctls->ctl_snapshot_last = -1; in i_usx2y_in04_int()
203 n = us428ctls->ctl_snapshot_last + 1; in i_usx2y_in04_int()
208 us428ctls->ctl_snapshot_last = n; in i_usx2y_in04_int()
H A Dusbus428ctldefs.h88 int ctl_snapshot_last, ctl_snapshot_red; member
H A DusX2Yhwdep.c80 if (shm && shm->ctl_snapshot_last != shm->ctl_snapshot_red) in snd_us428ctls_poll()
246 us428->us428ctls_sharedmem->ctl_snapshot_last = -2; in usx2y_hwdep_new()

Completed in 3 milliseconds