Home
last modified time | relevance | path

Searched refs:irq_attach (Results 1 – 2 of 2) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/gpio/
A Dhal_gpio.c435 if (gpio_desc->irq_desc[i].irq_attach != NULL) in gpio_irq_handle()
437 gpio_desc->irq_desc[i].irq_attach(gpio_desc->irq_desc[i].data); in gpio_irq_handle()
805 if (hdle && gpio_desc->irq_desc[irq - GPIO_IRQ_START].irq_attach == NULL) in hal_gpio_irq_attach()
807 gpio_desc->irq_desc[irq - GPIO_IRQ_START].irq_attach = hdle; in hal_gpio_irq_attach()
873 gpio_desc->irq_desc[irq - GPIO_IRQ_START].irq_attach = NULL; in hal_gpio_irq_free()
1054 irq_desc[i].irq_attach = NULL; in hal_gpio_init()
A Dgpio.h193 void (*irq_attach)(void*); member

Completed in 8 milliseconds