Searched defs:GPIO_LOCK_INIT (Results 1 – 6 of 6) sorted by relevance
39 #define GPIO_LOCK_INIT(sc) \ macro
57 #define GPIO_LOCK_INIT(sc) \ macro
48 #define GPIO_LOCK_INIT(_sc) mtx_init(&(_sc)->mtx, \ macro
59 #define GPIO_LOCK_INIT(_sc) mtx_init(&_sc->mtx, \ macro
56 #define GPIO_LOCK_INIT(_sc) mtx_init(&_sc->mtx, \ macro
130 #define GPIO_LOCK_INIT(_sc) mtx_init(&(_sc)->mtx, \ macro