HomeSort by: relevance | last modified time | path
    Searched defs:sc_gpio_mtx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/tc/
tcu.c 67 kmutex_t sc_gpio_mtx; member in struct:tcu_softc
192 mutex_init(&sc->sc_gpio_mtx, MUTEX_DEFAULT, IPL_NONE);
226 mutex_enter(&sc->sc_gpio_mtx);
228 mutex_exit(&sc->sc_gpio_mtx);
239 mutex_enter(&sc->sc_gpio_mtx);
250 mutex_exit(&sc->sc_gpio_mtx);
259 mutex_enter(&sc->sc_gpio_mtx);
270 mutex_exit(&sc->sc_gpio_mtx);
  /src/sys/arch/x86/pci/
ichlpcib.c 102 kmutex_t sc_gpio_mtx; member in struct:lpcib_softc
917 mutex_init(&sc->sc_gpio_mtx, MUTEX_DEFAULT, IPL_NONE);
973 mutex_destroy(&sc->sc_gpio_mtx);
988 mutex_enter(&sc->sc_gpio_mtx);
990 mutex_exit(&sc->sc_gpio_mtx);
1005 mutex_enter(&sc->sc_gpio_mtx);
1016 mutex_exit(&sc->sc_gpio_mtx);
1029 mutex_enter(&sc->sc_gpio_mtx);
1054 mutex_exit(&sc->sc_gpio_mtx);

Completed in 13 milliseconds