Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/macio/
H A Di2s.c91 struct mtx port_mtx; member
205 mtx_init(&sc->port_mtx, "port_mtx", NULL, MTX_DEF); in i2s_attach()
701 mtx_lock(&sc->port_mtx); in MUTE_CONTROL()
725 mtx_unlock(&sc->port_mtx); in MUTE_CONTROL()