Searched defs:GPIO_UNLOCK (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/sys/mips/cavium/
H A Docteon_gpiovar.h37 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->gpio_mtx) macro
/freebsd-12-stable/sys/mips/atheros/ar531x/
H A Dar5315_gpiovar.h38 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->gpio_mtx) macro
/freebsd-12-stable/sys/mips/atheros/
H A Dar71xx_gpiovar.h38 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->gpio_mtx) macro
/freebsd-12-stable/sys/powerpc/mpc85xx/
H A Dmpc85xx_gpio.c61 #define GPIO_UNLOCK(sc) mtx_unlock(&(sc)->sc_mtx) macro
H A Dqoriq_gpio.c57 #define GPIO_UNLOCK(sc) mtx_unlock(&(sc)->sc_mtx) macro
/freebsd-12-stable/sys/arm/freescale/vybrid/
H A Dvf_gpio.c71 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) macro
/freebsd-12-stable/sys/arm/altera/socfpga/
H A Dsocfpga_gpio.c102 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) macro
/freebsd-12-stable/sys/dev/nctgpio/
H A Dnctgpio.c122 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
[all...]
/freebsd-12-stable/sys/arm/nvidia/
H A Das3722_gpio.c75 #define GPIO_UNLOCK(_sc) sx_unlock(&(_sc)->gpio_lock) macro
[all...]
H A Dtegra_gpio.c57 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
[all...]
/freebsd-12-stable/sys/arm/samsung/exynos/
H A Dexynos5_pad.c66 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) macro
/freebsd-12-stable/sys/arm/mv/
H A Dmvebu_gpio.c60 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro

Completed in 240 milliseconds