<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.16"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>UbixOS V2: C:/Dev/git/UbixOS/sys/sys/device.c File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ $(document).ready(initResizable); /* @license-end */</script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">UbixOS V2  <span id="projectnumber">2.0</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.16 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ $(document).ready(function(){initNavTree('device_8c.html','');}); /* @license-end */ </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#func-members">Functions</a> </div> <div class="headertitle"> <div class="title">device.c File Reference</div> </div> </div><!--header--> <div class="contents"> <div class="textblock"><code>#include <<a class="el" href="include_2sys_2device_8h_source.html">sys/device.h</a>></code><br /> <code>#include <<a class="el" href="spinlock_8h_source.html">ubixos/spinlock.h</a>></code><br /> <code>#include <<a class="el" href="kmalloc_8h_source.html">lib/kmalloc.h</a>></code><br /> <code>#include <<a class="el" href="kprintf_8h_source.html">lib/kprintf.h</a>></code><br /> <code>#include <<a class="el" href="assert_8h_source.html">assert.h</a>></code><br /> </div><div class="textblock"><div class="dynheader"> Include dependency graph for device.c:</div> <div class="dyncontent"> <div class="center"><img src="device_8c__incl.png" border="0" usemap="#C_1_2Dev_2git_2UbixOS_2sys_2sys_2device_8c" alt=""/></div> </div> </div> <p><a href="device_8c_source.html">Go to the source code of this file.</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> Functions</h2></td></tr> <tr class="memitem:a24bac04b529afec40daa960bd7e7b8ee"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="device_8c.html#a24bac04b529afec40daa960bd7e7b8ee">device_add</a> (int minor, char type, struct <a class="el" href="structdevice__interface.html">device_interface</a> *devInfo)</td></tr> <tr class="separator:a24bac04b529afec40daa960bd7e7b8ee"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a0002a4ec01ee11597c6751602f3e4c3d"><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structdevice__node.html">device_node</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="device_8c.html#a0002a4ec01ee11597c6751602f3e4c3d">device_find</a> (int major, int minor)</td></tr> <tr class="separator:a0002a4ec01ee11597c6751602f3e4c3d"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:ab6cc746d95021f087eb5aef767050e71"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="device_8c.html#ab6cc746d95021f087eb5aef767050e71">device_remove</a> (struct <a class="el" href="structdevice__node.html">device_node</a> *deviceToDelete)</td></tr> <tr class="separator:ab6cc746d95021f087eb5aef767050e71"><td class="memSeparator" colspan="2"> </td></tr> </table> <h2 class="groupheader">Function Documentation</h2> <a id="a24bac04b529afec40daa960bd7e7b8ee"></a> <h2 class="memtitle"><span class="permalink"><a href="#a24bac04b529afec40daa960bd7e7b8ee">◆ </a></span>device_add()</h2> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int device_add </td> <td>(</td> <td class="paramtype">int </td> <td class="paramname"><em>minor</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">char </td> <td class="paramname"><em>type</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">struct <a class="el" href="structdevice__interface.html">device_interface</a> * </td> <td class="paramname"><em>devInfo</em> </td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="device_8c_source.html#l00049">49</a> of file <a class="el" href="device_8c_source.html">device.c</a>.</p> <p class="reference">References <a class="el" href="include_2sys_2device_8h_source.html#l00037">device_node::devInfo</a>, <a class="el" href="kmalloc_8c_source.html#l00241">kmalloc()</a>, <a class="el" href="kprintf_8c_source.html#l00259">kprintf()</a>, <a class="el" href="include_2sys_2device_8h_source.html#l00040">device_node::minor</a>, <a class="el" href="fat__string_8h_source.html#l00017">NULL</a>, <a class="el" href="include_2sys_2device_8h_source.html#l00035">device_node::prev</a>, <a class="el" href="armv6_2spinlock_8c_source.html#l00055">spinLock()</a>, and <a class="el" href="include_2sys_2device_8h_source.html#l00039">device_node::type</a>.</p> <p class="reference">Referenced by <a class="el" href="fdc_8c_source.html#l00061">fdc_init()</a>.</p> <div class="dynheader"> Here is the call graph for this function:</div> <div class="dyncontent"> <div class="center"><img src="device_8c_a24bac04b529afec40daa960bd7e7b8ee_cgraph.png" border="0" usemap="#device_8c_a24bac04b529afec40daa960bd7e7b8ee_cgraph" alt=""/></div> </div> </div> </div> <a id="a0002a4ec01ee11597c6751602f3e4c3d"></a> <h2 class="memtitle"><span class="permalink"><a href="#a0002a4ec01ee11597c6751602f3e4c3d">◆ </a></span>device_find()</h2> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">struct <a class="el" href="structdevice__node.html">device_node</a>* device_find </td> <td>(</td> <td class="paramtype">int </td> <td class="paramname"><em>major</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int </td> <td class="paramname"><em>minor</em> </td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="device_8c_source.html#l00082">82</a> of file <a class="el" href="device_8c_source.html">device.c</a>.</p> <p class="reference">References <a class="el" href="armv6_2spinlock_8c_source.html#l00055">spinLock()</a>.</p> <p class="reference">Referenced by <a class="el" href="mount_8c_source.html#l00045">vfs_mount()</a>.</p> <div class="dynheader"> Here is the call graph for this function:</div> <div class="dyncontent"> <div class="center"><img src="device_8c_a0002a4ec01ee11597c6751602f3e4c3d_cgraph.png" border="0" usemap="#device_8c_a0002a4ec01ee11597c6751602f3e4c3d_cgraph" alt=""/></div> </div> </div> </div> <a id="ab6cc746d95021f087eb5aef767050e71"></a> <h2 class="memtitle"><span class="permalink"><a href="#ab6cc746d95021f087eb5aef767050e71">◆ </a></span>device_remove()</h2> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int device_remove </td> <td>(</td> <td class="paramtype">struct <a class="el" href="structdevice__node.html">device_node</a> * </td> <td class="paramname"><em>deviceToDelete</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p class="definition">Definition at line <a class="el" href="device_8c_source.html#l00104">104</a> of file <a class="el" href="device_8c_source.html">device.c</a>.</p> </div> </div> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="dir_e6bb53534ac0e427887cf7a94c0c004e.html">C:</a></li><li class="navelem"><a class="el" href="dir_d99d5d4662bf24521eef49da6a8cd34d.html">Dev</a></li><li class="navelem"><a class="el" href="dir_474a4b306371cf7e7f6fa12cb0b77df6.html">git</a></li><li class="navelem"><a class="el" href="dir_849109bbd106d461b128d63e5babcedf.html">UbixOS</a></li><li class="navelem"><a class="el" href="dir_6ec99f6d7d5182ba8913209ab70c9f18.html">sys</a></li><li class="navelem"><a class="el" href="dir_9b476d9515c77bf70eb8ecf4a503ee6b.html">sys</a></li><li class="navelem"><a class="el" href="device_8c.html">device.c</a></li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.16 </li> </ul> </div> </body> </html>