1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter&#160;9.&#160;Public Functions Provided</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-force-affinity.html" title="irq_force_affinity"><link rel="next" href="API-synchronize-hardirq.html" title="synchronize_hardirq"></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&#160;9.&#160;Public Functions Provided</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-irq-force-affinity.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" align="right">&#160;<a accesskey="n" href="API-synchronize-hardirq.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="pubfunctions"></a>Chapter&#160;9.&#160;Public Functions Provided</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="refentrytitle"><a href="API-synchronize-hardirq.html"><span class="phrase">synchronize_hardirq</span></a></span><span class="refpurpose"> &#8212; 
2  wait for pending hard IRQ handlers (on other CPUs)
3 </span></dt><dt><span class="refentrytitle"><a href="API-synchronize-irq.html"><span class="phrase">synchronize_irq</span></a></span><span class="refpurpose"> &#8212; 
4     wait for pending IRQ handlers (on other CPUs)
5 </span></dt><dt><span class="refentrytitle"><a href="API-irq-set-affinity-notifier.html"><span class="phrase">irq_set_affinity_notifier</span></a></span><span class="refpurpose"> &#8212; 
6     control notification of IRQ affinity changes
7 </span></dt><dt><span class="refentrytitle"><a href="API-disable-irq-nosync.html"><span class="phrase">disable_irq_nosync</span></a></span><span class="refpurpose"> &#8212; 
8     disable an irq without waiting
9 </span></dt><dt><span class="refentrytitle"><a href="API-disable-irq.html"><span class="phrase">disable_irq</span></a></span><span class="refpurpose"> &#8212; 
10     disable an irq and wait for completion
11 </span></dt><dt><span class="refentrytitle"><a href="API-disable-hardirq.html"><span class="phrase">disable_hardirq</span></a></span><span class="refpurpose"> &#8212; 
12     disables an irq and waits for hardirq completion
13 </span></dt><dt><span class="refentrytitle"><a href="API-enable-irq.html"><span class="phrase">enable_irq</span></a></span><span class="refpurpose"> &#8212; 
14     enable handling of an irq
15 </span></dt><dt><span class="refentrytitle"><a href="API-irq-set-irq-wake.html"><span class="phrase">irq_set_irq_wake</span></a></span><span class="refpurpose"> &#8212; 
16     control irq power management wakeup
17 </span></dt><dt><span class="refentrytitle"><a href="API-irq-wake-thread.html"><span class="phrase">irq_wake_thread</span></a></span><span class="refpurpose"> &#8212; 
18     wake the irq thread for the action identified by dev_id
19 </span></dt><dt><span class="refentrytitle"><a href="API-setup-irq.html"><span class="phrase">setup_irq</span></a></span><span class="refpurpose"> &#8212; 
20     setup an interrupt
21 </span></dt><dt><span class="refentrytitle"><a href="API-remove-irq.html"><span class="phrase">remove_irq</span></a></span><span class="refpurpose"> &#8212; 
22     free an interrupt
23 </span></dt><dt><span class="refentrytitle"><a href="API-free-irq.html"><span class="phrase">free_irq</span></a></span><span class="refpurpose"> &#8212; 
24     free an interrupt allocated with request_irq
25 </span></dt><dt><span class="refentrytitle"><a href="API-request-threaded-irq.html"><span class="phrase">request_threaded_irq</span></a></span><span class="refpurpose"> &#8212; 
26     allocate an interrupt line
27 </span></dt><dt><span class="refentrytitle"><a href="API-request-any-context-irq.html"><span class="phrase">request_any_context_irq</span></a></span><span class="refpurpose"> &#8212; 
28     allocate an interrupt line
29 </span></dt><dt><span class="refentrytitle"><a href="API-irq-set-chip.html"><span class="phrase">irq_set_chip</span></a></span><span class="refpurpose"> &#8212; 
30  set the irq chip for an irq
31 </span></dt><dt><span class="refentrytitle"><a href="API-irq-set-irq-type.html"><span class="phrase">irq_set_irq_type</span></a></span><span class="refpurpose"> &#8212; 
32     set the irq trigger type for an irq
33 </span></dt><dt><span class="refentrytitle"><a href="API-irq-set-handler-data.html"><span class="phrase">irq_set_handler_data</span></a></span><span class="refpurpose"> &#8212; 
34     set irq handler data for an irq
35 </span></dt><dt><span class="refentrytitle"><a href="API-irq-set-chip-data.html"><span class="phrase">irq_set_chip_data</span></a></span><span class="refpurpose"> &#8212; 
36     set irq chip data for an irq
37 </span></dt><dt><span class="refentrytitle"><a href="API-handle-simple-irq.html"><span class="phrase">handle_simple_irq</span></a></span><span class="refpurpose"> &#8212; 
38     Simple and software-decoded IRQs.
39 </span></dt><dt><span class="refentrytitle"><a href="API-handle-level-irq.html"><span class="phrase">handle_level_irq</span></a></span><span class="refpurpose"> &#8212; 
40     Level type irq handler
41 </span></dt><dt><span class="refentrytitle"><a href="API-handle-fasteoi-irq.html"><span class="phrase">handle_fasteoi_irq</span></a></span><span class="refpurpose"> &#8212; 
42     irq handler for transparent controllers
43 </span></dt><dt><span class="refentrytitle"><a href="API-handle-edge-irq.html"><span class="phrase">handle_edge_irq</span></a></span><span class="refpurpose"> &#8212; 
44     edge type IRQ handler
45 </span></dt></dl></div><p>
46     This chapter contains the autogenerated documentation of the kernel API functions
47      which are exported.
48     </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-irq-force-affinity.html">Prev</a>&#160;</td><td width="20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="API-synchronize-hardirq.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">irq_force_affinity</span>&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;<span class="phrase">synchronize_hardirq</span></td></tr></table></div></body></html>
49