Searched refs:GPIO_LOCK_DESTROY (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/powerpc/mpc85xx/
H A Dmpc85xx_gpio.c65 #define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&_sc->sc_mtx); macro
264 GPIO_LOCK_DESTROY(sc);
H A Dqoriq_gpio.c61 #define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&_sc->sc_mtx); macro
283 GPIO_LOCK_DESTROY(sc);
/freebsd-12-stable/sys/dev/nctgpio/
H A Dnctgpio.c120 #define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->mtx) macro
550 GPIO_LOCK_DESTROY(sc);
568 GPIO_LOCK_DESTROY(sc);
/freebsd-12-stable/sys/arm/mv/
H A Dmvebu_gpio.c63 #define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&_sc->mtx); macro
706 GPIO_LOCK_DESTROY(sc);
/freebsd-12-stable/sys/arm/nvidia/
H A Dtegra_gpio.c60 #define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&_sc->mtx); macro
750 GPIO_LOCK_DESTROY(sc);

Completed in 74 milliseconds