Searched defs:GPIO_LOCK_DESTROY (Results 1 – 6 of 6) sorted by relevance
42 #define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&_sc->sc_mtx); macro
60 #define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&_sc->sc_mtx); macro
50 #define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->mtx) macro
61 #define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&_sc->mtx); macro
58 #define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&_sc->mtx); macro
132 #define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->mtx) macro