Searched defs:GPIO_LOCK (Results 1 - 12 of 12) sorted by path

/freebsd-11-stable/sys/arm/altera/socfpga/
H A Dsocfpga_gpio.c102 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_gpio.c69 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
/freebsd-11-stable/sys/arm/nvidia/
H A Das3722_gpio.c74 #define GPIO_LOCK(_sc) sx_slock(&(_sc)->gpio_lock) macro
H A Dtegra_gpio.c57 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->mtx) macro
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dcambria_gpio.c76 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
/freebsd-11-stable/sys/mips/atheros/
H A Dar71xx_gpiovar.h35 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->gpio_mtx) macro
/freebsd-11-stable/sys/mips/cavium/
H A Docteon_gpiovar.h34 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->gpio_mtx) macro
/freebsd-11-stable/sys/mips/rt305x/
H A Drt305x_gpio.h106 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->gpio_mtx) macro
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dmpc85xx_gpio.c60 #define GPIO_LOCK(sc) mtx_lock(&(sc)->sc_mtx) macro
H A Dqoriq_gpio.c56 #define GPIO_LOCK(sc) mtx_lock(&(sc)->sc_mtx) macro
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_pad.c65 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
/freebsd-11-stable/sys/dev/nctgpio/
H A Dnctgpio.c110 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->mtx) macro
[all...]

Completed in 302 milliseconds