Searched refs:irqd_to_aspeed_gpio_data (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/gpio/ |
D | gpio-aspeed.c | 505 static inline int irqd_to_aspeed_gpio_data(struct irq_data *d, in irqd_to_aspeed_gpio_data() function 537 rc = irqd_to_aspeed_gpio_data(d, &gpio, &bank, &bit, &offset); in aspeed_gpio_irq_ack() 563 rc = irqd_to_aspeed_gpio_data(d, &gpio, &bank, &bit, &offset); in aspeed_gpio_irq_set_mask() 608 rc = irqd_to_aspeed_gpio_data(d, &gpio, &bank, &bit, &offset); in aspeed_gpio_set_type()
|