Home
last modified time | relevance | path

Searched refs:GPIO_LOCK (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/arm/freescale/vybrid/
H A Dvf_gpio.c70 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) macro
196 GPIO_LOCK(sc); in vf_gpio_pin_getname()
218 GPIO_LOCK(sc); in vf_gpio_pin_getcaps()
240 GPIO_LOCK(sc); in vf_gpio_pin_getflags()
262 GPIO_LOCK(sc); in vf_gpio_pin_get()
284 GPIO_LOCK(sc); in vf_gpio_pin_toggle()
296 GPIO_LOCK(sc); in vf_gpio_pin_configure()
351 GPIO_LOCK(sc); in vf_gpio_pin_set()
/f-stack/freebsd/mips/cavium/
H A Docteon_gpio.c115 GPIO_LOCK(sc); in octeon_gpio_pin_configure()
173 GPIO_LOCK(sc); in octeon_gpio_pin_getcaps()
194 GPIO_LOCK(sc); in octeon_gpio_pin_getflags()
215 GPIO_LOCK(sc); in octeon_gpio_pin_getname()
255 GPIO_LOCK(sc); in octeon_gpio_pin_set()
280 GPIO_LOCK(sc); in octeon_gpio_pin_get()
303 GPIO_LOCK(sc); in octeon_gpio_pin_toggle()
354 GPIO_LOCK(sc); in octeon_gpio_intr()
H A Docteon_gpiovar.h36 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->gpio_mtx) macro
/f-stack/freebsd/arm/nvidia/
H A Das3722_gpio.c74 #define GPIO_LOCK(_sc) sx_slock(&(_sc)->gpio_lock) macro
309 GPIO_LOCK(sc); in as3722_gpio_pin_getcaps()
323 GPIO_LOCK(sc); in as3722_gpio_pin_getname()
341 GPIO_LOCK(sc); in as3722_gpio_pin_getflags()
436 GPIO_LOCK(sc); in as3722_gpio_pin_setflags()
471 GPIO_LOCK(sc); in as3722_gpio_pin_set()
488 GPIO_LOCK(sc); in as3722_gpio_pin_get()
517 GPIO_LOCK(sc); in as3722_gpio_pin_toggle()
H A Dtegra_gpio.c56 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->mtx) macro
218 GPIO_LOCK(sc); in tegra_gpio_pin_getcaps()
235 GPIO_LOCK(sc); in tegra_gpio_pin_getflags()
256 GPIO_LOCK(sc); in tegra_gpio_pin_getname()
273 GPIO_LOCK(sc); in tegra_gpio_pin_setflags()
296 GPIO_LOCK(sc); in tegra_gpio_pin_set()
312 GPIO_LOCK(sc); in tegra_gpio_pin_get()
328 GPIO_LOCK(sc); in tegra_gpio_pin_toggle()
362 GPIO_LOCK(sc); in intr_write_modify()
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dmax77620_gpio.c50 #define GPIO_LOCK(_sc) sx_slock(&(_sc)->gpio_lock) macro
418 GPIO_LOCK(sc); in max77620_gpio_pin_getcaps()
432 GPIO_LOCK(sc); in max77620_gpio_pin_getname()
488 GPIO_LOCK(sc); in max77620_gpio_pin_getflags()
517 GPIO_LOCK(sc); in max77620_gpio_pin_setflags()
602 GPIO_LOCK(sc); in max77620_gpio_pin_set()
620 GPIO_LOCK(sc); in max77620_gpio_pin_get()
645 GPIO_LOCK(sc); in max77620_gpio_pin_toggle()
/f-stack/freebsd/mips/atheros/
H A Dar71xx_gpio.c274 GPIO_LOCK(sc); in ar71xx_gpio_pin_getcaps()
295 GPIO_LOCK(sc); in ar71xx_gpio_pin_getflags()
316 GPIO_LOCK(sc); in ar71xx_gpio_pin_getname()
418 GPIO_LOCK(sc); in ar71xx_gpio_intr()
H A Dar71xx_gpiovar.h37 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->gpio_mtx) macro
/f-stack/freebsd/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); in ar5315_gpio_pin_getcaps()
216 GPIO_LOCK(sc); in ar5315_gpio_pin_getname()
315 GPIO_LOCK(sc); in ar5315_gpio_intr()
/f-stack/freebsd/arm/mv/
H A Dmvebu_gpio.c59 #define GPIO_LOCK(_sc) mtx_lock(&(_sc)->mtx) macro
272 GPIO_LOCK(sc); in mvebu_gpio_pin_get()
290 GPIO_LOCK(sc); in mvebu_gpio_pin_toggle()
313 GPIO_LOCK(sc); in intr_modify()