1<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>struct rio_scan</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="RapidIO Subsystem Guide"><link rel="up" href="internals.html#Structures" title="Structures"><link rel="prev" href="API-struct-rio-driver.html" title="struct rio_driver"><link rel="next" href="API-struct-rio-scan-node.html" title="struct rio_scan_node"></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"><span class="phrase">struct rio_scan</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-struct-rio-driver.html">Prev</a> </td><th width="60%" align="center">Structures</th><td width="20%" align="right"> <a accesskey="n" href="API-struct-rio-scan-node.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-struct-rio-scan"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>struct rio_scan — 
2     RIO enumeration and discovery operations
3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">
4struct rio_scan {
5  struct module * owner;
6  int (* enumerate) (struct rio_mport *mport, u32 flags);
7  int (* discover) (struct rio_mport *mport, u32 flags);
8};  </pre></div><div class="refsect1"><a name="id-1.6.3.11.5"></a><h2>Members</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">owner</span></dt><dd><p>
9   The module owner of this structure
10      </p></dd><dt><span class="term">enumerate</span></dt><dd><p>
11   Callback to perform RapidIO fabric enumeration.
12      </p></dd><dt><span class="term">discover</span></dt><dd><p>
13   Callback to perform RapidIO fabric discovery.
14      </p></dd></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-struct-rio-driver.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="internals.html#Structures">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-struct-rio-scan-node.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">struct rio_driver</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 rio_scan_node</span></td></tr></table></div></body></html>
15