Lines Matching full:flow

52 optimize the flow of the interrupt handling for each specific interrupt
58 the flow control in the super-handler. This leads to a mix of flow logic
62 have different flow handling.
64 A more natural abstraction is the clean separation of the 'irq flow' and
68 reveals that most of them can use a generic set of 'irq flow' methods
71 IRQ flow itself but not in the chip details - and thus provides a more
74 Each interrupt descriptor is assigned its own high-level flow handler,
76 flow handler implementation also makes it simple to provide
82 IRQ-flow implementation for 'level type' interrupts and add a
104 2. High-level IRQ flow handlers
108 Interrupt control flow
115 status information and pointers to the interrupt flow method and the
152 High-level IRQ flow handlers
155 The generic layer provides a set of pre-defined irq-flow methods:
171 The interrupt flow handlers (either pre-defined or architecture
175 Default flow implementations
182 default flow implementations. The following helper functions are
217 Default flow handler implementations
220 Default Level IRQ flow handler
226 The following control flow is implemented (simplified excerpt)::
233 Default Fast EOI IRQ flow handler
239 The following control flow is implemented (simplified excerpt)::
245 Default Edge IRQ flow handler
251 The following control flow is implemented (simplified excerpt)::
269 Default simple IRQ flow handler
277 The simple flow handler does not call any handler/chip primitives.
279 The following control flow is implemented (simplified excerpt)::
284 Default per CPU flow handler
293 The following control flow is implemented (simplified excerpt)::
302 EOI Edge IRQ flow handler
309 Bad IRQ flow handler
320 needs to implement quirks on the 'flow' level then it can do so by
321 overriding the high-level irq-flow handler.
329 enabled and is masked in the flow handler when an interrupt event
346 the direct chip relevant functions, which can be utilized by the irq flow
357 - ``irq_eoi`` - Optional, required for EOI flow handlers
366 ACK, masking means masking of an IRQ line, etc. It is up to the flow