1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>struct hsi_client_driver</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="hsi.html" title="Chapter&#160;11.&#160;High Speed Synchronous Serial Interface (HSI)"><link rel="prev" href="API-struct-hsi-client.html" title="struct hsi_client"><link rel="next" href="API-struct-hsi-msg.html" title="struct hsi_msg"></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 hsi_client_driver</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-struct-hsi-client.html">Prev</a>&#160;</td><th width="60%" align="center">Chapter&#160;11.&#160;High Speed Synchronous Serial Interface (HSI)</th><td width="20%" align="right">&#160;<a accesskey="n" href="API-struct-hsi-msg.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-struct-hsi-client-driver"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>struct hsi_client_driver &#8212; 
2     Driver associated to an HSI client
3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">
4struct hsi_client_driver {
5  struct device_driver driver;
6};  </pre></div><div class="refsect1"><a name="idp1115605164"></a><h2>Members</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">driver</span></dt><dd><p>
7   Driver model representation of the driver
8      </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-hsi-client.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="hsi.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="API-struct-hsi-msg.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">struct hsi_client</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 hsi_msg</span></td></tr></table></div></body></html>
9