Searched defs:GPIO_UNLOCK (Results 1 – 11 of 11) sorted by relevance
38 #define GPIO_UNLOCK(sc) mtx_unlock_spin(&(sc)->sc_mtx) macro
56 #define GPIO_UNLOCK(sc) mtx_unlock(&(sc)->sc_mtx) macro
68 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) macro
89 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) macro
34 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->gpio_mtx) macro
48 #define GPIO_UNLOCK(_sc) sx_unlock(&(_sc)->gpio_lock) macro
72 #define GPIO_UNLOCK(_sc) sx_unlock(&(_sc)->gpio_lock) macro
55 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
52 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
58 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
134 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro