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

/freebsd-12-stable/sys/dev/sound/pci/
H A Dich.c82 #define ICH_LOCK(sc) snd_mtxlock((sc)->ich_lock)
83 #define ICH_UNLOCK(sc) snd_mtxunlock((sc)->ich_lock)
84 #define ICH_LOCK_ASSERT(sc) snd_mtxassert((sc)->ich_lock)
201 struct mtx *ich_lock; member in struct:sc_info
893 sc->ich_lock = snd_mtxcreate(device_get_nameunit(dev), "snd_ich softc");
1117 if (sc->ich_lock)
1118 snd_mtxfree(sc->ich_lock);
1142 snd_mtxfree(sc->ich_lock);

Completed in 53 milliseconds