Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-mxs.c37 #define GPIO_INT_RISE_EDGE 0x2 macro
91 edge = GPIO_INT_RISE_EDGE; in mxs_gpio_set_irq_type()
95 edge = GPIO_INT_RISE_EDGE; in mxs_gpio_set_irq_type()
H A Dgpio-mxc.c132 #define GPIO_INT_RISE_EDGE (mxc_gpio_hwdata->rise_edge) macro
185 edge = GPIO_INT_RISE_EDGE; in gpio_set_irq_type()
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dmxs_gpio.c38 #define GPIO_INT_RISE_EDGE 0x2 macro