Searched defs:GPIO_LOCK (Results 1 – 11 of 11) sorted by relevance
37 #define GPIO_LOCK(sc) mtx_lock_spin(&(sc)->sc_mtx) macro
55 #define GPIO_LOCK(sc) mtx_lock(&(sc)->sc_mtx) macro
67 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
88 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
33 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->gpio_mtx) macro
47 #define GPIO_LOCK(_sc) sx_slock(&(_sc)->gpio_lock) macro
71 #define GPIO_LOCK(_sc) sx_slock(&(_sc)->gpio_lock) macro
54 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->mtx) macro
51 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->mtx) macro
57 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->mtx) macro
133 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->mtx) macro