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

/freebsd-10-stable/sys/mips/cavium/
H A Docteon_gpiovar.h34 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->gpio_mtx) macro
/freebsd-10-stable/sys/mips/atheros/
H A Dar71xx_gpiovar.h35 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->gpio_mtx) macro
/freebsd-10-stable/sys/arm/freescale/vybrid/
H A Dvf_gpio.c69 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
/freebsd-10-stable/sys/arm/xscale/ixp425/
H A Dcambria_gpio.c75 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
/freebsd-10-stable/sys/mips/rt305x/
H A Drt305x_gpio.h106 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->gpio_mtx) macro
/freebsd-10-stable/sys/arm/freescale/imx/
H A Dimx_gpio.c58 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
/freebsd-10-stable/sys/arm/samsung/exynos/
H A Dexynos5_pad.c63 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro

Completed in 67 milliseconds