• Home
  • Raw
  • Download

Lines Matching refs:irq_desc

45 	struct irq_desc *desc = irq_get_desc_lock(irq, &flags, 0);  in irq_set_chip()
69 struct irq_desc *desc = irq_get_desc_buslock(irq, &flags, IRQ_GET_DESC_CHECK_GLOBAL); in irq_set_irq_type()
91 struct irq_desc *desc = irq_get_desc_lock(irq, &flags, 0); in irq_set_handler_data()
113 …struct irq_desc *desc = irq_get_desc_lock(irq_base + irq_offset, &flags, IRQ_GET_DESC_CHECK_GLOBAL… in irq_set_msi_desc_off()
146 struct irq_desc *desc = irq_get_desc_lock(irq, &flags, 0); in irq_set_chip_data()
158 struct irq_desc *desc = irq_to_desc(irq); in irq_get_irq_data()
164 static void irq_state_clr_disabled(struct irq_desc *desc) in irq_state_clr_disabled()
169 static void irq_state_clr_masked(struct irq_desc *desc) in irq_state_clr_masked()
174 static void irq_state_clr_started(struct irq_desc *desc) in irq_state_clr_started()
179 static void irq_state_set_started(struct irq_desc *desc) in irq_state_set_started()
192 __irq_startup_managed(struct irq_desc *desc, const struct cpumask *aff, in __irq_startup_managed()
229 __irq_startup_managed(struct irq_desc *desc, const struct cpumask *aff, in __irq_startup_managed()
236 static int __irq_startup(struct irq_desc *desc) in __irq_startup()
255 int irq_startup(struct irq_desc *desc, bool resend, bool force) in irq_startup()
289 int irq_activate(struct irq_desc *desc) in irq_activate()
298 int irq_activate_and_startup(struct irq_desc *desc, bool resend) in irq_activate_and_startup()
305 static void __irq_disable(struct irq_desc *desc, bool mask);
307 void irq_shutdown(struct irq_desc *desc) in irq_shutdown()
323 void irq_shutdown_and_deactivate(struct irq_desc *desc) in irq_shutdown_and_deactivate()
335 void irq_enable(struct irq_desc *desc) in irq_enable()
350 static void __irq_disable(struct irq_desc *desc, bool mask) in __irq_disable()
386 void irq_disable(struct irq_desc *desc) in irq_disable()
391 void irq_percpu_enable(struct irq_desc *desc, unsigned int cpu) in irq_percpu_enable()
400 void irq_percpu_disable(struct irq_desc *desc, unsigned int cpu) in irq_percpu_disable()
409 static inline void mask_ack_irq(struct irq_desc *desc) in mask_ack_irq()
421 void mask_irq(struct irq_desc *desc) in mask_irq()
432 void unmask_irq(struct irq_desc *desc) in unmask_irq()
443 void unmask_threaded_irq(struct irq_desc *desc) in unmask_threaded_irq()
463 struct irq_desc *desc = irq_to_desc(irq); in handle_nested_irq()
498 static bool irq_check_poll(struct irq_desc *desc) in irq_check_poll()
505 static bool irq_may_run(struct irq_desc *desc) in irq_may_run()
555 void handle_simple_irq(struct irq_desc *desc) in handle_simple_irq()
590 void handle_untracked_irq(struct irq_desc *desc) in handle_untracked_irq()
622 static void cond_unmask_irq(struct irq_desc *desc) in cond_unmask_irq()
645 void handle_level_irq(struct irq_desc *desc) in handle_level_irq()
674 static void cond_unmask_eoi_irq(struct irq_desc *desc, struct irq_chip *chip) in cond_unmask_eoi_irq()
704 void handle_fasteoi_irq(struct irq_desc *desc) in handle_fasteoi_irq()
754 void handle_fasteoi_nmi(struct irq_desc *desc) in handle_fasteoi_nmi()
790 void handle_edge_irq(struct irq_desc *desc) in handle_edge_irq()
852 void handle_edge_eoi_irq(struct irq_desc *desc) in handle_edge_eoi_irq()
897 void handle_percpu_irq(struct irq_desc *desc) in handle_percpu_irq()
927 void handle_percpu_devid_irq(struct irq_desc *desc) in handle_percpu_devid_irq()
970 void handle_percpu_devid_fasteoi_nmi(struct irq_desc *desc) in handle_percpu_devid_fasteoi_nmi()
988 __irq_do_set_handler(struct irq_desc *desc, irq_flow_handler_t handle, in __irq_do_set_handler()
1065 struct irq_desc *desc = irq_get_desc_buslock(irq, &flags, 0); in __irq_set_handler()
1080 struct irq_desc *desc = irq_get_desc_buslock(irq, &flags, 0); in irq_set_chained_handler_and_data()
1104 struct irq_desc *desc = irq_get_desc_lock(irq, &flags, 0); in irq_modify_status()
1149 struct irq_desc *desc; in irq_cpu_online()
1179 struct irq_desc *desc; in irq_cpu_offline()
1215 void handle_fasteoi_ack_irq(struct irq_desc *desc) in handle_fasteoi_ack_irq()
1266 void handle_fasteoi_mask_irq(struct irq_desc *desc) in handle_fasteoi_mask_irq()