Lines Matching defs:desc

136 	struct irq_desc *desc = irq_to_desc(irq);  in irq_get_irq_data()  local
142 static void irq_state_clr_disabled(struct irq_desc *desc) in irq_state_clr_disabled()
147 static void irq_state_clr_masked(struct irq_desc *desc) in irq_state_clr_masked()
152 static void irq_state_clr_started(struct irq_desc *desc) in irq_state_clr_started()
157 static void irq_state_set_started(struct irq_desc *desc) in irq_state_set_started()
170 __irq_startup_managed(struct irq_desc *desc, const struct cpumask *aff, in __irq_startup_managed()
206 void irq_startup_managed(struct irq_desc *desc) in irq_startup_managed()
228 __irq_startup_managed(struct irq_desc *desc, const struct cpumask *aff, in __irq_startup_managed()
235 static void irq_enable(struct irq_desc *desc) in irq_enable()
250 static int __irq_startup(struct irq_desc *desc) in __irq_startup()
269 int irq_startup(struct irq_desc *desc, bool resend, bool force) in irq_startup()
304 int irq_activate(struct irq_desc *desc) in irq_activate()
313 int irq_activate_and_startup(struct irq_desc *desc, bool resend) in irq_activate_and_startup()
322 void irq_shutdown(struct irq_desc *desc) in irq_shutdown()
345 void irq_shutdown_and_deactivate(struct irq_desc *desc) in irq_shutdown_and_deactivate()
357 static void __irq_disable(struct irq_desc *desc, bool mask) in __irq_disable()
393 void irq_disable(struct irq_desc *desc) in irq_disable()
398 void irq_percpu_enable(struct irq_desc *desc, unsigned int cpu) in irq_percpu_enable()
407 void irq_percpu_disable(struct irq_desc *desc, unsigned int cpu) in irq_percpu_disable()
416 static inline void mask_ack_irq(struct irq_desc *desc) in mask_ack_irq()
428 void mask_irq(struct irq_desc *desc) in mask_irq()
439 void unmask_irq(struct irq_desc *desc) in unmask_irq()
450 void unmask_threaded_irq(struct irq_desc *desc) in unmask_threaded_irq()
461 static bool irq_wait_on_inprogress(struct irq_desc *desc) in irq_wait_on_inprogress()
477 static bool irq_can_handle_pm(struct irq_desc *desc) in irq_can_handle_pm()
544 static inline bool irq_can_handle_actions(struct irq_desc *desc) in irq_can_handle_actions()
555 static inline bool irq_can_handle(struct irq_desc *desc) in irq_can_handle()
573 struct irq_desc *desc = irq_to_desc(irq); in handle_nested_irq() local
610 void handle_simple_irq(struct irq_desc *desc) in handle_simple_irq()
641 void handle_untracked_irq(struct irq_desc *desc) in handle_untracked_irq()
662 static void cond_unmask_irq(struct irq_desc *desc) in cond_unmask_irq()
685 void handle_level_irq(struct irq_desc *desc) in handle_level_irq()
700 static void cond_unmask_eoi_irq(struct irq_desc *desc, struct irq_chip *chip) in cond_unmask_eoi_irq()
736 void handle_fasteoi_irq(struct irq_desc *desc) in handle_fasteoi_irq()
788 void handle_fasteoi_nmi(struct irq_desc *desc) in handle_fasteoi_nmi()
823 void handle_edge_irq(struct irq_desc *desc) in handle_edge_irq()
867 void handle_percpu_irq(struct irq_desc *desc) in handle_percpu_irq()
897 void handle_percpu_devid_irq(struct irq_desc *desc) in handle_percpu_devid_irq()
940 void handle_percpu_devid_fasteoi_nmi(struct irq_desc *desc) in handle_percpu_devid_fasteoi_nmi()
958 __irq_do_set_handler(struct irq_desc *desc, irq_flow_handler_t handle, in __irq_do_set_handler()
1042 struct irq_desc *desc = scoped_irqdesc; in irq_set_chained_handler_and_data() local
1062 struct irq_desc *desc = scoped_irqdesc; in irq_modify_status() local
1104 struct irq_desc *desc = irq_to_desc(irq); in irq_cpu_online() local
1130 struct irq_desc *desc = irq_to_desc(irq); in irq_cpu_offline() local
1158 void handle_fasteoi_ack_irq(struct irq_desc *desc) in handle_fasteoi_ack_irq()
1196 void handle_fasteoi_mask_irq(struct irq_desc *desc) in handle_fasteoi_mask_irq()