1<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>enum v4l2_mbus_type</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-flash-release.html" title="v4l2_flash_release"><link rel="next" href="API-struct-v4l2-mbus-config.html" title="struct v4l2_mbus_config"></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">enum v4l2_mbus_type</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-v4l2-flash-release.html">Prev</a> </td><th width="60%" align="center">Video2Linux devices</th><td width="20%" align="right"> <a accesskey="n" href="API-struct-v4l2-mbus-config.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-enum-v4l2-mbus-type"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>enum v4l2_mbus_type — 2 media bus type 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> 4enum v4l2_mbus_type { 5 V4L2_MBUS_PARALLEL, 6 V4L2_MBUS_BT656, 7 V4L2_MBUS_CSI2 8}; </pre></div><div class="refsect1"><a name="id-1.8.2.64.5"></a><h2>Constants</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">V4L2_MBUS_PARALLEL</span></dt><dd><p> 9parallel interface with hsync and vsync 10 </p></dd><dt><span class="term">V4L2_MBUS_BT656</span></dt><dd><p> 11parallel interface with embedded synchronisation, can 12also be used for BT.1120 13 </p></dd><dt><span class="term">V4L2_MBUS_CSI2</span></dt><dd><p> 14MIPI CSI-2 serial interface 15 </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-flash-release.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-mbus-config.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">v4l2_flash_release</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_mbus_config</span></td></tr></table></div></body></html> 16