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

/freebsd-11-stable/sys/dev/gpio/
H A Dgpiopps.c62 struct mtx pps_mtx; member in struct:pps_softc
74 mtx_lock(&sc->pps_mtx);
78 mtx_unlock(&sc->pps_mtx);
92 mtx_lock(&sc->pps_mtx);
94 mtx_unlock(&sc->pps_mtx);
106 mtx_lock(&sc->pps_mtx);
108 mtx_unlock(&sc->pps_mtx);
155 mtx_lock(&sc->pps_mtx);
157 mtx_unlock(&sc->pps_mtx);
189 mtx_init(&sc->pps_mtx, device_get_nameuni
[all...]
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_dmtpps.c84 struct mtx pps_mtx; member in struct:dmtpps_softc
324 mtx_lock(&sc->pps_mtx);
326 mtx_unlock(&sc->pps_mtx);
376 mtx_lock(&sc->pps_mtx);
378 mtx_unlock(&sc->pps_mtx);
504 mtx_init(&sc->pps_mtx, "dmtpps", NULL, MTX_DEF);
507 sc->pps_state.driver_mtx = &sc->pps_mtx;

Completed in 105 milliseconds