Searched refs:irq_attach (Results 1 – 2 of 2) sorted by relevance
435 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()
193 void (*irq_attach)(void*); member
Completed in 11 milliseconds