Searched refs:timbgpio_to_irq (Results 1 - 1 of 1) sorted by relevance

/drivers/gpio/
H A Dgpio-timberdale.c99 static int timbgpio_to_irq(struct gpio_chip *gpio, unsigned offset) function
212 generic_handle_irq(timbgpio_to_irq(&tgpio->gpio, offset));
275 gc->to_irq = (irq >= 0 && tgpio->irq_base > 0) ? timbgpio_to_irq : NULL;

Completed in 89 milliseconds