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

/freebsd-12-stable/sys/mips/cavium/
H A Docteon_gpiovar.h36 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->gpio_mtx) macro
/freebsd-12-stable/sys/mips/atheros/ar531x/
H A Dar5315_gpiovar.h37 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->gpio_mtx) macro
/freebsd-12-stable/sys/mips/atheros/
H A Dar71xx_gpiovar.h37 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->gpio_mtx) macro
/freebsd-12-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-12-stable/sys/arm/freescale/vybrid/
H A Dvf_gpio.c70 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
/freebsd-12-stable/sys/arm/altera/socfpga/
H A Dsocfpga_gpio.c101 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
/freebsd-12-stable/sys/dev/nctgpio/
H A Dnctgpio.c121 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->mtx) macro
/freebsd-12-stable/sys/arm/nvidia/
H A Das3722_gpio.c74 #define GPIO_LOCK(_sc) sx_slock(&(_sc)->gpio_lock) macro
H A Dtegra_gpio.c56 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->mtx) macro
/freebsd-12-stable/sys/arm/samsung/exynos/
H A Dexynos5_pad.c65 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
/freebsd-12-stable/sys/arm/mv/
H A Dmvebu_gpio.c59 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->mtx) macro

Completed in 86 milliseconds