1<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>struct v4l2_of_bus_mipi_csi2</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="mediadev.html#id-1.8.2" title="Video2Linux devices"><link rel="prev" href="API-v4l2-m2m-dst-buf-remove.html" title="v4l2_m2m_dst_buf_remove"><link rel="next" href="API-struct-v4l2-of-bus-parallel.html" title="struct v4l2_of_bus_parallel"></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 v4l2_of_bus_mipi_csi2</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-v4l2-m2m-dst-buf-remove.html">Prev</a> </td><th width="60%" align="center">Video2Linux devices</th><td width="20%" align="right"> <a accesskey="n" href="API-struct-v4l2-of-bus-parallel.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-struct-v4l2-of-bus-mipi-csi2"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>struct v4l2_of_bus_mipi_csi2 — 2 MIPI CSI-2 bus data structure 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> 4struct v4l2_of_bus_mipi_csi2 { 5 unsigned int flags; 6 unsigned char data_lanes[4]; 7 unsigned char clock_lane; 8 unsigned short num_data_lanes; 9 bool lane_polarities[5]; 10}; </pre></div><div class="refsect1"><a name="id-1.8.2.75.5"></a><h2>Members</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">flags</span></dt><dd><p> 11media bus (V4L2_MBUS_*) flags 12 </p></dd><dt><span class="term">data_lanes[4]</span></dt><dd><p> 13an array of physical data lane indexes 14 </p></dd><dt><span class="term">clock_lane</span></dt><dd><p> 15physical lane index of the clock lane 16 </p></dd><dt><span class="term">num_data_lanes</span></dt><dd><p> 17number of data lanes 18 </p></dd><dt><span class="term">lane_polarities[5]</span></dt><dd><p> 19polarity of the lanes. The order is the same of 20the physical lanes. 21 </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-v4l2-m2m-dst-buf-remove.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="mediadev.html#id-1.8.2">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-struct-v4l2-of-bus-parallel.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">v4l2_m2m_dst_buf_remove</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 v4l2_of_bus_parallel</span></td></tr></table></div></body></html> 22