Lines Matching refs:irq_desc
37 struct irq_desc { struct
71 extern struct irq_desc irq_desc[NR_IRQS]; argument
76 static inline struct irq_data *irq_desc_get_irq_data(struct irq_desc *desc) in irq_desc_get_irq_data()
81 static inline struct irq_chip *irq_desc_get_chip(struct irq_desc *desc) in irq_desc_get_chip()
86 static inline void *irq_desc_get_chip_data(struct irq_desc *desc) in irq_desc_get_chip_data()
91 static inline void *irq_desc_get_handler_data(struct irq_desc *desc) in irq_desc_get_handler_data()
96 static inline struct msi_desc *irq_desc_get_msi_desc(struct irq_desc *desc) in irq_desc_get_msi_desc()
107 static inline void generic_handle_irq_desc(unsigned int irq, struct irq_desc *desc) in generic_handle_irq_desc()
120 struct irq_desc *desc = irq_to_desc(irq); in irq_has_action()
128 struct irq_desc *desc; in __irq_set_handler_locked()
139 struct irq_desc *desc; in __irq_set_chip_handler_name_locked()
149 struct irq_desc *desc; in irq_balancing_disabled()
158 struct irq_desc *desc = irq_to_desc(irq); in irq_set_lockdep_class()
168 struct irq_desc *desc; in __irq_set_preflow_handler()