Searched refs:GPIO_ASSERT_LOCKED (Results 1 – 2 of 2) sorted by relevance
61 #define GPIO_ASSERT_LOCKED(_sc) mtx_assert(&_sc->mtx, MA_OWNED); macro
64 #define GPIO_ASSERT_LOCKED(_sc) mtx_assert(&_sc->mtx, MA_OWNED); macro