Home
last modified time | relevance | path

Searched refs:GPIO_LOCK_DESTROY (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/powerpc/mpc85xx/
H A Dmpc85xx_gpio.c60 #define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&_sc->sc_mtx); macro
259 GPIO_LOCK_DESTROY(sc); in mpc85xx_gpio_detach()
/freebsd/sys/dev/gpio/
H A Dqoriq_gpio.h42 #define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&_sc->sc_mtx); macro
H A Dqoriq_gpio.c403 GPIO_LOCK_DESTROY(sc); in qoriq_gpio_detach()
/freebsd/sys/dev/ftgpio/
H A Dftgpio.c50 #define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->mtx) macro
403 GPIO_LOCK_DESTROY(sc); in ftgpio_attach()
418 GPIO_LOCK_DESTROY(sc); in ftgpio_detach()
/freebsd/sys/dev/nctgpio/
H A Dnctgpio.c132 #define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->mtx) macro
1264 GPIO_LOCK_DESTROY(sc); in nct_attach()
1282 GPIO_LOCK_DESTROY(sc); in nct_detach()
/freebsd/sys/arm/mv/
H A Dmvebu_gpio.c61 #define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&_sc->mtx); macro
711 GPIO_LOCK_DESTROY(sc); in mvebu_gpio_detach()
/freebsd/sys/arm/nvidia/
H A Dtegra_gpio.c58 #define GPIO_LOCK_DESTROY(_sc) mtx_destroy(&_sc->mtx); macro
746 GPIO_LOCK_DESTROY(sc); in tegra_gpio_detach()