Lines Matching refs:IRQ
4 Linux generic IRQ handling
23 generic IRQ handling layer.
51 This split implementation of high-level IRQ handlers allows us to
56 The original general IRQ implementation used hw_interrupt_type
61 ``ioapic_edge_irq`` IRQ-type which share many of the low-level details but
67 Analysing a couple of architecture's IRQ subsystem implementations
71 IRQ flow itself but not in the chip details - and thus provides a more
72 transparent IRQ subsystem design.
82 IRQ-flow implementation for 'level type' interrupts and add a
89 enables smaller and cleaner IRQ subsystems. It's deprecated for three
104 2. High-level IRQ flow handlers
120 high-level IRQ handling function only uses desc->irq_data.chip
154 High-level IRQ flow handlers
222 Default Level IRQ flow handler
235 Default Fast EOI IRQ flow handler
247 Default Edge IRQ flow handler
271 Default simple IRQ flow handler
304 EOI Edge IRQ flow handler
311 Bad IRQ flow handler
321 which have no platform-specific IRQ handling quirks. If an architecture
368 ACK, masking means masking of an IRQ line, etc. It is up to the flow
392 To avoid copies of identical implementations of IRQ chips the core
405 which are used in the generic IRQ layer.