Home
last modified time | relevance | path

Searched defs:GPIO_LOCK_INIT (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/gpio/
H A Dqoriq_gpio.h39 #define GPIO_LOCK_INIT(sc) \ macro
/freebsd/sys/powerpc/mpc85xx/
H A Dmpc85xx_gpio.c57 #define GPIO_LOCK_INIT(sc) \ macro
/freebsd/sys/dev/ftgpio/
H A Dftgpio.c48 #define GPIO_LOCK_INIT(_sc) mtx_init(&(_sc)->mtx, \ macro
/freebsd/sys/arm/mv/
H A Dmvebu_gpio.c59 #define GPIO_LOCK_INIT(_sc) mtx_init(&_sc->mtx, \ macro
/freebsd/sys/arm/nvidia/
H A Dtegra_gpio.c56 #define GPIO_LOCK_INIT(_sc) mtx_init(&_sc->mtx, \ macro
/freebsd/sys/dev/nctgpio/
H A Dnctgpio.c130 #define GPIO_LOCK_INIT(_sc) mtx_init(&(_sc)->mtx, \ macro