Home
last modified time | relevance | path

Searched refs:GPIO_INT_FALL_EDGE (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-mxs.c35 #define GPIO_INT_FALL_EDGE 0x0 macro
89 edge = GPIO_INT_FALL_EDGE; in mxs_gpio_set_irq_type()
98 edge = GPIO_INT_FALL_EDGE; in mxs_gpio_set_irq_type()
H A Dgpio-mxc.c133 #define GPIO_INT_FALL_EDGE (mxc_gpio_hwdata->fall_edge) macro
188 edge = GPIO_INT_FALL_EDGE; in gpio_set_irq_type()
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dmxs_gpio.c36 #define GPIO_INT_FALL_EDGE 0x0 macro