Searched refs:GPIOBUS_LOCK_INIT (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/gpio/ | ||
H A D | gpiobusvar.h | 58 #define GPIOBUS_LOCK_INIT(_sc) mtx_init(&_sc->sc_mtx, \ macro |
H A D | gpiobus.c | 352 GPIOBUS_LOCK_INIT(sc); in gpiobus_init_softc() |