Lines Matching defs:gpio_irq_chip
27 struct gpio_irq_chip { struct
33 struct irq_chip *chip;
41 struct irq_domain *domain;
48 const struct irq_domain_ops *domain_ops;
56 irq_flow_handler_t handler;
64 unsigned int default_type;
71 struct lock_class_key *lock_key;
72 struct lock_class_key *request_key;
80 irq_flow_handler_t parent_handler;
88 void *parent_handler_data;
95 unsigned int num_parents;
102 unsigned int parent_irq;
110 unsigned int *parents;
117 unsigned int *map;
124 bool threaded;
150 static inline struct gpio_irq_chip *to_gpio_irq_chip(struct irq_chip *chip) in to_gpio_irq_chip() argument