Searched refs:GPIO_LOCK (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/sys/mips/cavium/
H A Docteon_gpiovar.h36 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->gpio_mtx) macro
H A Docteon_gpio.c115 GPIO_LOCK(sc);
173 GPIO_LOCK(sc);
194 GPIO_LOCK(sc);
215 GPIO_LOCK(sc);
255 GPIO_LOCK(sc);
280 GPIO_LOCK(sc);
303 GPIO_LOCK(sc);
354 GPIO_LOCK(sc);
/freebsd-12-stable/sys/mips/atheros/
H A Dar71xx_gpiovar.h37 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->gpio_mtx) macro
H A Dar71xx_gpio.c270 GPIO_LOCK(sc);
291 GPIO_LOCK(sc);
312 GPIO_LOCK(sc);
416 GPIO_LOCK(sc);
/freebsd-12-stable/sys/arm/freescale/vybrid/
H A Dvf_gpio.c70 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
196 GPIO_LOCK(sc);
218 GPIO_LOCK(sc);
240 GPIO_LOCK(sc);
262 GPIO_LOCK(sc);
284 GPIO_LOCK(sc);
297 GPIO_LOCK(sc);
353 GPIO_LOCK(sc);
/freebsd-12-stable/sys/arm/altera/socfpga/
H A Dsocfpga_gpio.c101 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
247 GPIO_LOCK(sc);
269 GPIO_LOCK(sc);
291 GPIO_LOCK(sc);
313 GPIO_LOCK(sc);
336 GPIO_LOCK(sc);
355 GPIO_LOCK(sc);
415 GPIO_LOCK(sc);
/freebsd-12-stable/sys/arm/nvidia/
H A Das3722_gpio.c74 #define GPIO_LOCK(_sc) sx_slock(&(_sc)->gpio_lock) macro
313 GPIO_LOCK(sc);
327 GPIO_LOCK(sc);
345 GPIO_LOCK(sc);
440 GPIO_LOCK(sc);
475 GPIO_LOCK(sc);
492 GPIO_LOCK(sc);
521 GPIO_LOCK(sc);
H A Dtegra_gpio.c56 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->mtx) macro
217 GPIO_LOCK(sc);
234 GPIO_LOCK(sc);
255 GPIO_LOCK(sc);
272 GPIO_LOCK(sc);
295 GPIO_LOCK(sc);
311 GPIO_LOCK(sc);
327 GPIO_LOCK(sc);
361 GPIO_LOCK(sc);
/freebsd-12-stable/sys/powerpc/mpc85xx/
H A Dqoriq_gpio.c56 #define GPIO_LOCK(sc) mtx_lock(&(sc)->sc_mtx) macro
138 GPIO_LOCK(sc);
170 GPIO_LOCK(sc);
207 GPIO_LOCK(sc);
H A Dmpc85xx_gpio.c60 #define GPIO_LOCK(sc) mtx_lock(&(sc)->sc_mtx) macro
131 GPIO_LOCK(sc);
168 GPIO_LOCK(sc);
/freebsd-12-stable/sys/mips/atheros/ar531x/
H A Dar5315_gpiovar.h37 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->gpio_mtx) macro
H A Dar5315_gpio.c167 GPIO_LOCK(sc);
194 GPIO_LOCK(sc);
216 GPIO_LOCK(sc);
317 GPIO_LOCK(sc);
/freebsd-12-stable/sys/dev/nctgpio/
H A Dnctgpio.c121 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->mtx) macro
492 GPIO_LOCK(sc);
600 GPIO_LOCK(sc);
621 GPIO_LOCK(sc);
638 GPIO_LOCK(sc);
663 GPIO_LOCK(sc);
680 GPIO_LOCK(sc);
697 GPIO_LOCK(sc);
732 GPIO_LOCK(sc);
/freebsd-12-stable/sys/arm/samsung/exynos/
H A Dexynos5_pad.c65 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
621 GPIO_LOCK(sc);
643 GPIO_LOCK(sc);
665 GPIO_LOCK(sc);
692 GPIO_LOCK(sc);
723 GPIO_LOCK(sc);
744 GPIO_LOCK(sc);
820 GPIO_LOCK(sc);
/freebsd-12-stable/sys/arm/mv/
H A Dmvebu_gpio.c59 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->mtx) macro
273 GPIO_LOCK(sc);
291 GPIO_LOCK(sc);
315 GPIO_LOCK(sc);

Completed in 443 milliseconds