Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dmax77620_gpio.c420 GPIO_UNLOCK(sc); in max77620_gpio_pin_getcaps()
434 GPIO_UNLOCK(sc); in max77620_gpio_pin_getname()
492 GPIO_UNLOCK(sc); in max77620_gpio_pin_getflags()
497 GPIO_UNLOCK(sc); in max77620_gpio_pin_getflags()
522 GPIO_UNLOCK(sc); in max77620_gpio_pin_setflags()
533 GPIO_UNLOCK(sc); in max77620_gpio_pin_setflags()
588 GPIO_UNLOCK(sc); in max77620_gpio_pin_setflags()
605 GPIO_UNLOCK(sc); in max77620_gpio_pin_set()
627 GPIO_UNLOCK(sc); in max77620_gpio_pin_get()
648 GPIO_UNLOCK(sc); in max77620_gpio_pin_toggle()
[all …]
/f-stack/freebsd/arm/freescale/vybrid/
H A Dvf_gpio.c71 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) macro
198 GPIO_UNLOCK(sc); in vf_gpio_pin_getname()
220 GPIO_UNLOCK(sc); in vf_gpio_pin_getcaps()
242 GPIO_UNLOCK(sc); in vf_gpio_pin_getflags()
264 GPIO_UNLOCK(sc); in vf_gpio_pin_get()
286 GPIO_UNLOCK(sc); in vf_gpio_pin_toggle()
313 GPIO_UNLOCK(sc); in vf_gpio_pin_configure()
356 GPIO_UNLOCK(sc); in vf_gpio_pin_set()
/f-stack/freebsd/arm/nvidia/
H A Das3722_gpio.c75 #define GPIO_UNLOCK(_sc) sx_unlock(&(_sc)->gpio_lock) macro
311 GPIO_UNLOCK(sc); in as3722_gpio_pin_getcaps()
325 GPIO_UNLOCK(sc); in as3722_gpio_pin_getname()
343 GPIO_UNLOCK(sc); in as3722_gpio_pin_getflags()
441 GPIO_UNLOCK(sc); in as3722_gpio_pin_setflags()
452 GPIO_UNLOCK(sc); in as3722_gpio_pin_setflags()
473 GPIO_UNLOCK(sc); in as3722_gpio_pin_set()
496 GPIO_UNLOCK(sc); in as3722_gpio_pin_get()
520 GPIO_UNLOCK(sc); in as3722_gpio_pin_toggle()
525 GPIO_UNLOCK(sc); in as3722_gpio_pin_toggle()
H A Dtegra_gpio.c57 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
220 GPIO_UNLOCK(sc); in tegra_gpio_pin_getcaps()
238 GPIO_UNLOCK(sc); in tegra_gpio_pin_getflags()
242 GPIO_UNLOCK(sc); in tegra_gpio_pin_getflags()
258 GPIO_UNLOCK(sc); in tegra_gpio_pin_getname()
283 GPIO_UNLOCK(sc); in tegra_gpio_pin_setflags()
298 GPIO_UNLOCK(sc); in tegra_gpio_pin_set()
314 GPIO_UNLOCK(sc); in tegra_gpio_pin_get()
331 GPIO_UNLOCK(sc); in tegra_gpio_pin_toggle()
367 GPIO_UNLOCK(sc); in intr_write_modify()
/f-stack/freebsd/mips/cavium/
H A Docteon_gpio.c138 GPIO_UNLOCK(sc); in octeon_gpio_pin_configure()
175 GPIO_UNLOCK(sc); in octeon_gpio_pin_getcaps()
196 GPIO_UNLOCK(sc); in octeon_gpio_pin_getflags()
217 GPIO_UNLOCK(sc); in octeon_gpio_pin_getname()
260 GPIO_UNLOCK(sc); in octeon_gpio_pin_set()
283 GPIO_UNLOCK(sc); in octeon_gpio_pin_get()
313 GPIO_UNLOCK(sc); in octeon_gpio_pin_toggle()
362 GPIO_UNLOCK(sc); in octeon_gpio_intr()
H A Docteon_gpiovar.h37 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->gpio_mtx) macro
/f-stack/freebsd/mips/atheros/
H A Dar71xx_gpio.c276 GPIO_UNLOCK(sc); in ar71xx_gpio_pin_getcaps()
297 GPIO_UNLOCK(sc); in ar71xx_gpio_pin_getflags()
318 GPIO_UNLOCK(sc); in ar71xx_gpio_pin_getname()
420 GPIO_UNLOCK(sc); in ar71xx_gpio_intr()
H A Dar71xx_gpiovar.h38 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->gpio_mtx) macro
/f-stack/freebsd/mips/atheros/ar531x/
H A Dar5315_gpiovar.h38 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->gpio_mtx) macro
H A Dar5315_gpio.c169 GPIO_UNLOCK(sc); in ar5315_gpio_pin_getcaps()
218 GPIO_UNLOCK(sc); in ar5315_gpio_pin_getname()
317 GPIO_UNLOCK(sc); in ar5315_gpio_intr()
/f-stack/freebsd/arm/mv/
H A Dmvebu_gpio.c60 #define GPIO_UNLOCK(_sc) mtx_unlock(&(_sc)->mtx) macro
275 GPIO_UNLOCK(sc); in mvebu_gpio_pin_get()
296 GPIO_UNLOCK(sc); in mvebu_gpio_pin_toggle()
316 GPIO_UNLOCK(sc); in intr_modify()