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