Home
last modified time | relevance | path

Searched refs:pcm_mtx (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/sound/usb/
H A Duaudio.c235 struct mtx *pcm_mtx; /* lock protecting this structure */ member
1403 mtx_lock(chan->pcm_mtx); in uaudio_configure_msg_sub()
1405 mtx_unlock(chan->pcm_mtx); in uaudio_configure_msg_sub()
1428 mtx_lock(chan->pcm_mtx); in uaudio_configure_msg_sub()
1430 mtx_unlock(chan->pcm_mtx); in uaudio_configure_msg_sub()
1540 mtx_lock(chan->pcm_mtx); in uaudio_configure_msg_sub()
1544 mtx_unlock(chan->pcm_mtx); in uaudio_configure_msg_sub()
1549 mtx_lock(chan->pcm_mtx); in uaudio_configure_msg_sub()
1551 mtx_unlock(chan->pcm_mtx); in uaudio_configure_msg_sub()
2691 ch->pcm_mtx = c->lock; in uaudio_chan_init()
[all …]