1<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 8. Structures</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="Linux generic IRQ handling"><link rel="up" href="index.html" title="Linux generic IRQ handling"><link rel="prev" href="API-irq-remove-generic-chip.html" title="irq_remove_generic_chip"><link rel="next" href="API-struct-irq-common-data.html" title="struct irq_common_data"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 8. Structures</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-irq-remove-generic-chip.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="API-struct-irq-common-data.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="structs"></a>Chapter 8. Structures</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="refentrytitle"><a href="API-struct-irq-common-data.html"><span class="phrase">struct irq_common_data</span></a></span><span class="refpurpose"> — 
2  per irq data shared by all irqchips
3 </span></dt><dt><span class="refentrytitle"><a href="API-struct-irq-data.html"><span class="phrase">struct irq_data</span></a></span><span class="refpurpose"> — 
4     per irq chip data passed down to chip functions
5 </span></dt><dt><span class="refentrytitle"><a href="API-struct-irq-chip.html"><span class="phrase">struct irq_chip</span></a></span><span class="refpurpose"> — 
6     hardware interrupt chip descriptor
7 </span></dt><dt><span class="refentrytitle"><a href="API-struct-irq-chip-regs.html"><span class="phrase">struct irq_chip_regs</span></a></span><span class="refpurpose"> — 
8     register offsets for struct irq_gci
9 </span></dt><dt><span class="refentrytitle"><a href="API-struct-irq-chip-type.html"><span class="phrase">struct irq_chip_type</span></a></span><span class="refpurpose"> — 
10     Generic interrupt chip instance for a flow type
11 </span></dt><dt><span class="refentrytitle"><a href="API-struct-irq-chip-generic.html"><span class="phrase">struct irq_chip_generic</span></a></span><span class="refpurpose"> — 
12     Generic irq chip data structure
13 </span></dt><dt><span class="refentrytitle"><a href="API-enum-irq-gc-flags.html"><span class="phrase">enum irq_gc_flags</span></a></span><span class="refpurpose"> — 
14     Initialization flags for generic irq chips
15 </span></dt><dt><span class="refentrytitle"><a href="API-struct-irqaction.html"><span class="phrase">struct irqaction</span></a></span><span class="refpurpose"> — 
16  per interrupt action descriptor
17 </span></dt><dt><span class="refentrytitle"><a href="API-struct-irq-affinity-notify.html"><span class="phrase">struct irq_affinity_notify</span></a></span><span class="refpurpose"> — 
18     context for notification of IRQ affinity changes
19 </span></dt><dt><span class="refentrytitle"><a href="API-irq-set-affinity.html"><span class="phrase">irq_set_affinity</span></a></span><span class="refpurpose"> — 
20     Set the irq affinity of a given irq
21 </span></dt><dt><span class="refentrytitle"><a href="API-irq-force-affinity.html"><span class="phrase">irq_force_affinity</span></a></span><span class="refpurpose"> — 
22     Force the irq affinity of a given irq
23 </span></dt></dl></div><p>
24     This chapter contains the autogenerated documentation of the structures which are
25     used in the generic IRQ layer.
26     </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-irq-remove-generic-chip.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="API-struct-irq-common-data.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">irq_remove_generic_chip</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">struct irq_common_data</span></td></tr></table></div></body></html>
27