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

/freebsd-11.0-release/sys/mips/cavium/
H A Docteon_gpiovar.h34 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->gpio_mtx) macro
H A Docteon_gpio.c113 GPIO_LOCK(sc);
171 GPIO_LOCK(sc);
192 GPIO_LOCK(sc);
213 GPIO_LOCK(sc);
253 GPIO_LOCK(sc);
278 GPIO_LOCK(sc);
301 GPIO_LOCK(sc);
352 GPIO_LOCK(sc);
/freebsd-11.0-release/sys/mips/atheros/
H A Dar71xx_gpiovar.h35 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->gpio_mtx) macro
H A Dar71xx_gpio.c226 GPIO_LOCK(sc);
247 GPIO_LOCK(sc);
268 GPIO_LOCK(sc);
372 GPIO_LOCK(sc);
/freebsd-11.0-release/sys/arm/freescale/vybrid/
H A Dvf_gpio.c69 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
195 GPIO_LOCK(sc);
217 GPIO_LOCK(sc);
239 GPIO_LOCK(sc);
261 GPIO_LOCK(sc);
283 GPIO_LOCK(sc);
296 GPIO_LOCK(sc);
352 GPIO_LOCK(sc);
/freebsd-11.0-release/sys/dev/nctgpio/
H A Dnctgpio.c110 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->mtx) macro
468 GPIO_LOCK(sc);
513 GPIO_LOCK(sc);
549 GPIO_LOCK(sc);
570 GPIO_LOCK(sc);
610 GPIO_LOCK(sc);
627 GPIO_LOCK(sc);
644 GPIO_LOCK(sc);
665 GPIO_LOCK(sc);
682 GPIO_LOCK(s
[all...]
/freebsd-11.0-release/sys/arm/altera/socfpga/
H A Dsocfpga_gpio.c102 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
248 GPIO_LOCK(sc);
270 GPIO_LOCK(sc);
292 GPIO_LOCK(sc);
314 GPIO_LOCK(sc);
337 GPIO_LOCK(sc);
356 GPIO_LOCK(sc);
416 GPIO_LOCK(sc);
/freebsd-11.0-release/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.c57 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->mtx) macro
218 GPIO_LOCK(sc);
235 GPIO_LOCK(sc);
256 GPIO_LOCK(sc);
273 GPIO_LOCK(sc);
296 GPIO_LOCK(sc);
312 GPIO_LOCK(sc);
328 GPIO_LOCK(sc);
362 GPIO_LOCK(sc);
/freebsd-11.0-release/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-11.0-release/sys/arm/xscale/ixp425/
H A Dcambria_gpio.c76 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
333 GPIO_LOCK(sc);
363 GPIO_LOCK(sc);
394 GPIO_LOCK(sc);
413 GPIO_LOCK(sc);
/freebsd-11.0-release/sys/mips/rt305x/
H A Drt305x_gpio.c103 GPIO_LOCK(sc);
194 GPIO_LOCK(sc);
215 GPIO_LOCK(sc);
236 GPIO_LOCK(sc);
277 GPIO_LOCK(sc);
299 GPIO_LOCK(sc);
320 GPIO_LOCK(sc);
H A Drt305x_gpio.h106 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->gpio_mtx) macro
/freebsd-11.0-release/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);

Completed in 206 milliseconds