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

/freebsd-10.2-release/sys/mips/cavium/
H A Docteon_gpiovar.h35 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->gpio_mtx) macro
/freebsd-10.2-release/sys/mips/atheros/
H A Dar71xx_gpiovar.h36 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->gpio_mtx) macro
/freebsd-10.2-release/sys/arm/freescale/vybrid/
H A Dvf_gpio.c70 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) macro
/freebsd-10.2-release/sys/mips/rt305x/
H A Drt305x_gpio.h107 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->gpio_mtx) macro
/freebsd-10.2-release/sys/arm/freescale/imx/
H A Dimx_gpio.c59 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) macro
/freebsd-10.2-release/sys/arm/xscale/ixp425/
H A Dcambria_gpio.c76 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) macro
/freebsd-10.2-release/sys/arm/samsung/exynos/
H A Dexynos5_pad.c64 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) macro

Completed in 30 milliseconds