Searched refs:ich_lock (Results 1 – 1 of 1) sorted by relevance
80 #define ICH_LOCK(sc) mtx_lock(&(sc)->ich_lock)81 #define ICH_UNLOCK(sc) mtx_unlock(&(sc)->ich_lock)82 #define ICH_LOCK_ASSERT(sc) mtx_assert(&(sc)->ich_lock, MA_OWNED)199 struct mtx ich_lock; member891 mtx_init(&sc->ich_lock, device_get_nameunit(dev), "snd_ich softc", in ich_pci_attach()1115 mtx_destroy(&sc->ich_lock); in ich_pci_attach()1139 mtx_destroy(&sc->ich_lock); in ich_pci_detach()