Searched refs:GPIO_ASSERT_LOCKED (Results 1 – 4 of 4) sorted by relevance
53 #define GPIO_ASSERT_LOCKED(_sc) mtx_assert(&(_sc)->mtx, MA_OWNED) macro168 GPIO_ASSERT_LOCKED(sc); in ftgpio_pin_write()197 GPIO_ASSERT_LOCKED(sc); in ftgpio_pin_read()
135 #define GPIO_ASSERT_LOCKED(_sc) mtx_assert(&(_sc)->mtx, MA_OWNED) macro768 GPIO_ASSERT_LOCKED(sc); in nct_io_set_group()
62 #define GPIO_ASSERT_LOCKED(_sc) mtx_assert(&_sc->mtx, MA_OWNED); macro
59 #define GPIO_ASSERT_LOCKED(_sc) mtx_assert(&_sc->mtx, MA_OWNED); macro