Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates > by-pkgid > 1a595394b241504ff370a8d12ebfcea7 > files > 1677

kernel-doc-3.11.10-100.fc18.noarch.rpm

<?xml version="1.0" encoding="ANSI_X3.4-1968" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968" /><title>Chapter&#160;2.&#160;Device drivers infrastructure</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><link rel="home" href="index.html" title="Linux Device Drivers" /><link rel="up" href="index.html" title="Linux Device Drivers" /><link rel="prev" href="API-devm-kfree.html" title="devm_kfree" /><link rel="next" href="API-struct-bus-type.html" title="struct bus_type" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&#160;2.&#160;Device drivers infrastructure</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-devm-kfree.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" align="right">&#160;<a accesskey="n" href="API-struct-bus-type.html">Next</a></td></tr></table><hr /></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="devdrivers"></a>Chapter&#160;2.&#160;Device drivers infrastructure</h1></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="sect1"><a href="devdrivers.html#idm140404965463520">The Basic Device Driver-Model Structures </a></span></dt><dt><span class="sect1"><a href="ch02s02.html">Device Drivers Base</a></span></dt><dt><span class="sect1"><a href="ch02s03.html">Device Drivers DMA Management</a></span></dt><dt><span class="sect1"><a href="ch02s04.html">Device Drivers Power Management</a></span></dt><dt><span class="sect1"><a href="ch02s05.html">Device Drivers ACPI Support</a></span></dt><dt><span class="sect1"><a href="ch02s06.html">Device drivers PnP support</a></span></dt><dt><span class="sect1"><a href="ch02s07.html">Userspace IO devices</a></span></dt></dl></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="idm140404965463520"></a>The Basic Device Driver-Model Structures </h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="refentrytitle"><a href="API-struct-bus-type.html"><span class="phrase">struct bus_type</span></a></span><span class="refpurpose"> &#8212; 
  The bus type of the device
 </span></dt><dt><span class="refentrytitle"><a href="API-struct-device-driver.html"><span class="phrase">struct device_driver</span></a></span><span class="refpurpose"> &#8212; 
     The basic device driver structure
 </span></dt><dt><span class="refentrytitle"><a href="API-struct-subsys-interface.html"><span class="phrase">struct subsys_interface</span></a></span><span class="refpurpose"> &#8212; 
     interfaces to device functions
 </span></dt><dt><span class="refentrytitle"><a href="API-struct-class.html"><span class="phrase">struct class</span></a></span><span class="refpurpose"> &#8212; 
     device classes
 </span></dt><dt><span class="refentrytitle"><a href="API-struct-device.html"><span class="phrase">struct device</span></a></span><span class="refpurpose"> &#8212; 
     The basic device structure
 </span></dt><dt><span class="refentrytitle"><a href="API-module-driver.html"><span class="phrase">module_driver</span></a></span><span class="refpurpose"> &#8212; 
     Helper macro for drivers that don't do anything special in module init/exit. This eliminates a lot of boilerplate. Each module may only use this macro once, and calling it replaces <code class="function">module_init</code> and <code class="function">module_exit</code>.
 </span></dt></dl></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-devm-kfree.html">Prev</a>&#160;</td><td width="20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="API-struct-bus-type.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">devm_kfree</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">struct bus_type</span></td></tr></table></div></body></html>