Searched defs:GPIO_LOCK (Results 1 – 8 of 8) sorted by relevance
36 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->gpio_mtx) macro
37 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->gpio_mtx) macro
70 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
50 #define GPIO_LOCK(_sc) sx_slock(&(_sc)->gpio_lock) macro
74 #define GPIO_LOCK(_sc) sx_slock(&(_sc)->gpio_lock) macro
56 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->mtx) macro
59 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->mtx) macro