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

/freebsd-13-stable/sys/dev/gpio/
H A Dgpiopps.c63 struct mtx pps_mtx; member in struct:pps_softc
75 mtx_lock(&sc->pps_mtx);
79 mtx_unlock(&sc->pps_mtx);
93 mtx_lock(&sc->pps_mtx);
95 mtx_unlock(&sc->pps_mtx);
107 mtx_lock(&sc->pps_mtx);
109 mtx_unlock(&sc->pps_mtx);
156 mtx_lock(&sc->pps_mtx);
158 mtx_unlock(&sc->pps_mtx);
190 mtx_init(&sc->pps_mtx, device_get_nameuni
[all...]
/freebsd-13-stable/sys/arm/ti/am335x/
H A Dam335x_dmtpps.c86 struct mtx pps_mtx; member in struct:dmtpps_softc
309 mtx_lock_spin(&sc->pps_mtx);
311 mtx_unlock_spin(&sc->pps_mtx);
362 mtx_lock_spin(&sc->pps_mtx);
364 mtx_unlock_spin(&sc->pps_mtx);
564 mtx_init(&sc->pps_mtx, "dmtpps", NULL, MTX_SPIN);
568 sc->pps_state.driver_mtx = &sc->pps_mtx;

Completed in 109 milliseconds