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

/freebsd-10.2-release/sys/mips/cavium/
H A Docteon_gpiovar.h34 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->gpio_mtx) macro
H A Docteon_gpio.c111 GPIO_LOCK(sc);
159 GPIO_LOCK(sc);
180 GPIO_LOCK(sc);
201 GPIO_LOCK(sc);
241 GPIO_LOCK(sc);
266 GPIO_LOCK(sc);
289 GPIO_LOCK(sc);
340 GPIO_LOCK(sc);
/freebsd-10.2-release/sys/mips/atheros/
H A Dar71xx_gpiovar.h35 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->gpio_mtx) macro
H A Dar71xx_gpio.c181 GPIO_LOCK(sc);
202 GPIO_LOCK(sc);
223 GPIO_LOCK(sc);
327 GPIO_LOCK(sc);
/freebsd-10.2-release/sys/arm/freescale/vybrid/
H A Dvf_gpio.c69 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
178 GPIO_LOCK(sc);
200 GPIO_LOCK(sc);
222 GPIO_LOCK(sc);
244 GPIO_LOCK(sc);
266 GPIO_LOCK(sc);
279 GPIO_LOCK(sc);
335 GPIO_LOCK(sc);
/freebsd-10.2-release/sys/arm/freescale/imx/
H A Dimx_gpio.c58 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
162 GPIO_LOCK(sc);
205 GPIO_LOCK(sc);
227 GPIO_LOCK(sc);
249 GPIO_LOCK(sc);
291 GPIO_LOCK(sc);
316 GPIO_LOCK(sc);
338 GPIO_LOCK(sc);
/freebsd-10.2-release/sys/arm/samsung/exynos/
H A Dexynos5_pad.c63 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
473 GPIO_LOCK(sc);
495 GPIO_LOCK(sc);
517 GPIO_LOCK(sc);
544 GPIO_LOCK(sc);
575 GPIO_LOCK(sc);
596 GPIO_LOCK(sc);
672 GPIO_LOCK(sc);
/freebsd-10.2-release/sys/arm/xscale/ixp425/
H A Dcambria_gpio.c75 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
320 GPIO_LOCK(sc);
350 GPIO_LOCK(sc);
381 GPIO_LOCK(sc);
400 GPIO_LOCK(sc);
/freebsd-10.2-release/sys/mips/rt305x/
H A Drt305x_gpio.c101 GPIO_LOCK(sc);
182 GPIO_LOCK(sc);
203 GPIO_LOCK(sc);
224 GPIO_LOCK(sc);
265 GPIO_LOCK(sc);
287 GPIO_LOCK(sc);
308 GPIO_LOCK(sc);
H A Drt305x_gpio.h106 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->gpio_mtx) macro

Completed in 183 milliseconds