1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><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-data.html" title="struct irq_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-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-data.html"><span class="phrase">struct irq_data</span></a></span><span class="refpurpose"> — 2 per irq and irq chip data passed down to chip functions 3 </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"> — 4 hardware interrupt chip descriptor 5 </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"> — 6 register offsets for struct irq_gci 7 </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"> — 8 Generic interrupt chip instance for a flow type 9 </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"> — 10 Generic irq chip data structure 11 </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"> — 12 Initialization flags for generic irq chips 13 </span></dt><dt><span class="refentrytitle"><a href="API-struct-irqaction.html"><span class="phrase">struct irqaction</span></a></span><span class="refpurpose"> — 14 per interrupt action descriptor 15 </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"> — 16 context for notification of IRQ affinity changes 17 </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"> — 18 Set the irq affinity of a given irq 19 </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"> — 20 Force the irq affinity of a given irq 21 </span></dt></dl></div><p> 22 This chapter contains the autogenerated documentation of the structures which are 23 used in the generic IRQ layer. 24 </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-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_data</span></td></tr></table></div></body></html> 25