Searched defs:gpio_irq_chip (Results 1 – 2 of 2) sorted by relevance
51 struct gpio_irq_chip { struct57 struct irq_chip *chip;65 struct irq_domain *domain;74 struct fwnode_handle *fwnode;84 struct irq_domain *parent_domain;103 int (*child_to_parent_hwirq)(struct gpio_chip *gc,118 int (*populate_parent_alloc_arg)(struct gpio_chip *gc,131 unsigned int (*child_offset_to_irq)(struct gpio_chip *gc,142 struct irq_domain_ops child_irq_domain_ops;151 irq_flow_handler_t handler;[all …]
532 struct irq_chip *gpio_irq_chip; in virtio_gpio_probe() local