HomeSort by: relevance | last modified time | path
    Searched refs:sc_action_mutex (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/usb/
umcpmio_iic.c 75 KASSERT(mutex_owned(&sc->sc_action_mutex));
95 KASSERT(mutex_owned(&sc->sc_action_mutex));
184 mutex_enter(&sc->sc_action_mutex);
186 mutex_exit(&sc->sc_action_mutex);
193 mutex_enter(&sc->sc_action_mutex);
195 mutex_exit(&sc->sc_action_mutex);
228 mutex_enter(&sc->sc_action_mutex);
232 mutex_exit(&sc->sc_action_mutex);
273 mutex_enter(&sc->sc_action_mutex);
275 mutex_exit(&sc->sc_action_mutex);
    [all...]
umcpmio_subr.c 120 KASSERT(mutex_owned(&sc->sc_action_mutex));
139 KASSERT(mutex_owned(&sc->sc_action_mutex));
159 KASSERT(mutex_owned(&sc->sc_action_mutex));
177 KASSERT(mutex_owned(&sc->sc_action_mutex));
195 KASSERT(mutex_owned(&sc->sc_action_mutex));
213 KASSERT(mutex_owned(&sc->sc_action_mutex));
239 KASSERT(mutex_owned(&sc->sc_action_mutex));
266 KASSERT(mutex_owned(&sc->sc_action_mutex));
290 KASSERT(mutex_owned(&sc->sc_action_mutex));
318 mutex_enter(&sc->sc_action_mutex);
    [all...]
umcpmio_gpio.c 203 KASSERT(mutex_owned(&sc->sc_action_mutex));
222 KASSERT(mutex_owned(&sc->sc_action_mutex));
243 KASSERT(mutex_owned(&sc->sc_action_mutex));
264 KASSERT(mutex_owned(&sc->sc_action_mutex));
283 KASSERT(mutex_owned(&sc->sc_action_mutex));
302 KASSERT(mutex_owned(&sc->sc_action_mutex));
432 KASSERT(mutex_owned(&sc->sc_action_mutex));
455 KASSERT(mutex_owned(&sc->sc_action_mutex));
490 KASSERT(mutex_owned(&sc->sc_action_mutex));
544 KASSERT(mutex_owned(&sc->sc_action_mutex));
    [all...]
umcpmio_spi.c 64 mutex_enter(&sc->sc_action_mutex);
68 mutex_exit(&sc->sc_action_mutex);
91 mutex_enter(&sc->sc_action_mutex);
95 mutex_exit(&sc->sc_action_mutex);
118 mutex_enter(&sc->sc_action_mutex);
122 mutex_exit(&sc->sc_action_mutex);
576 KASSERT(mutex_owned(&sc->sc_action_mutex));
633 mutex_enter(&sc->sc_action_mutex);
635 mutex_exit(&sc->sc_action_mutex);
721 mutex_enter(&sc->sc_action_mutex);
    [all...]
umcpmio.c 162 mutex_enter(&sc->sc_action_mutex);
206 mutex_exit(&sc->sc_action_mutex);
226 mutex_enter(&sc->sc_action_mutex);
228 mutex_exit(&sc->sc_action_mutex);
338 mutex_enter(&sc->sc_action_mutex);
340 mutex_exit(&sc->sc_action_mutex);
423 mutex_enter(&sc->sc_action_mutex);
453 mutex_exit(&sc->sc_action_mutex);
498 mutex_enter(&sc->sc_action_mutex);
813 mutex_exit(&sc->sc_action_mutex);
    [all...]
umcpmio.h 99 kmutex_t sc_action_mutex; member in struct:umcpmio_softc
umcpmio_transport.c 133 KASSERT(mutex_owned(&sc->sc_action_mutex));

Completed in 113 milliseconds