sphinx.addnodesdocument)}( rawsourcechildren]( translations LanguagesNode)}(hhh](h pending_xref)}(hhh]docutils.nodesTextChinese (Simplified)}parenthsba attributes}(ids]classes]names]dupnames]backrefs] refdomainstdreftypedoc reftarget0/translations/zh_CN/driver-api/media/v4l2-fwnodemodnameN classnameN refexplicitutagnamehhh ubh)}(hhh]hChinese (Traditional)}hh2sbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget0/translations/zh_TW/driver-api/media/v4l2-fwnodemodnameN classnameN refexplicituh1hhh ubh)}(hhh]hItalian}hhFsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget0/translations/it_IT/driver-api/media/v4l2-fwnodemodnameN classnameN refexplicituh1hhh ubh)}(hhh]hJapanese}hhZsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget0/translations/ja_JP/driver-api/media/v4l2-fwnodemodnameN classnameN refexplicituh1hhh ubh)}(hhh]hKorean}hhnsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget0/translations/ko_KR/driver-api/media/v4l2-fwnodemodnameN classnameN refexplicituh1hhh ubh)}(hhh]hSpanish}hhsbah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget0/translations/sp_SP/driver-api/media/v4l2-fwnodemodnameN classnameN refexplicituh1hhh ubeh}(h]h ]h"]h$]h&]current_languageEnglishuh1h hh _documenthsourceNlineNubhcomment)}(h SPDX-License-Identifier: GPL-2.0h]h SPDX-License-Identifier: GPL-2.0}hhsbah}(h]h ]h"]h$]h&] xml:spacepreserveuh1hhhhhhJ/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode.rsthKubhsection)}(hhh](htitle)}(hV4L2 fwnode kAPIh]hV4L2 fwnode kAPI}(hhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhhhhhKubhindex)}(hhh]h}(h]h ]h"]h$]h&]entries](singlev4l2_fwnode_endpoint (C struct)c.v4l2_fwnode_endpointhNtauh1hhhhhhNhNubhdesc)}(hhh](hdesc_signature)}(hv4l2_fwnode_endpointh]hdesc_signature_line)}(hstruct v4l2_fwnode_endpointh](hdesc_sig_keyword)}(hstructh]hstruct}(hhhhhNhNubah}(h]h ]kah"]h$]h&]uh1hhhhhhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKubhdesc_sig_space)}(h h]h }(hhhhhNhNubah}(h]h ]wah"]h$]h&]uh1hhhhhhhhKubh desc_name)}(hv4l2_fwnode_endpointh]h desc_sig_name)}(hhh]hv4l2_fwnode_endpoint}(hjhhhNhNubah}(h]h ]nah"]h$]h&]uh1jhjubah}(h]h ](sig-namedescnameeh"]h$]h&]hhuh1jhhhhhhhKubeh}(h]h ]h"]h$]h&]hh add_permalinkuh1hsphinx_line_type declaratorhhhhhhhKubah}(h]hah ](sig sig-objecteh"]h$]h&] is_multiline _toc_parts) _toc_namehuh1hhhhKhhhhubh desc_content)}(hhh]h paragraph)}(hthe endpoint data structureh]hthe endpoint data structure}(hjGhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjBhhubah}(h]h ]h"]h$]h&]uh1j@hhhhhhhKubeh}(h]h ](cstructeh"]h$]h&]domainj_objtypej`desctypej`noindex noindexentrynocontentsentryuh1hhhhhhNhNubh container)}(hX**Definition**:: struct v4l2_fwnode_endpoint { struct fwnode_endpoint base; enum v4l2_mbus_type bus_type; struct { struct v4l2_mbus_config_parallel parallel; struct v4l2_mbus_config_mipi_csi1 mipi_csi1; struct v4l2_mbus_config_mipi_csi2 mipi_csi2; } bus; u64 *link_frequencies; unsigned int nr_of_link_frequencies; }; **Members** ``base`` fwnode endpoint of the v4l2_fwnode ``bus_type`` bus type ``bus`` bus configuration data structure ``bus.parallel`` embedded :c:type:`struct v4l2_mbus_config_parallel `. Used if the bus is parallel. ``bus.mipi_csi1`` embedded :c:type:`struct v4l2_mbus_config_mipi_csi1 `. Used if the bus is MIPI Alliance's Camera Serial Interface version 1 (MIPI CSI1) or Standard Mobile Imaging Architecture's Compact Camera Port 2 (SMIA CCP2). ``bus.mipi_csi2`` embedded :c:type:`struct v4l2_mbus_config_mipi_csi2 `. Used if the bus is MIPI Alliance's Camera Serial Interface version 2 (MIPI CSI2). ``link_frequencies`` array of supported link frequencies ``nr_of_link_frequencies`` number of elements in link_frequenccies arrayh](jF)}(h**Definition**::h](hstrong)}(h**Definition**h]h Definition}(hjvhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjpubh:}(hjphhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjlubh literal_block)}(hX\struct v4l2_fwnode_endpoint { struct fwnode_endpoint base; enum v4l2_mbus_type bus_type; struct { struct v4l2_mbus_config_parallel parallel; struct v4l2_mbus_config_mipi_csi1 mipi_csi1; struct v4l2_mbus_config_mipi_csi2 mipi_csi2; } bus; u64 *link_frequencies; unsigned int nr_of_link_frequencies; };h]hX\struct v4l2_fwnode_endpoint { struct fwnode_endpoint base; enum v4l2_mbus_type bus_type; struct { struct v4l2_mbus_config_parallel parallel; struct v4l2_mbus_config_mipi_csi1 mipi_csi1; struct v4l2_mbus_config_mipi_csi2 mipi_csi2; } bus; u64 *link_frequencies; unsigned int nr_of_link_frequencies; };}hjsbah}(h]h ]h"]h$]h&]hhuh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjlubjF)}(h **Members**h]ju)}(hjh]hMembers}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhK+hjlubhdefinition_list)}(hhh](hdefinition_list_item)}(h,``base`` fwnode endpoint of the v4l2_fwnode h](hterm)}(h``base``h]hliteral)}(hjh]hbase}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjubh definition)}(hhh]jF)}(h"fwnode endpoint of the v4l2_fwnodeh]h"fwnode endpoint of the v4l2_fwnode}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjhKhjubj)}(h``bus_type`` bus type h](j)}(h ``bus_type``h]j)}(hjh]hbus_type}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjubj)}(hhh]jF)}(hbus typeh]hbus type}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjhKhjubj)}(h)``bus`` bus configuration data structure h](j)}(h``bus``h]j)}(hj=h]hbus}(hj?hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj;ubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhj7ubj)}(hhh]jF)}(h bus configuration data structureh]h bus configuration data structure}(hjVhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjRhKhjSubah}(h]h ]h"]h$]h&]uh1jhj7ubeh}(h]h ]h"]h$]h&]uh1jhjRhKhjubj)}(h``bus.parallel`` embedded :c:type:`struct v4l2_mbus_config_parallel `. Used if the bus is parallel. h](j)}(h``bus.parallel``h]j)}(hjvh]h bus.parallel}(hjxhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjtubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjpubj)}(hhh]jF)}(hmembedded :c:type:`struct v4l2_mbus_config_parallel `. Used if the bus is parallel.h](h embedded }(hjhhhNhNubh)}(hF:c:type:`struct v4l2_mbus_config_parallel `h]j)}(hjh]h struct v4l2_mbus_config_parallel}(hjhhhNhNubah}(h]h ](xrefj_c-typeeh"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]refdocdriver-api/media/v4l2-fwnode refdomainj_reftypetype refexplicitrefwarn c:parent_keysphinx.domains.c LookupKey)}data]sb reftargetv4l2_mbus_config_paralleluh1hhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjubh. Used if the bus is parallel.}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhjhKhjubah}(h]h ]h"]h$]h&]uh1jhjpubeh}(h]h ]h"]h$]h&]uh1jhjhKhjubj)}(hX``bus.mipi_csi1`` embedded :c:type:`struct v4l2_mbus_config_mipi_csi1 `. Used if the bus is MIPI Alliance's Camera Serial Interface version 1 (MIPI CSI1) or Standard Mobile Imaging Architecture's Compact Camera Port 2 (SMIA CCP2). h](j)}(h``bus.mipi_csi1``h]j)}(hjh]h bus.mipi_csi1}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhK$hjubj)}(hhh]jF)}(hembedded :c:type:`struct v4l2_mbus_config_mipi_csi1 `. Used if the bus is MIPI Alliance's Camera Serial Interface version 1 (MIPI CSI1) or Standard Mobile Imaging Architecture's Compact Camera Port 2 (SMIA CCP2).h](h embedded }(hjhhhNhNubh)}(hH:c:type:`struct v4l2_mbus_config_mipi_csi1 `h]j)}(hjh]h!struct v4l2_mbus_config_mipi_csi1}(hjhhhNhNubah}(h]h ](jj_c-typeeh"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]refdocj refdomainj_reftypetype refexplicitrefwarnjjjv4l2_mbus_config_mipi_csi1uh1hhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhK hjubh. Used if the bus is MIPI Alliance’s Camera Serial Interface version 1 (MIPI CSI1) or Standard Mobile Imaging Architecture’s Compact Camera Port 2 (SMIA CCP2).}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhjhK hjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjhK$hjubj)}(h``bus.mipi_csi2`` embedded :c:type:`struct v4l2_mbus_config_mipi_csi2 `. Used if the bus is MIPI Alliance's Camera Serial Interface version 2 (MIPI CSI2). h](j)}(h``bus.mipi_csi2``h]j)}(hj;h]h bus.mipi_csi2}(hj=hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj9ubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhK'hj5ubj)}(hhh]jF)}(hembedded :c:type:`struct v4l2_mbus_config_mipi_csi2 `. Used if the bus is MIPI Alliance's Camera Serial Interface version 2 (MIPI CSI2).h](h embedded }(hjThhhNhNubh)}(hH:c:type:`struct v4l2_mbus_config_mipi_csi2 `h]j)}(hj^h]h!struct v4l2_mbus_config_mipi_csi2}(hj`hhhNhNubah}(h]h ](jj_c-typeeh"]h$]h&]uh1jhj\ubah}(h]h ]h"]h$]h&]refdocj refdomainj_reftypetype refexplicitrefwarnjjjv4l2_mbus_config_mipi_csi2uh1hhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhK%hjTubhU. Used if the bus is MIPI Alliance’s Camera Serial Interface version 2 (MIPI CSI2).}(hjThhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhj{hK%hjQubah}(h]h ]h"]h$]h&]uh1jhj5ubeh}(h]h ]h"]h$]h&]uh1jhjPhK'hjubj)}(h9``link_frequencies`` array of supported link frequencies h](j)}(h``link_frequencies``h]j)}(hjh]hlink_frequencies}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhK(hjubj)}(hhh]jF)}(h#array of supported link frequenciesh]h#array of supported link frequencies}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjhK(hjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjhK(hjubj)}(hH``nr_of_link_frequencies`` number of elements in link_frequenccies arrayh](j)}(h``nr_of_link_frequencies``h]j)}(hjh]hnr_of_link_frequencies}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhK(hjubj)}(hhh]jF)}(h-number of elements in link_frequenccies arrayh]h-number of elements in link_frequenccies array}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhK)hjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjhK(hjubeh}(h]h ]h"]h$]h&]uh1jhjlubeh}(h]h ] kernelindentah"]h$]h&]uh1jjhhhhhNhNubh)}(hhh]h}(h]h ]h"]h$]h&]entries](h֌$V4L2_FWNODE_PROPERTY_UNSET (C macro)c.V4L2_FWNODE_PROPERTY_UNSEThNtauh1hhhhhhNhNubh)}(hhh](h)}(hV4L2_FWNODE_PROPERTY_UNSETh]h)}(hV4L2_FWNODE_PROPERTY_UNSETh]j)}(hV4L2_FWNODE_PROPERTY_UNSETh]j)}(hj%h]hV4L2_FWNODE_PROPERTY_UNSET}(hj/hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhj+ubah}(h]h ](j'j(eh"]h$]h&]hhuh1jhj'hhhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhK)j?huh1hhjBhKhhhhubh block_quote)}(h identify a non initialized property **Description** All properties in :c:type:`struct v4l2_fwnode_device_properties ` are initialized to this value. h](jx)}(h$identify a non initialized property h]jF)}(h#identify a non initialized propertyh]h#identify a non initialized property}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhK7hj}ubah}(h]h ]h"]h$]h&]uh1jwhjhK7hjyubjF)}(h**Description**h]ju)}(hjh]h Description}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhK9hjyubjF)}(hAll properties in :c:type:`struct v4l2_fwnode_device_properties ` are initialized to this value.h](hAll properties in }(hjhhhNhNubh)}(hN:c:type:`struct v4l2_fwnode_device_properties `h]j)}(hjh]h$struct v4l2_fwnode_device_properties}(hjhhhNhNubah}(h]h ](jj_c-typeeh"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]refdocj refdomainj_reftypetype refexplicitrefwarnjjjv4l2_fwnode_device_propertiesuh1hhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhK8hjubh are initialized to this value.}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhjhK8hjyubeh}(h]h ]h"]h$]h&]uh1jwhjhK7hhhhubh)}(hhh]h}(h]h ]h"]h$]h&]entries](h֌ v4l2_fwnode_orientation (C enum)c.v4l2_fwnode_orientationhNtauh1hhhhhhNhNubh)}(hhh](h)}(hv4l2_fwnode_orientationh]h)}(henum v4l2_fwnode_orientationh](h)}(henumh]henum}(hjhhhNhNubah}(h]h ]hah"]h$]h&]uh1hhjhhhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhK>ubh)}(h h]h }(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhjhhhj hK>ubj)}(hv4l2_fwnode_orientationh]j)}(hjh]hv4l2_fwnode_orientation}(hj hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhjubah}(h]h ](j'j(eh"]h$]h&]hhuh1jhjhhhj hK>ubeh}(h]h ]h"]h$]h&]hhj2uh1hj3j4hjhhhj hK>ubah}(h]jah ](j8j9eh"]h$]h&]j=j>)j?huh1hhj hK>hjhhubjA)}(hhh]jF)}(hpossible device orientationh]hpossible device orientation}(hjBhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhK?hj?hhubah}(h]h ]h"]h$]h&]uh1j@hjhhhj hK>ubeh}(h]h ](j_enumeh"]h$]h&]jdj_jejZjfjZjgjhjiuh1hhhhhhNhNubjk)}(h**Constants** ``V4L2_FWNODE_ORIENTATION_FRONT`` device installed on the front side ``V4L2_FWNODE_ORIENTATION_BACK`` device installed on the back side ``V4L2_FWNODE_ORIENTATION_EXTERNAL`` device externally locatedh](jF)}(h **Constants**h]ju)}(hjdh]h Constants}(hjfhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjbubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKChj^ubj)}(hhh](j)}(hE``V4L2_FWNODE_ORIENTATION_FRONT`` device installed on the front side h](j)}(h!``V4L2_FWNODE_ORIENTATION_FRONT``h]j)}(hjh]hV4L2_FWNODE_ORIENTATION_FRONT}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKFhj}ubj)}(hhh]jF)}(h"device installed on the front sideh]h"device installed on the front side}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjhKFhjubah}(h]h ]h"]h$]h&]uh1jhj}ubeh}(h]h ]h"]h$]h&]uh1jhjhKFhjzubj)}(hC``V4L2_FWNODE_ORIENTATION_BACK`` device installed on the back side h](j)}(h ``V4L2_FWNODE_ORIENTATION_BACK``h]j)}(hjh]hV4L2_FWNODE_ORIENTATION_BACK}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKIhjubj)}(hhh]jF)}(h!device installed on the back sideh]h!device installed on the back side}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjhKIhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjhKIhjzubj)}(h>``V4L2_FWNODE_ORIENTATION_EXTERNAL`` device externally locatedh](j)}(h$``V4L2_FWNODE_ORIENTATION_EXTERNAL``h]j)}(hjh]h V4L2_FWNODE_ORIENTATION_EXTERNAL}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKKhjubj)}(hhh]jF)}(hdevice externally locatedh]hdevice externally located}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKLhj ubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhj hKKhjzubeh}(h]h ]h"]h$]h&]uh1jhj^ubeh}(h]h ] kernelindentah"]h$]h&]uh1jjhhhhhNhNubh)}(hhh]h}(h]h ]h"]h$]h&]entries](h֌(v4l2_fwnode_device_properties (C struct)c.v4l2_fwnode_device_propertieshNtauh1hhhhhhNhNubh)}(hhh](h)}(hv4l2_fwnode_device_propertiesh]h)}(h$struct v4l2_fwnode_device_propertiesh](h)}(hhh]hstruct}(hjOhhhNhNubah}(h]h ]hah"]h$]h&]uh1hhjKhhhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKRubh)}(h h]h }(hj]hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhjKhhhj\hKRubj)}(hv4l2_fwnode_device_propertiesh]j)}(hjIh]hv4l2_fwnode_device_properties}(hjohhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhjkubah}(h]h ](j'j(eh"]h$]h&]hhuh1jhjKhhhj\hKRubeh}(h]h ]h"]h$]h&]hhj2uh1hj3j4hjGhhhj\hKRubah}(h]jBah ](j8j9eh"]h$]h&]j=j>)j?huh1hhj\hKRhjDhhubjA)}(hhh]jF)}(hfwnode device propertiesh]hfwnode device properties}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKKhjhhubah}(h]h ]h"]h$]h&]uh1j@hjDhhhj\hKRubeh}(h]h ](j_structeh"]h$]h&]jdj_jejjfjjgjhjiuh1hhhhhhNhNubjk)}(hX%**Definition**:: struct v4l2_fwnode_device_properties { enum v4l2_fwnode_orientation orientation; unsigned int rotation; }; **Members** ``orientation`` device orientation. See :c:type:`enum v4l2_fwnode_orientation ` ``rotation`` device rotationh](jF)}(h**Definition**::h](ju)}(h**Definition**h]h Definition}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjubh:}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKOhjubj)}(hrstruct v4l2_fwnode_device_properties { enum v4l2_fwnode_orientation orientation; unsigned int rotation; };h]hrstruct v4l2_fwnode_device_properties { enum v4l2_fwnode_orientation orientation; unsigned int rotation; };}hjsbah}(h]h ]h"]h$]h&]hhuh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKQhjubjF)}(h **Members**h]ju)}(hjh]hMembers}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKVhjubj)}(hhh](j)}(hi``orientation`` device orientation. See :c:type:`enum v4l2_fwnode_orientation ` h](j)}(h``orientation``h]j)}(hjh]h orientation}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKMhjubj)}(hhh]jF)}(hXdevice orientation. See :c:type:`enum v4l2_fwnode_orientation `h](hdevice orientation. See }(hjhhhNhNubh)}(h@:c:type:`enum v4l2_fwnode_orientation `h]j)}(hj!h]henum v4l2_fwnode_orientation}(hj#hhhNhNubah}(h]h ](jj_c-typeeh"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]refdocj refdomainj_reftypetype refexplicitrefwarnjjjv4l2_fwnode_orientationuh1hhjhKMhjubeh}(h]h ]h"]h$]h&]uh1jEhjhKMhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjhKMhjubj)}(h``rotation`` device rotationh](j)}(h ``rotation``h]j)}(hjVh]hrotation}(hjXhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjTubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKMhjPubj)}(hhh]jF)}(hdevice rotationh]hdevice rotation}(hjohhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKNhjlubah}(h]h ]h"]h$]h&]uh1jhjPubeh}(h]h ]h"]h$]h&]uh1jhjkhKMhjubeh}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ] kernelindentah"]h$]h&]uh1jjhhhhhNhNubh)}(hhh]h}(h]h ]h"]h$]h&]entries](h֌v4l2_fwnode_link (C struct)c.v4l2_fwnode_linkhNtauh1hhhhhhNhNubh)}(hhh](h)}(hv4l2_fwnode_linkh]h)}(hstruct v4l2_fwnode_linkh](h)}(hhh]hstruct}(hjhhhNhNubah}(h]h ]hah"]h$]h&]uh1hhjhhhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKTubh)}(h h]h }(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhjhhhjhKTubj)}(hv4l2_fwnode_linkh]j)}(hjh]hv4l2_fwnode_link}(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhjubah}(h]h ](j'j(eh"]h$]h&]hhuh1jhjhhhjhKTubeh}(h]h ]h"]h$]h&]hhj2uh1hj3j4hjhhhjhKTubah}(h]jah ](j8j9eh"]h$]h&]j=j>)j?huh1hhjhKThjhhubjA)}(hhh]jF)}(ha link between two endpointsh]ha link between two endpoints}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKUhjhhubah}(h]h ]h"]h$]h&]uh1j@hjhhhjhKTubeh}(h]h ](j_structeh"]h$]h&]jdj_jej jfj jgjhjiuh1hhhhhhNhNubjk)}(hX**Definition**:: struct v4l2_fwnode_link { struct fwnode_handle *local_node; unsigned int local_port; unsigned int local_id; struct fwnode_handle *remote_node; unsigned int remote_port; unsigned int remote_id; }; **Members** ``local_node`` pointer to device_node of this endpoint ``local_port`` identifier of the port this endpoint belongs to ``local_id`` identifier of the id this endpoint belongs to ``remote_node`` pointer to device_node of the remote endpoint ``remote_port`` identifier of the port the remote endpoint belongs to ``remote_id`` identifier of the id the remote endpoint belongs toh](jF)}(h**Definition**::h](ju)}(h**Definition**h]h Definition}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjubh:}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKYhjubj)}(hstruct v4l2_fwnode_link { struct fwnode_handle *local_node; unsigned int local_port; unsigned int local_id; struct fwnode_handle *remote_node; unsigned int remote_port; unsigned int remote_id; };h]hstruct v4l2_fwnode_link { struct fwnode_handle *local_node; unsigned int local_port; unsigned int local_id; struct fwnode_handle *remote_node; unsigned int remote_port; unsigned int remote_id; };}hj/sbah}(h]h ]h"]h$]h&]hhuh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhK[hjubjF)}(h **Members**h]ju)}(hj@h]hMembers}(hjBhhhNhNubah}(h]h ]h"]h$]h&]uh1jthj>ubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKdhjubj)}(hhh](j)}(h7``local_node`` pointer to device_node of this endpoint h](j)}(h``local_node``h]j)}(hj_h]h local_node}(hjahhhNhNubah}(h]h ]h"]h$]h&]uh1jhj]ubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKWhjYubj)}(hhh]jF)}(h'pointer to device_node of this endpointh]h'pointer to device_node of this endpoint}(hjxhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjthKWhjuubah}(h]h ]h"]h$]h&]uh1jhjYubeh}(h]h ]h"]h$]h&]uh1jhjthKWhjVubj)}(h?``local_port`` identifier of the port this endpoint belongs to h](j)}(h``local_port``h]j)}(hjh]h local_port}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKXhjubj)}(hhh]jF)}(h/identifier of the port this endpoint belongs toh]h/identifier of the port this endpoint belongs to}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjhKXhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjhKXhjVubj)}(h;``local_id`` identifier of the id this endpoint belongs to h](j)}(h ``local_id``h]j)}(hjh]hlocal_id}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKYhjubj)}(hhh]jF)}(h-identifier of the id this endpoint belongs toh]h-identifier of the id this endpoint belongs to}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjhKYhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjhKYhjVubj)}(h>``remote_node`` pointer to device_node of the remote endpoint h](j)}(h``remote_node``h]j)}(hj h]h remote_node}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj ubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKZhj ubj)}(hhh]jF)}(h-pointer to device_node of the remote endpointh]h-pointer to device_node of the remote endpoint}(hj# hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhj hKZhj ubah}(h]h ]h"]h$]h&]uh1jhj ubeh}(h]h ]h"]h$]h&]uh1jhj hKZhjVubj)}(hF``remote_port`` identifier of the port the remote endpoint belongs to h](j)}(h``remote_port``h]j)}(hjC h]h remote_port}(hjE hhhNhNubah}(h]h ]h"]h$]h&]uh1jhjA ubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhK[hj= ubj)}(hhh]jF)}(h5identifier of the port the remote endpoint belongs toh]h5identifier of the port the remote endpoint belongs to}(hj\ hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjX hK[hjY ubah}(h]h ]h"]h$]h&]uh1jhj= ubeh}(h]h ]h"]h$]h&]uh1jhjX hK[hjVubj)}(hA``remote_id`` identifier of the id the remote endpoint belongs toh](j)}(h ``remote_id``h]j)}(hj| h]h remote_id}(hj~ hhhNhNubah}(h]h ]h"]h$]h&]uh1jhjz ubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhK[hjv ubj)}(hhh]jF)}(h3identifier of the id the remote endpoint belongs toh]h3identifier of the id the remote endpoint belongs to}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhK\hj ubah}(h]h ]h"]h$]h&]uh1jhjv ubeh}(h]h ]h"]h$]h&]uh1jhj hK[hjVubeh}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ] kernelindentah"]h$]h&]uh1jjhhhhhNhNubh)}(hhh]h}(h]h ]h"]h$]h&]entries](h֌v4l2_connector_type (C enum)c.v4l2_connector_typehNtauh1hhhhhhNhNubh)}(hhh](h)}(hv4l2_connector_typeh]h)}(henum v4l2_connector_typeh](h)}(hjh]henum}(hj hhhNhNubah}(h]h ]hah"]h$]h&]uh1hhj hhhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKbubh)}(h h]h }(hj hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhj hhhj hKbubj)}(hv4l2_connector_typeh]j)}(hj h]hv4l2_connector_type}(hj hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhj ubah}(h]h ](j'j(eh"]h$]h&]hhuh1jhj hhhj hKbubeh}(h]h ]h"]h$]h&]hhj2uh1hj3j4hj hhhj hKbubah}(h]j ah ](j8j9eh"]h$]h&]j=j>)j?huh1hhj hKbhj hhubjA)}(hhh]jF)}(hconnector typeh]hconnector type}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKghj hhubah}(h]h ]h"]h$]h&]uh1j@hj hhhj hKbubeh}(h]h ](j_enumeh"]h$]h&]jdj_jej0 jfj0 jgjhjiuh1hhhhhhNhNubjk)}(h**Constants** ``V4L2_CONN_UNKNOWN`` unknown connector type, no V4L2 connector configuration ``V4L2_CONN_COMPOSITE`` analog composite connector ``V4L2_CONN_SVIDEO`` analog svideo connectorh](jF)}(h **Constants**h]ju)}(hj: h]h Constants}(hj< hhhNhNubah}(h]h ]h"]h$]h&]uh1jthj8 ubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKkhj4 ubj)}(hhh](j)}(hN``V4L2_CONN_UNKNOWN`` unknown connector type, no V4L2 connector configuration h](j)}(h``V4L2_CONN_UNKNOWN``h]j)}(hjY h]hV4L2_CONN_UNKNOWN}(hj[ hhhNhNubah}(h]h ]h"]h$]h&]uh1jhjW ubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKnhjS ubj)}(hhh]jF)}(h7unknown connector type, no V4L2 connector configurationh]h7unknown connector type, no V4L2 connector configuration}(hjr hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjn hKnhjo ubah}(h]h ]h"]h$]h&]uh1jhjS ubeh}(h]h ]h"]h$]h&]uh1jhjn hKnhjP ubj)}(h3``V4L2_CONN_COMPOSITE`` analog composite connector h](j)}(h``V4L2_CONN_COMPOSITE``h]j)}(hj h]hV4L2_CONN_COMPOSITE}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj ubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKqhj ubj)}(hhh]jF)}(hanalog composite connectorh]hanalog composite connector}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhj hKqhj ubah}(h]h ]h"]h$]h&]uh1jhj ubeh}(h]h ]h"]h$]h&]uh1jhj hKqhjP ubj)}(h,``V4L2_CONN_SVIDEO`` analog svideo connectorh](j)}(h``V4L2_CONN_SVIDEO``h]j)}(hj h]hV4L2_CONN_SVIDEO}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj ubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKshj ubj)}(hhh]jF)}(hanalog svideo connectorh]hanalog svideo connector}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKthj ubah}(h]h ]h"]h$]h&]uh1jhj ubeh}(h]h ]h"]h$]h&]uh1jhj hKshjP ubeh}(h]h ]h"]h$]h&]uh1jhj4 ubeh}(h]h ] kernelindentah"]h$]h&]uh1jjhhhhhNhNubh)}(hhh]h}(h]h ]h"]h$]h&]entries](h֌v4l2_connector_link (C struct)c.v4l2_connector_linkhNtauh1hhhhhhNhNubh)}(hhh](h)}(hv4l2_connector_linkh]h)}(hstruct v4l2_connector_linkh](h)}(hhh]hstruct}(hj% hhhNhNubah}(h]h ]hah"]h$]h&]uh1hhj! hhhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKzubh)}(h h]h }(hj3 hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhj! hhhj2 hKzubj)}(hv4l2_connector_linkh]j)}(hj h]hv4l2_connector_link}(hjE hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhjA ubah}(h]h ](j'j(eh"]h$]h&]hhuh1jhj! hhhj2 hKzubeh}(h]h ]h"]h$]h&]hhj2uh1hj3j4hj hhhj2 hKzubah}(h]j ah ](j8j9eh"]h$]h&]j=j>)j?huh1hhj2 hKzhj hhubjA)}(hhh]jF)}(hconnector link data structureh]hconnector link data structure}(hjg hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKshjd hhubah}(h]h ]h"]h$]h&]uh1j@hj hhhj2 hKzubeh}(h]h ](j_structeh"]h$]h&]jdj_jej jfj jgjhjiuh1hhhhhhNhNubjk)}(hX**Definition**:: struct v4l2_connector_link { struct list_head head; struct v4l2_fwnode_link fwnode_link; }; **Members** ``head`` structure to be used to add the link to the :c:type:`struct v4l2_fwnode_connector ` ``fwnode_link`` :c:type:`struct v4l2_fwnode_link ` link between the connector and the device the connector belongs to.h](jF)}(h**Definition**::h](ju)}(h**Definition**h]h Definition}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1jthj ubh:}(hj hhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKwhj ubj)}(hcstruct v4l2_connector_link { struct list_head head; struct v4l2_fwnode_link fwnode_link; };h]hcstruct v4l2_connector_link { struct list_head head; struct v4l2_fwnode_link fwnode_link; };}hj sbah}(h]h ]h"]h$]h&]hhuh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKyhj ubjF)}(h **Members**h]ju)}(hj h]hMembers}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1jthj ubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhK~hj ubj)}(hhh](j)}(ht``head`` structure to be used to add the link to the :c:type:`struct v4l2_fwnode_connector ` h](j)}(h``head``h]j)}(hj h]hhead}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj ubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKvhj ubj)}(hhh]jF)}(hjstructure to be used to add the link to the :c:type:`struct v4l2_fwnode_connector `h](h,structure to be used to add the link to the }(hj hhhNhNubh)}(h>:c:type:`struct v4l2_fwnode_connector `h]j)}(hj h]hstruct v4l2_fwnode_connector}(hj hhhNhNubah}(h]h ](jj_c-typeeh"]h$]h&]uh1jhj ubah}(h]h ]h"]h$]h&]refdocj refdomainj_reftypetype refexplicitrefwarnjjjv4l2_fwnode_connectoruh1hhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKuhj ubeh}(h]h ]h"]h$]h&]uh1jEhj hKuhj ubah}(h]h ]h"]h$]h&]uh1jhj ubeh}(h]h ]h"]h$]h&]uh1jhj hKvhj ubj)}(h``fwnode_link`` :c:type:`struct v4l2_fwnode_link ` link between the connector and the device the connector belongs to.h](j)}(h``fwnode_link``h]j)}(hj- h]h fwnode_link}(hj/ hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj+ ubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKwhj' ubj)}(hhh]jF)}(hx:c:type:`struct v4l2_fwnode_link ` link between the connector and the device the connector belongs to.h](h)}(h4:c:type:`struct v4l2_fwnode_link `h]j)}(hjL h]hstruct v4l2_fwnode_link}(hjN hhhNhNubah}(h]h ](jj_c-typeeh"]h$]h&]uh1jhjJ ubah}(h]h ]h"]h$]h&]refdocj refdomainj_reftypetype refexplicitrefwarnjjjv4l2_fwnode_linkuh1hhjB hKwhjF ubhD link between the connector and the device the connector belongs to.}(hjF hhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhjB hKwhjC ubah}(h]h ]h"]h$]h&]uh1jhj' ubeh}(h]h ]h"]h$]h&]uh1jhjB hKwhj ubeh}(h]h ]h"]h$]h&]uh1jhj ubeh}(h]h ] kernelindentah"]h$]h&]uh1jjhhhhhNhNubh)}(hhh]h}(h]h ]h"]h$]h&]entries](h֌'v4l2_fwnode_connector_analog (C struct)c.v4l2_fwnode_connector_analoghNtauh1hhhhhhNhNubh)}(hhh](h)}(hv4l2_fwnode_connector_analogh]h)}(h#struct v4l2_fwnode_connector_analogh](h)}(hhh]hstruct}(hj hhhNhNubah}(h]h ]hah"]h$]h&]uh1hhj hhhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhK~ubh)}(h h]h }(hj hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhj hhhj hK~ubj)}(hv4l2_fwnode_connector_analogh]j)}(hj h]hv4l2_fwnode_connector_analog}(hj hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhj ubah}(h]h ](j'j(eh"]h$]h&]hhuh1jhj hhhj hK~ubeh}(h]h ]h"]h$]h&]hhj2uh1hj3j4hj hhhj hK~ubah}(h]j ah ](j8j9eh"]h$]h&]j=j>)j?huh1hhj hK~hj hhubjA)}(hhh]jF)}(hanalog connector data structureh]hanalog connector data structure}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhj hhubah}(h]h ]h"]h$]h&]uh1j@hj hhhj hK~ubeh}(h]h ](j_structeh"]h$]h&]jdj_jej jfj jgjhjiuh1hhhhhhNhNubjk)}(h**Definition**:: struct v4l2_fwnode_connector_analog { v4l2_std_id sdtv_stds; }; **Members** ``sdtv_stds`` sdtv standards this connector supports, set to V4L2_STD_ALL if no restrictions are specified.h](jF)}(h**Definition**::h](ju)}(h**Definition**h]h Definition}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1jthj ubh:}(hj hhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhj ubj)}(hCstruct v4l2_fwnode_connector_analog { v4l2_std_id sdtv_stds; };h]hCstruct v4l2_fwnode_connector_analog { v4l2_std_id sdtv_stds; };}hj$ sbah}(h]h ]h"]h$]h&]hhuh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhj ubjF)}(h **Members**h]ju)}(hj5 h]hMembers}(hj7 hhhNhNubah}(h]h ]h"]h$]h&]uh1jthj3 ubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhj ubj)}(hhh]j)}(hk``sdtv_stds`` sdtv standards this connector supports, set to V4L2_STD_ALL if no restrictions are specified.h](j)}(h ``sdtv_stds``h]j)}(hjT h]h sdtv_stds}(hjV hhhNhNubah}(h]h ]h"]h$]h&]uh1jhjR ubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjN ubj)}(hhh]jF)}(h]sdtv standards this connector supports, set to V4L2_STD_ALL if no restrictions are specified.h]h]sdtv standards this connector supports, set to V4L2_STD_ALL if no restrictions are specified.}(hjm hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhji hKhjj ubah}(h]h ]h"]h$]h&]uh1jhjN ubeh}(h]h ]h"]h$]h&]uh1jhji hKhjK ubah}(h]h ]h"]h$]h&]uh1jhj ubeh}(h]h ] kernelindentah"]h$]h&]uh1jjhhhhhNhNubh)}(hhh]h}(h]h ]h"]h$]h&]entries](h֌ v4l2_fwnode_connector (C struct)c.v4l2_fwnode_connectorhNtauh1hhhhhhNhNubh)}(hhh](h)}(hv4l2_fwnode_connectorh]h)}(hstruct v4l2_fwnode_connectorh](h)}(hhh]hstruct}(hj hhhNhNubah}(h]h ]hah"]h$]h&]uh1hhj hhhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKubh)}(h h]h }(hj hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhj hhhj hKubj)}(hv4l2_fwnode_connectorh]j)}(hj h]hv4l2_fwnode_connector}(hj hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhj ubah}(h]h ](j'j(eh"]h$]h&]hhuh1jhj hhhj hKubeh}(h]h ]h"]h$]h&]hhj2uh1hj3j4hj hhhj hKubah}(h]j ah ](j8j9eh"]h$]h&]j=j>)j?huh1hhj hKhj hhubjA)}(hhh]jF)}(hthe connector data structureh]hthe connector data structure}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhj hhubah}(h]h ]h"]h$]h&]uh1j@hj hhhj hKubeh}(h]h ](j_structeh"]h$]h&]jdj_jejjfjjgjhjiuh1hhhhhhNhNubjk)}(hX**Definition**:: struct v4l2_fwnode_connector { const char *name; const char *label; enum v4l2_connector_type type; struct list_head links; unsigned int nr_of_links; union { struct v4l2_fwnode_connector_analog analog; } connector; }; **Members** ``name`` the connector device name ``label`` optional connector label ``type`` connector type ``links`` list of all connector :c:type:`struct v4l2_connector_link ` links ``nr_of_links`` total number of links ``connector`` connector configuration ``connector.analog`` analog connector configuration :c:type:`struct v4l2_fwnode_connector_analog `h](jF)}(h**Definition**::h](ju)}(h**Definition**h]h Definition}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjubh:}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhj ubj)}(hstruct v4l2_fwnode_connector { const char *name; const char *label; enum v4l2_connector_type type; struct list_head links; unsigned int nr_of_links; union { struct v4l2_fwnode_connector_analog analog; } connector; };h]hstruct v4l2_fwnode_connector { const char *name; const char *label; enum v4l2_connector_type type; struct list_head links; unsigned int nr_of_links; union { struct v4l2_fwnode_connector_analog analog; } connector; };}hj,sbah}(h]h ]h"]h$]h&]hhuh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhj ubjF)}(h **Members**h]ju)}(hj=h]hMembers}(hj?hhhNhNubah}(h]h ]h"]h$]h&]uh1jthj;ubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhj ubj)}(hhh](j)}(h#``name`` the connector device name h](j)}(h``name``h]j)}(hj\h]hname}(hj^hhhNhNubah}(h]h ]h"]h$]h&]uh1jhjZubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjVubj)}(hhh]jF)}(hthe connector device nameh]hthe connector device name}(hjuhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjqhKhjrubah}(h]h ]h"]h$]h&]uh1jhjVubeh}(h]h ]h"]h$]h&]uh1jhjqhKhjSubj)}(h#``label`` optional connector label h](j)}(h ``label``h]j)}(hjh]hlabel}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjubj)}(hhh]jF)}(hoptional connector labelh]hoptional connector label}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjhKhjSubj)}(h``type`` connector type h](j)}(h``type``h]j)}(hjh]htype}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjubj)}(hhh]jF)}(hconnector typeh]hconnector type}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjhKhjSubj)}(ha``links`` list of all connector :c:type:`struct v4l2_connector_link ` links h](j)}(h ``links``h]j)}(hjh]hlinks}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjubj)}(hhh]jF)}(hVlist of all connector :c:type:`struct v4l2_connector_link ` linksh](hlist of all connector }(hj hhhNhNubh)}(h::c:type:`struct v4l2_connector_link `h]j)}(hj*h]hstruct v4l2_connector_link}(hj,hhhNhNubah}(h]h ](jj_c-typeeh"]h$]h&]uh1jhj(ubah}(h]h ]h"]h$]h&]refdocj refdomainj_reftypetype refexplicitrefwarnjjjv4l2_connector_linkuh1hhjhKhj ubh links}(hj hhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhjhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjhKhjSubj)}(h&``nr_of_links`` total number of links h](j)}(h``nr_of_links``h]j)}(hjch]h nr_of_links}(hjehhhNhNubah}(h]h ]h"]h$]h&]uh1jhjaubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhj]ubj)}(hhh]jF)}(htotal number of linksh]htotal number of links}(hj|hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjxhKhjyubah}(h]h ]h"]h$]h&]uh1jhj]ubeh}(h]h ]h"]h$]h&]uh1jhjxhKhjSubj)}(h&``connector`` connector configuration h](j)}(h ``connector``h]j)}(hjh]h connector}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjubj)}(hhh]jF)}(hconnector configurationh]hconnector configuration}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjhKhjSubj)}(h``connector.analog`` analog connector configuration :c:type:`struct v4l2_fwnode_connector_analog `h](j)}(h``connector.analog``h]j)}(hjh]hconnector.analog}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjubj)}(hhh]jF)}(hkanalog connector configuration :c:type:`struct v4l2_fwnode_connector_analog `h](hanalog connector configuration }(hjhhhNhNubh)}(hL:c:type:`struct v4l2_fwnode_connector_analog `h]j)}(hjh]h#struct v4l2_fwnode_connector_analog}(hjhhhNhNubah}(h]h ](jj_c-typeeh"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]refdocj refdomainj_reftypetype refexplicitrefwarnjjjv4l2_fwnode_connector_analoguh1hhjhKhjubeh}(h]h ]h"]h$]h&]uh1jEhjhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjhKhjSubeh}(h]h ]h"]h$]h&]uh1jhj ubeh}(h]h ] kernelindentah"]h$]h&]uh1jjhhhhhNhNubh)}(hhh]h}(h]h ]h"]h$]h&]entries](h֌v4l2_fwnode_bus_type (C enum)c.v4l2_fwnode_bus_typehNtauh1hhhhhhNhNubh)}(hhh](h)}(hv4l2_fwnode_bus_typeh]h)}(henum v4l2_fwnode_bus_typeh](h)}(hjh]henum}(hjMhhhNhNubah}(h]h ]hah"]h$]h&]uh1hhjIhhhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKubh)}(h h]h }(hj[hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhjIhhhjZhKubj)}(hv4l2_fwnode_bus_typeh]j)}(hjGh]hv4l2_fwnode_bus_type}(hjmhhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhjiubah}(h]h ](j'j(eh"]h$]h&]hhuh1jhjIhhhjZhKubeh}(h]h ]h"]h$]h&]hhj2uh1hj3j4hjEhhhjZhKubah}(h]j@ah ](j8j9eh"]h$]h&]j=j>)j?huh1hhjZhKhjBhhubjA)}(hhh]jF)}(h.Video bus types defined by firmware propertiesh]h.Video bus types defined by firmware properties}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjhhubah}(h]h ]h"]h$]h&]uh1j@hjBhhhjZhKubeh}(h]h ](j_enumeh"]h$]h&]jdj_jejjfjjgjhjiuh1hhhhhhNhNubjk)}(hXW**Constants** ``V4L2_FWNODE_BUS_TYPE_GUESS`` Default value if no bus-type fwnode property ``V4L2_FWNODE_BUS_TYPE_CSI2_CPHY`` MIPI CSI-2 bus, C-PHY physical layer ``V4L2_FWNODE_BUS_TYPE_CSI1`` MIPI CSI-1 bus ``V4L2_FWNODE_BUS_TYPE_CCP2`` SMIA Compact Camera Port 2 bus ``V4L2_FWNODE_BUS_TYPE_CSI2_DPHY`` MIPI CSI-2 bus, D-PHY physical layer ``V4L2_FWNODE_BUS_TYPE_PARALLEL`` Camera Parallel Interface bus ``V4L2_FWNODE_BUS_TYPE_BT656`` BT.656 video format bus-type ``V4L2_FWNODE_BUS_TYPE_DPI`` Video Parallel Interface bus ``NR_OF_V4L2_FWNODE_BUS_TYPE`` Number of bus-typesh](jF)}(h **Constants**h]ju)}(hjh]h Constants}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjubj)}(hhh](j)}(hL``V4L2_FWNODE_BUS_TYPE_GUESS`` Default value if no bus-type fwnode property h](j)}(h``V4L2_FWNODE_BUS_TYPE_GUESS``h]j)}(hjh]hV4L2_FWNODE_BUS_TYPE_GUESS}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjubj)}(hhh]jF)}(h,Default value if no bus-type fwnode propertyh]h,Default value if no bus-type fwnode property}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjhKhjubj)}(hH``V4L2_FWNODE_BUS_TYPE_CSI2_CPHY`` MIPI CSI-2 bus, C-PHY physical layer h](j)}(h"``V4L2_FWNODE_BUS_TYPE_CSI2_CPHY``h]j)}(hj h]hV4L2_FWNODE_BUS_TYPE_CSI2_CPHY}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjubj)}(hhh]jF)}(h$MIPI CSI-2 bus, C-PHY physical layerh]h$MIPI CSI-2 bus, C-PHY physical layer}(hj"hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjhKhjubj)}(h-``V4L2_FWNODE_BUS_TYPE_CSI1`` MIPI CSI-1 bus h](j)}(h``V4L2_FWNODE_BUS_TYPE_CSI1``h]j)}(hjBh]hV4L2_FWNODE_BUS_TYPE_CSI1}(hjDhhhNhNubah}(h]h ]h"]h$]h&]uh1jhj@ubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhj<ubj)}(hhh]jF)}(hMIPI CSI-1 bush]hMIPI CSI-1 bus}(hj[hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjWhKhjXubah}(h]h ]h"]h$]h&]uh1jhj<ubeh}(h]h ]h"]h$]h&]uh1jhjWhKhjubj)}(h=``V4L2_FWNODE_BUS_TYPE_CCP2`` SMIA Compact Camera Port 2 bus h](j)}(h``V4L2_FWNODE_BUS_TYPE_CCP2``h]j)}(hj{h]hV4L2_FWNODE_BUS_TYPE_CCP2}(hj}hhhNhNubah}(h]h ]h"]h$]h&]uh1jhjyubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjuubj)}(hhh]jF)}(hSMIA Compact Camera Port 2 bush]hSMIA Compact Camera Port 2 bus}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjhKhjubah}(h]h ]h"]h$]h&]uh1jhjuubeh}(h]h ]h"]h$]h&]uh1jhjhKhjubj)}(hH``V4L2_FWNODE_BUS_TYPE_CSI2_DPHY`` MIPI CSI-2 bus, D-PHY physical layer h](j)}(h"``V4L2_FWNODE_BUS_TYPE_CSI2_DPHY``h]j)}(hjh]hV4L2_FWNODE_BUS_TYPE_CSI2_DPHY}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjubj)}(hhh]jF)}(h$MIPI CSI-2 bus, D-PHY physical layerh]h$MIPI CSI-2 bus, D-PHY physical layer}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjhKhjubj)}(h@``V4L2_FWNODE_BUS_TYPE_PARALLEL`` Camera Parallel Interface bus h](j)}(h!``V4L2_FWNODE_BUS_TYPE_PARALLEL``h]j)}(hjh]hV4L2_FWNODE_BUS_TYPE_PARALLEL}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjubj)}(hhh]jF)}(hCamera Parallel Interface bush]hCamera Parallel Interface bus}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjhKhjubj)}(h<``V4L2_FWNODE_BUS_TYPE_BT656`` BT.656 video format bus-type h](j)}(h``V4L2_FWNODE_BUS_TYPE_BT656``h]j)}(hj&h]hV4L2_FWNODE_BUS_TYPE_BT656}(hj(hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj$ubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhj ubj)}(hhh]jF)}(hBT.656 video format bus-typeh]hBT.656 video format bus-type}(hj?hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhj;hKhj<ubah}(h]h ]h"]h$]h&]uh1jhj ubeh}(h]h ]h"]h$]h&]uh1jhj;hKhjubj)}(h:``V4L2_FWNODE_BUS_TYPE_DPI`` Video Parallel Interface bus h](j)}(h``V4L2_FWNODE_BUS_TYPE_DPI``h]j)}(hj_h]hV4L2_FWNODE_BUS_TYPE_DPI}(hjahhhNhNubah}(h]h ]h"]h$]h&]uh1jhj]ubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjYubj)}(hhh]jF)}(hVideo Parallel Interface bush]hVideo Parallel Interface bus}(hjxhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjthKhjuubah}(h]h ]h"]h$]h&]uh1jhjYubeh}(h]h ]h"]h$]h&]uh1jhjthKhjubj)}(h2``NR_OF_V4L2_FWNODE_BUS_TYPE`` Number of bus-typesh](j)}(h``NR_OF_V4L2_FWNODE_BUS_TYPE``h]j)}(hjh]hNR_OF_V4L2_FWNODE_BUS_TYPE}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjubj)}(hhh]jF)}(hNumber of bus-typesh]hNumber of bus-types}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhPg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjhKhjubeh}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ] kernelindentah"]h$]h&]uh1jjhhhhhNhNubh)}(hhh]h}(h]h ]h"]h$]h&]entries](h֌'v4l2_fwnode_endpoint_parse (C function)c.v4l2_fwnode_endpoint_parsehNtauh1hhhhhhNhNubh)}(hhh](h)}(h_int v4l2_fwnode_endpoint_parse (struct fwnode_handle *fwnode, struct v4l2_fwnode_endpoint *vep)h]h)}(h^int v4l2_fwnode_endpoint_parse(struct fwnode_handle *fwnode, struct v4l2_fwnode_endpoint *vep)h](hdesc_sig_keyword_type)}(hinth]hint}(hjhhhNhNubah}(h]h ]ktah"]h$]h&]uh1jhjhhhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKubh)}(h h]h }(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhjhhhjhKubj)}(hv4l2_fwnode_endpoint_parseh]j)}(hv4l2_fwnode_endpoint_parseh]hv4l2_fwnode_endpoint_parse}(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhjubah}(h]h ](j'j(eh"]h$]h&]hhuh1jhjhhhjhKubhdesc_parameterlist)}(h@(struct fwnode_handle *fwnode, struct v4l2_fwnode_endpoint *vep)h](hdesc_parameter)}(hstruct fwnode_handle *fwnodeh](h)}(hhh]hstruct}(hj6hhhNhNubah}(h]h ]hah"]h$]h&]uh1hhj2ubh)}(h h]h }(hjChhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhj2ubh)}(hhh]j)}(h fwnode_handleh]h fwnode_handle}(hjThhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhjQubah}(h]h ]h"]h$]h&] refdomainj_reftype identifier reftargetjVmodnameN classnameNjj)}j]j ASTIdentifier)}jjjsbc.v4l2_fwnode_endpoint_parseasbuh1hhj2ubh)}(h h]h }(hjwhhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhj2ubhdesc_sig_punctuation)}(h*h]h*}(hjhhhNhNubah}(h]h ]pah"]h$]h&]uh1jhj2ubj)}(hfwnodeh]hfwnode}(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhj2ubeh}(h]h ]h"]h$]h&]noemphhhuh1j0hj,ubj1)}(h struct v4l2_fwnode_endpoint *veph](h)}(hhh]hstruct}(hjhhhNhNubah}(h]h ]hah"]h$]h&]uh1hhjubh)}(h h]h }(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhjubh)}(hhh]j)}(hv4l2_fwnode_endpointh]hv4l2_fwnode_endpoint}(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&] refdomainj_reftypejj reftargetjmodnameN classnameNjj)}j]jsc.v4l2_fwnode_endpoint_parseasbuh1hhjubh)}(h h]h }(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhjubj)}(hjh]h*}(hjhhhNhNubah}(h]h ]jah"]h$]h&]uh1jhjubj)}(hveph]hvep}(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]noemphhhuh1j0hj,ubeh}(h]h ]h"]h$]h&]hhuh1j*hjhhhjhKubeh}(h]h ]h"]h$]h&]hhj2uh1hj3j4hjhhhjhKubah}(h]jah ](j8j9eh"]h$]h&]j=j>)j?huh1hhjhKhjhhubjA)}(hhh]jF)}(h parse all fwnode node propertiesh]h parse all fwnode node properties}(hj0hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhj-hhubah}(h]h ]h"]h$]h&]uh1j@hjhhhjhKubeh}(h]h ](j_functioneh"]h$]h&]jdj_jejHjfjHjgjhjiuh1hhhhhhNhNubjk)}(hX**Parameters** ``struct fwnode_handle *fwnode`` pointer to the endpoint's fwnode handle ``struct v4l2_fwnode_endpoint *vep`` pointer to the V4L2 fwnode data structure **Description** This function parses the V4L2 fwnode endpoint specific parameters from the firmware. There are two ways to use this function, either by letting it obtain the type of the bus (by setting the **vep.bus_type** field to V4L2_MBUS_UNKNOWN) or specifying the bus type explicitly to one of the :c:type:`enum v4l2_mbus_type ` types. When **vep.bus_type** is V4L2_MBUS_UNKNOWN, the function will use the "bus-type" property to determine the type when it is available. The caller is responsible for validating the contents of **vep.bus_type** field after the call returns. As a deprecated functionality to support older DT bindings without "bus-type" property for devices that support multiple types, if the "bus-type" property does not exist, the function will attempt to guess the type based on the endpoint properties available. NEVER RELY ON GUESSING THE BUS TYPE IN NEW DRIVERS OR BINDINGS. It is also possible to set **vep.bus_type** corresponding to an actual bus. In this case the function will only attempt to parse properties related to this bus, and it will return an error if the value of the "bus-type" property corresponds to a different bus. The caller is required to initialise all fields of **vep**, either with explicitly values, or by zeroing them. The function does not change the V4L2 fwnode endpoint state if it fails. **NOTE** This function does not parse "link-frequencies" property as its size is not known in advance. Please use v4l2_fwnode_endpoint_alloc_parse() if you need properties of variable size. **Return** ``0`` on success or a negative error code on failure: ``-ENOMEM`` on memory allocation failure ``-EINVAL`` on parsing failure ``-ENXIO`` on mismatching bus typesh](jF)}(h**Parameters**h]ju)}(hjRh]h Parameters}(hjThhhNhNubah}(h]h ]h"]h$]h&]uh1jthjPubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjLubj)}(hhh](j)}(hI``struct fwnode_handle *fwnode`` pointer to the endpoint's fwnode handle h](j)}(h ``struct fwnode_handle *fwnode``h]j)}(hjqh]hstruct fwnode_handle *fwnode}(hjshhhNhNubah}(h]h ]h"]h$]h&]uh1jhjoubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjkubj)}(hhh]jF)}(h'pointer to the endpoint's fwnode handleh]h)pointer to the endpoint’s fwnode handle}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjhKhjubah}(h]h ]h"]h$]h&]uh1jhjkubeh}(h]h ]h"]h$]h&]uh1jhjhKhjhubj)}(hO``struct v4l2_fwnode_endpoint *vep`` pointer to the V4L2 fwnode data structure h](j)}(h$``struct v4l2_fwnode_endpoint *vep``h]j)}(hjh]h struct v4l2_fwnode_endpoint *vep}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjubj)}(hhh]jF)}(h)pointer to the V4L2 fwnode data structureh]h)pointer to the V4L2 fwnode data structure}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjhKhjhubeh}(h]h ]h"]h$]h&]uh1jhjLubjF)}(h**Description**h]ju)}(hjh]h Description}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjLubjF)}(hXTThis function parses the V4L2 fwnode endpoint specific parameters from the firmware. There are two ways to use this function, either by letting it obtain the type of the bus (by setting the **vep.bus_type** field to V4L2_MBUS_UNKNOWN) or specifying the bus type explicitly to one of the :c:type:`enum v4l2_mbus_type ` types.h](hThis function parses the V4L2 fwnode endpoint specific parameters from the firmware. There are two ways to use this function, either by letting it obtain the type of the bus (by setting the }(hjhhhNhNubju)}(h**vep.bus_type**h]h vep.bus_type}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjubhQ field to V4L2_MBUS_UNKNOWN) or specifying the bus type explicitly to one of the }(hjhhhNhNubh)}(h.:c:type:`enum v4l2_mbus_type `h]j)}(hjh]henum v4l2_mbus_type}(hjhhhNhNubah}(h]h ](jj_c-typeeh"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]refdocj refdomainj_reftypetype refexplicitrefwarnjjjv4l2_mbus_typeuh1hhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjubh types.}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhj4hKhjLubjF)}(hWhen **vep.bus_type** is V4L2_MBUS_UNKNOWN, the function will use the "bus-type" property to determine the type when it is available. The caller is responsible for validating the contents of **vep.bus_type** field after the call returns.h](hWhen }(hj?hhhNhNubju)}(h**vep.bus_type**h]h vep.bus_type}(hjGhhhNhNubah}(h]h ]h"]h$]h&]uh1jthj?ubh is V4L2_MBUS_UNKNOWN, the function will use the “bus-type” property to determine the type when it is available. The caller is responsible for validating the contents of }(hj?hhhNhNubju)}(h**vep.bus_type**h]h vep.bus_type}(hjYhhhNhNubah}(h]h ]h"]h$]h&]uh1jthj?ubh field after the call returns.}(hj?hhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjLubjF)}(hXBAs a deprecated functionality to support older DT bindings without "bus-type" property for devices that support multiple types, if the "bus-type" property does not exist, the function will attempt to guess the type based on the endpoint properties available. NEVER RELY ON GUESSING THE BUS TYPE IN NEW DRIVERS OR BINDINGS.h]hXJAs a deprecated functionality to support older DT bindings without “bus-type” property for devices that support multiple types, if the “bus-type” property does not exist, the function will attempt to guess the type based on the endpoint properties available. NEVER RELY ON GUESSING THE BUS TYPE IN NEW DRIVERS OR BINDINGS.}(hjrhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjLubjF)}(hXIt is also possible to set **vep.bus_type** corresponding to an actual bus. In this case the function will only attempt to parse properties related to this bus, and it will return an error if the value of the "bus-type" property corresponds to a different bus.h](hIt is also possible to set }(hjhhhNhNubju)}(h**vep.bus_type**h]h vep.bus_type}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjubh corresponding to an actual bus. In this case the function will only attempt to parse properties related to this bus, and it will return an error if the value of the “bus-type” property corresponds to a different bus.}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjLubjF)}(hnThe caller is required to initialise all fields of **vep**, either with explicitly values, or by zeroing them.h](h3The caller is required to initialise all fields of }(hjhhhNhNubju)}(h**vep**h]hvep}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjubh4, either with explicitly values, or by zeroing them.}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjLubjF)}(hHThe function does not change the V4L2 fwnode endpoint state if it fails.h]hHThe function does not change the V4L2 fwnode endpoint state if it fails.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjLubjF)}(h**NOTE**h]ju)}(hjh]hNOTE}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjLubjF)}(hThis function does not parse "link-frequencies" property as its size is not known in advance. Please use v4l2_fwnode_endpoint_alloc_parse() if you need properties of variable size.h]hThis function does not parse “link-frequencies” property as its size is not known in advance. Please use v4l2_fwnode_endpoint_alloc_parse() if you need properties of variable size.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjLubjF)}(h **Return**h]ju)}(hjh]hReturn}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjLubj)}(hhh]j)}(h``0`` on success or a negative error code on failure: ``-ENOMEM`` on memory allocation failure ``-EINVAL`` on parsing failure ``-ENXIO`` on mismatching bus typesh](j)}(h5``0`` on success or a negative error code on failure:h](j)}(h``0``h]h0}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh0 on success or a negative error code on failure:}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjubj)}(hhh]jF)}(hk``-ENOMEM`` on memory allocation failure ``-EINVAL`` on parsing failure ``-ENXIO`` on mismatching bus typesh](j)}(h ``-ENOMEM``h]h-ENOMEM}(hj<hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj8ubh on memory allocation failure }(hj8hhhNhNubj)}(h ``-EINVAL``h]h-EINVAL}(hjNhhhNhNubah}(h]h ]h"]h$]h&]uh1jhj8ubh on parsing failure }(hj8hhhNhNubj)}(h ``-ENXIO``h]h-ENXIO}(hj`hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj8ubh on mismatching bus types}(hj8hhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhj5ubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhj4hKhjubah}(h]h ]h"]h$]h&]uh1jhjLubeh}(h]h ] kernelindentah"]h$]h&]uh1jjhhhhhNhNubh)}(hhh]h}(h]h ]h"]h$]h&]entries](h֌&v4l2_fwnode_endpoint_free (C function)c.v4l2_fwnode_endpoint_freehNtauh1hhhhhhNhNubh)}(hhh](h)}(hAvoid v4l2_fwnode_endpoint_free (struct v4l2_fwnode_endpoint *vep)h]h)}(h@void v4l2_fwnode_endpoint_free(struct v4l2_fwnode_endpoint *vep)h](j)}(hvoidh]hvoid}(hjhhhNhNubah}(h]h ]jah"]h$]h&]uh1jhjhhhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKubh)}(h h]h }(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhjhhhjhKubj)}(hv4l2_fwnode_endpoint_freeh]j)}(hv4l2_fwnode_endpoint_freeh]hv4l2_fwnode_endpoint_free}(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhjubah}(h]h ](j'j(eh"]h$]h&]hhuh1jhjhhhjhKubj+)}(h"(struct v4l2_fwnode_endpoint *vep)h]j1)}(h struct v4l2_fwnode_endpoint *veph](h)}(hhh]hstruct}(hjhhhNhNubah}(h]h ]hah"]h$]h&]uh1hhjubh)}(h h]h }(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhjubh)}(hhh]j)}(hv4l2_fwnode_endpointh]hv4l2_fwnode_endpoint}(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&] refdomainj_reftypejj reftargetjmodnameN classnameNjj)}j]jr)}jjjsbc.v4l2_fwnode_endpoint_freeasbuh1hhjubh)}(h h]h }(hj&hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhjubj)}(hjh]h*}(hj4hhhNhNubah}(h]h ]jah"]h$]h&]uh1jhjubj)}(hveph]hvep}(hjAhhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]noemphhhuh1j0hjubah}(h]h ]h"]h$]h&]hhuh1j*hjhhhjhKubeh}(h]h ]h"]h$]h&]hhj2uh1hj3j4hjhhhjhKubah}(h]jah ](j8j9eh"]h$]h&]j=j>)j?huh1hhjhKhjhhubjA)}(hhh]jF)}(hCfree the V4L2 fwnode acquired by v4l2_fwnode_endpoint_alloc_parse()h]hCfree the V4L2 fwnode acquired by v4l2_fwnode_endpoint_alloc_parse()}(hjkhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjhhhubah}(h]h ]h"]h$]h&]uh1j@hjhhhjhKubeh}(h]h ](j_functioneh"]h$]h&]jdj_jejjfjjgjhjiuh1hhhhhhNhNubjk)}(h**Parameters** ``struct v4l2_fwnode_endpoint *vep`` the V4L2 fwnode the resources of which are to be released **Description** It is safe to call this function with NULL argument or on a V4L2 fwnode the parsing of which failed.h](jF)}(h**Parameters**h]ju)}(hjh]h Parameters}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjubj)}(hhh]j)}(h_``struct v4l2_fwnode_endpoint *vep`` the V4L2 fwnode the resources of which are to be released h](j)}(h$``struct v4l2_fwnode_endpoint *vep``h]j)}(hjh]h struct v4l2_fwnode_endpoint *vep}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjubj)}(hhh]jF)}(h9the V4L2 fwnode the resources of which are to be releasedh]h9the V4L2 fwnode the resources of which are to be released}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjhKhjubah}(h]h ]h"]h$]h&]uh1jhjubjF)}(h**Description**h]ju)}(hjh]h Description}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjubjF)}(hdIt is safe to call this function with NULL argument or on a V4L2 fwnode the parsing of which failed.h]hdIt is safe to call this function with NULL argument or on a V4L2 fwnode the parsing of which failed.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjubeh}(h]h ] kernelindentah"]h$]h&]uh1jjhhhhhNhNubh)}(hhh]h}(h]h ]h"]h$]h&]entries](h֌-v4l2_fwnode_endpoint_alloc_parse (C function)"c.v4l2_fwnode_endpoint_alloc_parsehNtauh1hhhhhhNhNubh)}(hhh](h)}(heint v4l2_fwnode_endpoint_alloc_parse (struct fwnode_handle *fwnode, struct v4l2_fwnode_endpoint *vep)h]h)}(hdint v4l2_fwnode_endpoint_alloc_parse(struct fwnode_handle *fwnode, struct v4l2_fwnode_endpoint *vep)h](j)}(hinth]hint}(hj,hhhNhNubah}(h]h ]jah"]h$]h&]uh1jhj(hhhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMubh)}(h h]h }(hj;hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhj(hhhj:hMubj)}(h v4l2_fwnode_endpoint_alloc_parseh]j)}(h v4l2_fwnode_endpoint_alloc_parseh]h v4l2_fwnode_endpoint_alloc_parse}(hjMhhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhjIubah}(h]h ](j'j(eh"]h$]h&]hhuh1jhj(hhhj:hMubj+)}(h@(struct fwnode_handle *fwnode, struct v4l2_fwnode_endpoint *vep)h](j1)}(hstruct fwnode_handle *fwnodeh](h)}(hhh]hstruct}(hjihhhNhNubah}(h]h ]hah"]h$]h&]uh1hhjeubh)}(h h]h }(hjvhhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhjeubh)}(hhh]j)}(h fwnode_handleh]h fwnode_handle}(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&] refdomainj_reftypejj reftargetjmodnameN classnameNjj)}j]jr)}jjjOsb"c.v4l2_fwnode_endpoint_alloc_parseasbuh1hhjeubh)}(h h]h }(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhjeubj)}(hjh]h*}(hjhhhNhNubah}(h]h ]jah"]h$]h&]uh1jhjeubj)}(hfwnodeh]hfwnode}(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhjeubeh}(h]h ]h"]h$]h&]noemphhhuh1j0hjaubj1)}(h struct v4l2_fwnode_endpoint *veph](h)}(hhh]hstruct}(hjhhhNhNubah}(h]h ]hah"]h$]h&]uh1hhjubh)}(h h]h }(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhjubh)}(hhh]j)}(hv4l2_fwnode_endpointh]hv4l2_fwnode_endpoint}(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&] refdomainj_reftypejj reftargetjmodnameN classnameNjj)}j]j"c.v4l2_fwnode_endpoint_alloc_parseasbuh1hhjubh)}(h h]h }(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhjubj)}(hjh]h*}(hj%hhhNhNubah}(h]h ]jah"]h$]h&]uh1jhjubj)}(hveph]hvep}(hj2hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]noemphhhuh1j0hjaubeh}(h]h ]h"]h$]h&]hhuh1j*hj(hhhj:hMubeh}(h]h ]h"]h$]h&]hhj2uh1hj3j4hj$hhhj:hMubah}(h]jah ](j8j9eh"]h$]h&]j=j>)j?huh1hhj:hMhj!hhubjA)}(hhh]jF)}(h parse all fwnode node propertiesh]h parse all fwnode node properties}(hj\hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjYhhubah}(h]h ]h"]h$]h&]uh1j@hj!hhhj:hMubeh}(h]h ](j_functioneh"]h$]h&]jdj_jejtjfjtjgjhjiuh1hhhhhhNhNubjk)}(hX**Parameters** ``struct fwnode_handle *fwnode`` pointer to the endpoint's fwnode handle ``struct v4l2_fwnode_endpoint *vep`` pointer to the V4L2 fwnode data structure **Description** This function parses the V4L2 fwnode endpoint specific parameters from the firmware. There are two ways to use this function, either by letting it obtain the type of the bus (by setting the **vep.bus_type** field to V4L2_MBUS_UNKNOWN) or specifying the bus type explicitly to one of the :c:type:`enum v4l2_mbus_type ` types. When **vep.bus_type** is V4L2_MBUS_UNKNOWN, the function will use the "bus-type" property to determine the type when it is available. The caller is responsible for validating the contents of **vep.bus_type** field after the call returns. As a deprecated functionality to support older DT bindings without "bus-type" property for devices that support multiple types, if the "bus-type" property does not exist, the function will attempt to guess the type based on the endpoint properties available. NEVER RELY ON GUESSING THE BUS TYPE IN NEW DRIVERS OR BINDINGS. It is also possible to set **vep.bus_type** corresponding to an actual bus. In this case the function will only attempt to parse properties related to this bus, and it will return an error if the value of the "bus-type" property corresponds to a different bus. The caller is required to initialise all fields of **vep**, either with explicitly values, or by zeroing them. The function does not change the V4L2 fwnode endpoint state if it fails. v4l2_fwnode_endpoint_alloc_parse() has two important differences to v4l2_fwnode_endpoint_parse(): 1. It also parses variable size data. 2. The memory it has allocated to store the variable size data must be freed using v4l2_fwnode_endpoint_free() when no longer needed. **Return** ``0`` on success or a negative error code on failure: ``-ENOMEM`` on memory allocation failure ``-EINVAL`` on parsing failure ``-ENXIO`` on mismatching bus typesh](jF)}(h**Parameters**h]ju)}(hj~h]h Parameters}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jthj|ubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjxubj)}(hhh](j)}(hI``struct fwnode_handle *fwnode`` pointer to the endpoint's fwnode handle h](j)}(h ``struct fwnode_handle *fwnode``h]j)}(hjh]hstruct fwnode_handle *fwnode}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjubj)}(hhh]jF)}(h'pointer to the endpoint's fwnode handleh]h)pointer to the endpoint’s fwnode handle}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjhKhjubj)}(hO``struct v4l2_fwnode_endpoint *vep`` pointer to the V4L2 fwnode data structure h](j)}(h$``struct v4l2_fwnode_endpoint *vep``h]j)}(hjh]h struct v4l2_fwnode_endpoint *vep}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjubj)}(hhh]jF)}(h)pointer to the V4L2 fwnode data structureh]h)pointer to the V4L2 fwnode data structure}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjhKhjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjhKhjubeh}(h]h ]h"]h$]h&]uh1jhjxubjF)}(h**Description**h]ju)}(hjh]h Description}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjxubjF)}(hXTThis function parses the V4L2 fwnode endpoint specific parameters from the firmware. There are two ways to use this function, either by letting it obtain the type of the bus (by setting the **vep.bus_type** field to V4L2_MBUS_UNKNOWN) or specifying the bus type explicitly to one of the :c:type:`enum v4l2_mbus_type ` types.h](hThis function parses the V4L2 fwnode endpoint specific parameters from the firmware. There are two ways to use this function, either by letting it obtain the type of the bus (by setting the }(hj'hhhNhNubju)}(h**vep.bus_type**h]h vep.bus_type}(hj/hhhNhNubah}(h]h ]h"]h$]h&]uh1jthj'ubhQ field to V4L2_MBUS_UNKNOWN) or specifying the bus type explicitly to one of the }(hj'hhhNhNubh)}(h.:c:type:`enum v4l2_mbus_type `h]j)}(hjCh]henum v4l2_mbus_type}(hjEhhhNhNubah}(h]h ](jj_c-typeeh"]h$]h&]uh1jhjAubah}(h]h ]h"]h$]h&]refdocj refdomainj_reftypetype refexplicitrefwarnjjjv4l2_mbus_typeuh1hhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhj'ubh types.}(hj'hhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhj`hKhjxubjF)}(hWhen **vep.bus_type** is V4L2_MBUS_UNKNOWN, the function will use the "bus-type" property to determine the type when it is available. The caller is responsible for validating the contents of **vep.bus_type** field after the call returns.h](hWhen }(hjkhhhNhNubju)}(h**vep.bus_type**h]h vep.bus_type}(hjshhhNhNubah}(h]h ]h"]h$]h&]uh1jthjkubh is V4L2_MBUS_UNKNOWN, the function will use the “bus-type” property to determine the type when it is available. The caller is responsible for validating the contents of }(hjkhhhNhNubju)}(h**vep.bus_type**h]h vep.bus_type}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjkubh field after the call returns.}(hjkhhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjxubjF)}(hXBAs a deprecated functionality to support older DT bindings without "bus-type" property for devices that support multiple types, if the "bus-type" property does not exist, the function will attempt to guess the type based on the endpoint properties available. NEVER RELY ON GUESSING THE BUS TYPE IN NEW DRIVERS OR BINDINGS.h]hXJAs a deprecated functionality to support older DT bindings without “bus-type” property for devices that support multiple types, if the “bus-type” property does not exist, the function will attempt to guess the type based on the endpoint properties available. NEVER RELY ON GUESSING THE BUS TYPE IN NEW DRIVERS OR BINDINGS.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhKhjxubjF)}(hXIt is also possible to set **vep.bus_type** corresponding to an actual bus. In this case the function will only attempt to parse properties related to this bus, and it will return an error if the value of the "bus-type" property corresponds to a different bus.h](hIt is also possible to set }(hjhhhNhNubju)}(h**vep.bus_type**h]h vep.bus_type}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjubh corresponding to an actual bus. In this case the function will only attempt to parse properties related to this bus, and it will return an error if the value of the “bus-type” property corresponds to a different bus.}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMhjxubjF)}(hnThe caller is required to initialise all fields of **vep**, either with explicitly values, or by zeroing them.h](h3The caller is required to initialise all fields of }(hjhhhNhNubju)}(h**vep**h]hvep}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjubh4, either with explicitly values, or by zeroing them.}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMhjxubjF)}(hHThe function does not change the V4L2 fwnode endpoint state if it fails.h]hHThe function does not change the V4L2 fwnode endpoint state if it fails.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM hjxubjF)}(hav4l2_fwnode_endpoint_alloc_parse() has two important differences to v4l2_fwnode_endpoint_parse():h]hav4l2_fwnode_endpoint_alloc_parse() has two important differences to v4l2_fwnode_endpoint_parse():}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM hjxubhenumerated_list)}(hhh](h list_item)}(h#It also parses variable size data. h]jF)}(h"It also parses variable size data.h]h"It also parses variable size data.}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMhjubah}(h]h ]h"]h$]h&]uh1jhjubj)}(hThe memory it has allocated to store the variable size data must be freed using v4l2_fwnode_endpoint_free() when no longer needed. h]jF)}(hThe memory it has allocated to store the variable size data must be freed using v4l2_fwnode_endpoint_free() when no longer needed.h]hThe memory it has allocated to store the variable size data must be freed using v4l2_fwnode_endpoint_free() when no longer needed.}(hj1hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMhj-ubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]enumtypearabicprefixhsuffix.uh1j hjxubjF)}(h **Return**h]ju)}(hjSh]hReturn}(hjUhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjQubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMhjxubj)}(hhh]j)}(h``0`` on success or a negative error code on failure: ``-ENOMEM`` on memory allocation failure ``-EINVAL`` on parsing failure ``-ENXIO`` on mismatching bus typesh](j)}(h5``0`` on success or a negative error code on failure:h](j)}(h``0``h]h0}(hjthhhNhNubah}(h]h ]h"]h$]h&]uh1jhjpubh0 on success or a negative error code on failure:}(hjphhhNhNubeh}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMhjlubj)}(hhh]jF)}(hk``-ENOMEM`` on memory allocation failure ``-EINVAL`` on parsing failure ``-ENXIO`` on mismatching bus typesh](j)}(h ``-ENOMEM``h]h-ENOMEM}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh on memory allocation failure }(hjhhhNhNubj)}(h ``-EINVAL``h]h-EINVAL}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh on parsing failure }(hjhhhNhNubj)}(h ``-ENXIO``h]h-ENXIO}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh on mismatching bus types}(hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMhjubah}(h]h ]h"]h$]h&]uh1jhjlubeh}(h]h ]h"]h$]h&]uh1jhjhMhjiubah}(h]h ]h"]h$]h&]uh1jhjxubeh}(h]h ] kernelindentah"]h$]h&]uh1jjhhhhhNhNubh)}(hhh]h}(h]h ]h"]h$]h&]entries](h֌#v4l2_fwnode_parse_link (C function)c.v4l2_fwnode_parse_linkhNtauh1hhhhhhNhNubh)}(hhh](h)}(hXint v4l2_fwnode_parse_link (struct fwnode_handle *fwnode, struct v4l2_fwnode_link *link)h]h)}(hWint v4l2_fwnode_parse_link(struct fwnode_handle *fwnode, struct v4l2_fwnode_link *link)h](j)}(hinth]hint}(hjhhhNhNubah}(h]h ]jah"]h$]h&]uh1jhjhhhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM/ubh)}(h h]h }(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhjhhhjhM/ubj)}(hv4l2_fwnode_parse_linkh]j)}(hv4l2_fwnode_parse_linkh]hv4l2_fwnode_parse_link}(hj$hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhj ubah}(h]h ](j'j(eh"]h$]h&]hhuh1jhjhhhjhM/ubj+)}(h=(struct fwnode_handle *fwnode, struct v4l2_fwnode_link *link)h](j1)}(hstruct fwnode_handle *fwnodeh](h)}(hhh]hstruct}(hj@hhhNhNubah}(h]h ]hah"]h$]h&]uh1hhj<ubh)}(h h]h }(hjMhhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhj<ubh)}(hhh]j)}(h fwnode_handleh]h fwnode_handle}(hj^hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhj[ubah}(h]h ]h"]h$]h&] refdomainj_reftypejj reftargetj`modnameN classnameNjj)}j]jr)}jjj&sbc.v4l2_fwnode_parse_linkasbuh1hhj<ubh)}(h h]h }(hj~hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhj<ubj)}(hjh]h*}(hjhhhNhNubah}(h]h ]jah"]h$]h&]uh1jhj<ubj)}(hfwnodeh]hfwnode}(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhj<ubeh}(h]h ]h"]h$]h&]noemphhhuh1j0hj8ubj1)}(hstruct v4l2_fwnode_link *linkh](h)}(hhh]hstruct}(hjhhhNhNubah}(h]h ]hah"]h$]h&]uh1hhjubh)}(h h]h }(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhjubh)}(hhh]j)}(hv4l2_fwnode_linkh]hv4l2_fwnode_link}(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&] refdomainj_reftypejj reftargetjmodnameN classnameNjj)}j]jzc.v4l2_fwnode_parse_linkasbuh1hhjubh)}(h h]h }(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhjubj)}(hjh]h*}(hjhhhNhNubah}(h]h ]jah"]h$]h&]uh1jhjubj)}(hlinkh]hlink}(hj hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]noemphhhuh1j0hj8ubeh}(h]h ]h"]h$]h&]hhuh1j*hjhhhjhM/ubeh}(h]h ]h"]h$]h&]hhj2uh1hj3j4hjhhhjhM/ubah}(h]jah ](j8j9eh"]h$]h&]j=j>)j?huh1hhjhM/hjhhubjA)}(hhh]jF)}(h"parse a link between two endpointsh]h"parse a link between two endpoints}(hj3hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMhj0hhubah}(h]h ]h"]h$]h&]uh1j@hjhhhjhM/ubeh}(h]h ](j_functioneh"]h$]h&]jdj_jejKjfjKjgjhjiuh1hhhhhhNhNubjk)}(hX**Parameters** ``struct fwnode_handle *fwnode`` pointer to the endpoint's fwnode at the local end of the link ``struct v4l2_fwnode_link *link`` pointer to the V4L2 fwnode link data structure **Description** Fill the link structure with the local and remote nodes and port numbers. The local_node and remote_node fields are set to point to the local and remote port's parent nodes respectively (the port parent node being the parent node of the port node if that node isn't a 'ports' node, or the grand-parent node of the port node otherwise). A reference is taken to both the local and remote nodes, the caller must use v4l2_fwnode_put_link() to drop the references when done with the link. **Return** 0 on success, or -ENOLINK if the remote endpoint fwnode can't be found.h](jF)}(h**Parameters**h]ju)}(hjUh]h Parameters}(hjWhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjSubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM"hjOubj)}(hhh](j)}(h_``struct fwnode_handle *fwnode`` pointer to the endpoint's fwnode at the local end of the link h](j)}(h ``struct fwnode_handle *fwnode``h]j)}(hjth]hstruct fwnode_handle *fwnode}(hjvhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjrubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMhjnubj)}(hhh]jF)}(h=pointer to the endpoint's fwnode at the local end of the linkh]h?pointer to the endpoint’s fwnode at the local end of the link}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjhMhjubah}(h]h ]h"]h$]h&]uh1jhjnubeh}(h]h ]h"]h$]h&]uh1jhjhMhjkubj)}(hQ``struct v4l2_fwnode_link *link`` pointer to the V4L2 fwnode link data structure h](j)}(h!``struct v4l2_fwnode_link *link``h]j)}(hjh]hstruct v4l2_fwnode_link *link}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM hjubj)}(hhh]jF)}(h.pointer to the V4L2 fwnode link data structureh]h.pointer to the V4L2 fwnode link data structure}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjhM hjubah}(h]h ]h"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]uh1jhjhM hjkubeh}(h]h ]h"]h$]h&]uh1jhjOubjF)}(h**Description**h]ju)}(hjh]h Description}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM"hjOubjF)}(hXOFill the link structure with the local and remote nodes and port numbers. The local_node and remote_node fields are set to point to the local and remote port's parent nodes respectively (the port parent node being the parent node of the port node if that node isn't a 'ports' node, or the grand-parent node of the port node otherwise).h]hXWFill the link structure with the local and remote nodes and port numbers. The local_node and remote_node fields are set to point to the local and remote port’s parent nodes respectively (the port parent node being the parent node of the port node if that node isn’t a ‘ports’ node, or the grand-parent node of the port node otherwise).}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM"hjOubjF)}(hA reference is taken to both the local and remote nodes, the caller must use v4l2_fwnode_put_link() to drop the references when done with the link.h]hA reference is taken to both the local and remote nodes, the caller must use v4l2_fwnode_put_link() to drop the references when done with the link.}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM(hjOubjF)}(h **Return**h]ju)}(hjh]hReturn}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1jthjubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM,hjOubjF)}(hG0 on success, or -ENOLINK if the remote endpoint fwnode can't be found.h]hI0 on success, or -ENOLINK if the remote endpoint fwnode can’t be found.}(hj4hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM,hjOubeh}(h]h ] kernelindentah"]h$]h&]uh1jjhhhhhNhNubh)}(hhh]h}(h]h ]h"]h$]h&]entries](h֌!v4l2_fwnode_put_link (C function)c.v4l2_fwnode_put_linkhNtauh1hhhhhhNhNubh)}(hhh](h)}(h9void v4l2_fwnode_put_link (struct v4l2_fwnode_link *link)h]h)}(h8void v4l2_fwnode_put_link(struct v4l2_fwnode_link *link)h](j)}(hvoidh]hvoid}(hjchhhNhNubah}(h]h ]jah"]h$]h&]uh1jhj_hhhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM9ubh)}(h h]h }(hjrhhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhj_hhhjqhM9ubj)}(hv4l2_fwnode_put_linkh]j)}(hv4l2_fwnode_put_linkh]hv4l2_fwnode_put_link}(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhjubah}(h]h ](j'j(eh"]h$]h&]hhuh1jhj_hhhjqhM9ubj+)}(h(struct v4l2_fwnode_link *link)h]j1)}(hstruct v4l2_fwnode_link *linkh](h)}(hhh]hstruct}(hjhhhNhNubah}(h]h ]hah"]h$]h&]uh1hhjubh)}(h h]h }(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhjubh)}(hhh]j)}(hv4l2_fwnode_linkh]hv4l2_fwnode_link}(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhjubah}(h]h ]h"]h$]h&] refdomainj_reftypejj reftargetjmodnameN classnameNjj)}j]jr)}jjjsbc.v4l2_fwnode_put_linkasbuh1hhjubh)}(h h]h }(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhjubj)}(hjh]h*}(hjhhhNhNubah}(h]h ]jah"]h$]h&]uh1jhjubj)}(hlinkh]hlink}(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhjubeh}(h]h ]h"]h$]h&]noemphhhuh1j0hjubah}(h]h ]h"]h$]h&]hhuh1j*hj_hhhjqhM9ubeh}(h]h ]h"]h$]h&]hhj2uh1hj3j4hj[hhhjqhM9ubah}(h]jVah ](j8j9eh"]h$]h&]j=j>)j?huh1hhjqhM9hjXhhubjA)}(hhh]jF)}(h"drop references to nodes in a linkh]h"drop references to nodes in a link}(hj#hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM3hj hhubah}(h]h ]h"]h$]h&]uh1j@hjXhhhjqhM9ubeh}(h]h ](j_functioneh"]h$]h&]jdj_jej;jfj;jgjhjiuh1hhhhhhNhNubjk)}(hX**Parameters** ``struct v4l2_fwnode_link *link`` pointer to the V4L2 fwnode link data structure **Description** Drop references to the local and remote nodes in the link. This function must be called on every link parsed with v4l2_fwnode_parse_link().h](jF)}(h**Parameters**h]ju)}(hjEh]h Parameters}(hjGhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjCubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM7hj?ubj)}(hhh]j)}(hQ``struct v4l2_fwnode_link *link`` pointer to the V4L2 fwnode link data structure h](j)}(h!``struct v4l2_fwnode_link *link``h]j)}(hjdh]hstruct v4l2_fwnode_link *link}(hjfhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjbubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM4hj^ubj)}(hhh]jF)}(h.pointer to the V4L2 fwnode link data structureh]h.pointer to the V4L2 fwnode link data structure}(hj}hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjyhM4hjzubah}(h]h ]h"]h$]h&]uh1jhj^ubeh}(h]h ]h"]h$]h&]uh1jhjyhM4hj[ubah}(h]h ]h"]h$]h&]uh1jhj?ubjF)}(h**Description**h]ju)}(hjh]h Description}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jthjubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM6hj?ubjF)}(hDrop references to the local and remote nodes in the link. This function must be called on every link parsed with v4l2_fwnode_parse_link().h]hDrop references to the local and remote nodes in the link. This function must be called on every link parsed with v4l2_fwnode_parse_link().}(hjhhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM6hj?ubeh}(h]h ] kernelindentah"]h$]h&]uh1jjhhhhhNhNubh)}(hhh]h}(h]h ]h"]h$]h&]entries](h֌'v4l2_fwnode_connector_free (C function)c.v4l2_fwnode_connector_freehNtauh1hhhhhhNhNubh)}(hhh](h)}(hIvoid v4l2_fwnode_connector_free (struct v4l2_fwnode_connector *connector)h]h)}(hHvoid v4l2_fwnode_connector_free(struct v4l2_fwnode_connector *connector)h](j)}(hvoidh]hvoid}(hjhhhNhNubah}(h]h ]jah"]h$]h&]uh1jhjhhhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMEubh)}(h h]h }(hjhhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhjhhhjhMEubj)}(hv4l2_fwnode_connector_freeh]j)}(hv4l2_fwnode_connector_freeh]hv4l2_fwnode_connector_free}(hj hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhj ubah}(h]h ](j'j(eh"]h$]h&]hhuh1jhjhhhjhMEubj+)}(h)(struct v4l2_fwnode_connector *connector)h]j1)}(h'struct v4l2_fwnode_connector *connectorh](h)}(hhh]hstruct}(hj! hhhNhNubah}(h]h ]hah"]h$]h&]uh1hhj ubh)}(h h]h }(hj. hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhj ubh)}(hhh]j)}(hv4l2_fwnode_connectorh]hv4l2_fwnode_connector}(hj? hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhj< ubah}(h]h ]h"]h$]h&] refdomainj_reftypejj reftargetjA modnameN classnameNjj)}j]jr)}jjj sbc.v4l2_fwnode_connector_freeasbuh1hhj ubh)}(h h]h }(hj_ hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhj ubj)}(hjh]h*}(hjm hhhNhNubah}(h]h ]jah"]h$]h&]uh1jhj ubj)}(h connectorh]h connector}(hjz hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhj ubeh}(h]h ]h"]h$]h&]noemphhhuh1j0hj ubah}(h]h ]h"]h$]h&]hhuh1j*hjhhhjhMEubeh}(h]h ]h"]h$]h&]hhj2uh1hj3j4hjhhhjhMEubah}(h]jah ](j8j9eh"]h$]h&]j=j>)j?huh1hhjhMEhjhhubjA)}(hhh]jF)}(h'free the V4L2 connector acquired memoryh]h'free the V4L2 connector acquired memory}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM<hj hhubah}(h]h ]h"]h$]h&]uh1j@hjhhhjhMEubeh}(h]h ](j_functioneh"]h$]h&]jdj_jej jfj jgjhjiuh1hhhhhhNhNubjk)}(hXm**Parameters** ``struct v4l2_fwnode_connector *connector`` the V4L2 connector resources of which are to be released **Description** Free all allocated memory and put all links acquired by v4l2_fwnode_connector_parse() and v4l2_fwnode_connector_add_link(). It is safe to call this function with NULL argument or on a V4L2 connector the parsing of which failed.h](jF)}(h**Parameters**h]ju)}(hj h]h Parameters}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1jthj ubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM@hj ubj)}(hhh]j)}(he``struct v4l2_fwnode_connector *connector`` the V4L2 connector resources of which are to be released h](j)}(h+``struct v4l2_fwnode_connector *connector``h]j)}(hj h]h'struct v4l2_fwnode_connector *connector}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj ubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM=hj ubj)}(hhh]jF)}(h8the V4L2 connector resources of which are to be releasedh]h8the V4L2 connector resources of which are to be released}(hj hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhj hM=hj ubah}(h]h ]h"]h$]h&]uh1jhj ubeh}(h]h ]h"]h$]h&]uh1jhj hM=hj ubah}(h]h ]h"]h$]h&]uh1jhj ubjF)}(h**Description**h]ju)}(hj !h]h Description}(hj"!hhhNhNubah}(h]h ]h"]h$]h&]uh1jthj!ubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM?hj ubjF)}(h{Free all allocated memory and put all links acquired by v4l2_fwnode_connector_parse() and v4l2_fwnode_connector_add_link().h]h{Free all allocated memory and put all links acquired by v4l2_fwnode_connector_parse() and v4l2_fwnode_connector_add_link().}(hj6!hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM?hj ubjF)}(hgIt is safe to call this function with NULL argument or on a V4L2 connector the parsing of which failed.h]hgIt is safe to call this function with NULL argument or on a V4L2 connector the parsing of which failed.}(hjE!hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMBhj ubeh}(h]h ] kernelindentah"]h$]h&]uh1jjhhhhhNhNubh)}(hhh]h}(h]h ]h"]h$]h&]entries](h֌(v4l2_fwnode_connector_parse (C function)c.v4l2_fwnode_connector_parsehNtauh1hhhhhhNhNubh)}(hhh](h)}(hgint v4l2_fwnode_connector_parse (struct fwnode_handle *fwnode, struct v4l2_fwnode_connector *connector)h]h)}(hfint v4l2_fwnode_connector_parse(struct fwnode_handle *fwnode, struct v4l2_fwnode_connector *connector)h](j)}(hinth]hint}(hjt!hhhNhNubah}(h]h ]jah"]h$]h&]uh1jhjp!hhhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM[ubh)}(h h]h }(hj!hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhjp!hhhj!hM[ubj)}(hv4l2_fwnode_connector_parseh]j)}(hv4l2_fwnode_connector_parseh]hv4l2_fwnode_connector_parse}(hj!hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhj!ubah}(h]h ](j'j(eh"]h$]h&]hhuh1jhjp!hhhj!hM[ubj+)}(hG(struct fwnode_handle *fwnode, struct v4l2_fwnode_connector *connector)h](j1)}(hstruct fwnode_handle *fwnodeh](h)}(hhh]hstruct}(hj!hhhNhNubah}(h]h ]hah"]h$]h&]uh1hhj!ubh)}(h h]h }(hj!hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhj!ubh)}(hhh]j)}(h fwnode_handleh]h fwnode_handle}(hj!hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhj!ubah}(h]h ]h"]h$]h&] refdomainj_reftypejj reftargetj!modnameN classnameNjj)}j]jr)}jjj!sbc.v4l2_fwnode_connector_parseasbuh1hhj!ubh)}(h h]h }(hj!hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhj!ubj)}(hjh]h*}(hj!hhhNhNubah}(h]h ]jah"]h$]h&]uh1jhj!ubj)}(hfwnodeh]hfwnode}(hj "hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhj!ubeh}(h]h ]h"]h$]h&]noemphhhuh1j0hj!ubj1)}(h'struct v4l2_fwnode_connector *connectorh](h)}(hhh]hstruct}(hj#"hhhNhNubah}(h]h ]hah"]h$]h&]uh1hhj"ubh)}(h h]h }(hj0"hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhj"ubh)}(hhh]j)}(hv4l2_fwnode_connectorh]hv4l2_fwnode_connector}(hjA"hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhj>"ubah}(h]h ]h"]h$]h&] refdomainj_reftypejj reftargetjC"modnameN classnameNjj)}j]j!c.v4l2_fwnode_connector_parseasbuh1hhj"ubh)}(h h]h }(hj_"hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhj"ubj)}(hjh]h*}(hjm"hhhNhNubah}(h]h ]jah"]h$]h&]uh1jhj"ubj)}(h connectorh]h connector}(hjz"hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhj"ubeh}(h]h ]h"]h$]h&]noemphhhuh1j0hj!ubeh}(h]h ]h"]h$]h&]hhuh1j*hjp!hhhj!hM[ubeh}(h]h ]h"]h$]h&]hhj2uh1hj3j4hjl!hhhj!hM[ubah}(h]jg!ah ](j8j9eh"]h$]h&]j=j>)j?huh1hhj!hM[hji!hhubjA)}(hhh]jF)}(h-initialize the 'struct v4l2_fwnode_connector'h]h1initialize the ‘struct v4l2_fwnode_connector’}(hj"hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMHhj"hhubah}(h]h ]h"]h$]h&]uh1j@hji!hhhj!hM[ubeh}(h]h ](j_functioneh"]h$]h&]jdj_jej"jfj"jgjhjiuh1hhhhhhNhNubjk)}(hX**Parameters** ``struct fwnode_handle *fwnode`` pointer to the subdev endpoint's fwnode handle where the connector is connected to or to the connector endpoint fwnode handle. ``struct v4l2_fwnode_connector *connector`` pointer to the V4L2 fwnode connector data structure **Description** Fill the :c:type:`struct v4l2_fwnode_connector ` with the connector type, label and all :c:type:`enum v4l2_connector_type ` specific connector data. The label is optional so it is set to ``NULL`` if no one was found. The function initialize the links to zero. Adding links to the connector is done by calling v4l2_fwnode_connector_add_link(). The memory allocated for the label must be freed when no longer needed. Freeing the memory is done by v4l2_fwnode_connector_free(). **Return** * ``0`` on success or a negative error code on failure: * ``-EINVAL`` if **fwnode** is invalid * ``-ENOTCONN`` if connector type is unknown or connector device can't be foundh](jF)}(h**Parameters**h]ju)}(hj"h]h Parameters}(hj"hhhNhNubah}(h]h ]h"]h$]h&]uh1jthj"ubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMLhj"ubj)}(hhh](j)}(h``struct fwnode_handle *fwnode`` pointer to the subdev endpoint's fwnode handle where the connector is connected to or to the connector endpoint fwnode handle. h](j)}(h ``struct fwnode_handle *fwnode``h]j)}(hj"h]hstruct fwnode_handle *fwnode}(hj"hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj"ubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMJhj"ubj)}(hhh]jF)}(h~pointer to the subdev endpoint's fwnode handle where the connector is connected to or to the connector endpoint fwnode handle.h]hpointer to the subdev endpoint’s fwnode handle where the connector is connected to or to the connector endpoint fwnode handle.}(hj"hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMIhj"ubah}(h]h ]h"]h$]h&]uh1jhj"ubeh}(h]h ]h"]h$]h&]uh1jhj"hMJhj"ubj)}(h```struct v4l2_fwnode_connector *connector`` pointer to the V4L2 fwnode connector data structure h](j)}(h+``struct v4l2_fwnode_connector *connector``h]j)}(hj#h]h'struct v4l2_fwnode_connector *connector}(hj!#hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj#ubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMKhj#ubj)}(hhh]jF)}(h3pointer to the V4L2 fwnode connector data structureh]h3pointer to the V4L2 fwnode connector data structure}(hj8#hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhj4#hMKhj5#ubah}(h]h ]h"]h$]h&]uh1jhj#ubeh}(h]h ]h"]h$]h&]uh1jhj4#hMKhj"ubeh}(h]h ]h"]h$]h&]uh1jhj"ubjF)}(h**Description**h]ju)}(hjZ#h]h Description}(hj\#hhhNhNubah}(h]h ]h"]h$]h&]uh1jthjX#ubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMMhj"ubjF)}(hXFill the :c:type:`struct v4l2_fwnode_connector ` with the connector type, label and all :c:type:`enum v4l2_connector_type ` specific connector data. The label is optional so it is set to ``NULL`` if no one was found. The function initialize the links to zero. Adding links to the connector is done by calling v4l2_fwnode_connector_add_link().h](h Fill the }(hjp#hhhNhNubh)}(h>:c:type:`struct v4l2_fwnode_connector `h]j)}(hjz#h]hstruct v4l2_fwnode_connector}(hj|#hhhNhNubah}(h]h ](jj_c-typeeh"]h$]h&]uh1jhjx#ubah}(h]h ]h"]h$]h&]refdocj refdomainj_reftypetype refexplicitrefwarnjjjv4l2_fwnode_connectoruh1hhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMMhjp#ubh( with the connector type, label and all }(hjp#hhhNhNubh)}(h8:c:type:`enum v4l2_connector_type `h]j)}(hj#h]henum v4l2_connector_type}(hj#hhhNhNubah}(h]h ](jj_c-typeeh"]h$]h&]uh1jhj#ubah}(h]h ]h"]h$]h&]refdocj refdomainj_reftypetype refexplicitrefwarnjjjv4l2_connector_typeuh1hhj#hMMhjp#ubh@ specific connector data. The label is optional so it is set to }(hjp#hhhNhNubj)}(h``NULL``h]hNULL}(hj#hhhNhNubah}(h]h ]h"]h$]h&]uh1jhjp#ubh if no one was found. The function initialize the links to zero. Adding links to the connector is done by calling v4l2_fwnode_connector_add_link().}(hjp#hhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhj#hMMhj"ubjF)}(hThe memory allocated for the label must be freed when no longer needed. Freeing the memory is done by v4l2_fwnode_connector_free().h]hThe memory allocated for the label must be freed when no longer needed. Freeing the memory is done by v4l2_fwnode_connector_free().+f}(hj#hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMShj"ubjF)}(h **Return**h]ju)}(hj#h]hReturn}(hj#hhhNhNubah}(h]h ]h"]h$]h&]uh1jthj#ubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMVhj"ubh bullet_list)}(hhh](j)}(h5``0`` on success or a negative error code on failure:h]jF)}(hj$h](j)}(h``0``h]h0}(hj $hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj$ubh0 on success or a negative error code on failure:}(hj$hhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMVhj$ubah}(h]h ]h"]h$]h&]uh1jhj$ubj)}(h$``-EINVAL`` if **fwnode** is invalidh]jF)}(hj+$h](j)}(h ``-EINVAL``h]h-EINVAL}(hj0$hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj-$ubh if }(hj-$hhhNhNubju)}(h **fwnode**h]hfwnode}(hjB$hhhNhNubah}(h]h ]h"]h$]h&]uh1jthj-$ubh is invalid}(hj-$hhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMWhj)$ubah}(h]h ]h"]h$]h&]uh1jhj$ubj)}(hM``-ENOTCONN`` if connector type is unknown or connector device can't be foundh]jF)}(hjc$h](j)}(h ``-ENOTCONN``h]h -ENOTCONN}(hjh$hhhNhNubah}(h]h ]h"]h$]h&]uh1jhje$ubhB if connector type is unknown or connector device can’t be found}(hje$hhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMXhja$ubah}(h]h ]h"]h$]h&]uh1jhj$ubeh}(h]h ]h"]h$]h&]bulletjuh1j#hj"$hMVhj"ubeh}(h]h ] kernelindentah"]h$]h&]uh1jjhhhhhNhNubh)}(hhh]h}(h]h ]h"]h$]h&]entries](h֌+v4l2_fwnode_connector_add_link (C function) c.v4l2_fwnode_connector_add_linkhNtauh1hhhhhhNhNubh)}(hhh](h)}(hjint v4l2_fwnode_connector_add_link (struct fwnode_handle *fwnode, struct v4l2_fwnode_connector *connector)h]h)}(hiint v4l2_fwnode_connector_add_link(struct fwnode_handle *fwnode, struct v4l2_fwnode_connector *connector)h](j)}(hinth]hint}(hj$hhhNhNubah}(h]h ]jah"]h$]h&]uh1jhj$hhhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMtubh)}(h h]h }(hj$hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhj$hhhj$hMtubj)}(hv4l2_fwnode_connector_add_linkh]j)}(hv4l2_fwnode_connector_add_linkh]hv4l2_fwnode_connector_add_link}(hj$hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhj$ubah}(h]h ](j'j(eh"]h$]h&]hhuh1jhj$hhhj$hMtubj+)}(hG(struct fwnode_handle *fwnode, struct v4l2_fwnode_connector *connector)h](j1)}(hstruct fwnode_handle *fwnodeh](h)}(hhh]hstruct}(hj$hhhNhNubah}(h]h ]hah"]h$]h&]uh1hhj$ubh)}(h h]h }(hj$hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhj$ubh)}(hhh]j)}(h fwnode_handleh]h fwnode_handle}(hj %hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhj%ubah}(h]h ]h"]h$]h&] refdomainj_reftypejj reftargetj %modnameN classnameNjj)}j]jr)}jjj$sb c.v4l2_fwnode_connector_add_linkasbuh1hhj$ubh)}(h h]h }(hj)%hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhj$ubj)}(hjh]h*}(hj7%hhhNhNubah}(h]h ]jah"]h$]h&]uh1jhj$ubj)}(hfwnodeh]hfwnode}(hjD%hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhj$ubeh}(h]h ]h"]h$]h&]noemphhhuh1j0hj$ubj1)}(h'struct v4l2_fwnode_connector *connectorh](h)}(hhh]hstruct}(hj]%hhhNhNubah}(h]h ]hah"]h$]h&]uh1hhjY%ubh)}(h h]h }(hjj%hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhjY%ubh)}(hhh]j)}(hv4l2_fwnode_connectorh]hv4l2_fwnode_connector}(hj{%hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhjx%ubah}(h]h ]h"]h$]h&] refdomainj_reftypejj reftargetj}%modnameN classnameNjj)}j]j%% c.v4l2_fwnode_connector_add_linkasbuh1hhjY%ubh)}(h h]h }(hj%hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhjY%ubj)}(hjh]h*}(hj%hhhNhNubah}(h]h ]jah"]h$]h&]uh1jhjY%ubj)}(h connectorh]h connector}(hj%hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhjY%ubeh}(h]h ]h"]h$]h&]noemphhhuh1j0hj$ubeh}(h]h ]h"]h$]h&]hhuh1j*hj$hhhj$hMtubeh}(h]h ]h"]h$]h&]hhj2uh1hj3j4hj$hhhj$hMtubah}(h]j$ah ](j8j9eh"]h$]h&]j=j>)j?huh1hhj$hMthj$hhubjA)}(hhh]jF)}(h;add a link between a connector node and a v4l2-subdev node.h]h;add a link between a connector node and a v4l2-subdev node.}(hj%hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM_hj%hhubah}(h]h ]h"]h$]h&]uh1j@hj$hhhj$hMtubeh}(h]h ](j_functioneh"]h$]h&]jdj_jej%jfj%jgjhjiuh1hhhhhhNhNubjk)}(hX**Parameters** ``struct fwnode_handle *fwnode`` pointer to the subdev endpoint's fwnode handle where the connector is connected to ``struct v4l2_fwnode_connector *connector`` pointer to the V4L2 fwnode connector data structure **Description** Add a new :c:type:`struct v4l2_connector_link ` link to the :c:type:`struct v4l2_fwnode_connector ` connector links list. The link local_node points to the connector node, the remote_node to the host v4l2 (sub)dev. The taken references to remote_node and local_node must be dropped and the allocated memory must be freed when no longer needed. Both is done by calling v4l2_fwnode_connector_free(). **Return** * ``0`` on success or a negative error code on failure: * ``-EINVAL`` if **fwnode** or **connector** is invalid or **connector** type is unknown * ``-ENOMEM`` on link memory allocation failure * ``-ENOTCONN`` if remote connector device can't be found * ``-ENOLINK`` if link parsing between v4l2 (sub)dev and connector failsh](jF)}(h**Parameters**h]ju)}(hj&h]h Parameters}(hj&hhhNhNubah}(h]h ]h"]h$]h&]uh1jthj%ubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMchj%ubj)}(hhh](j)}(ht``struct fwnode_handle *fwnode`` pointer to the subdev endpoint's fwnode handle where the connector is connected to h](j)}(h ``struct fwnode_handle *fwnode``h]j)}(hj&h]hstruct fwnode_handle *fwnode}(hj!&hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj&ubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMbhj&ubj)}(hhh]jF)}(hRpointer to the subdev endpoint's fwnode handle where the connector is connected toh]hTpointer to the subdev endpoint’s fwnode handle where the connector is connected to}(hj8&hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMahj5&ubah}(h]h ]h"]h$]h&]uh1jhj&ubeh}(h]h ]h"]h$]h&]uh1jhj4&hMbhj&ubj)}(h```struct v4l2_fwnode_connector *connector`` pointer to the V4L2 fwnode connector data structure h](j)}(h+``struct v4l2_fwnode_connector *connector``h]j)}(hjY&h]h'struct v4l2_fwnode_connector *connector}(hj[&hhhNhNubah}(h]h ]h"]h$]h&]uh1jhjW&ubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMchjS&ubj)}(hhh]jF)}(h3pointer to the V4L2 fwnode connector data structureh]h3pointer to the V4L2 fwnode connector data structure}(hjr&hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhjn&hMchjo&ubah}(h]h ]h"]h$]h&]uh1jhjS&ubeh}(h]h ]h"]h$]h&]uh1jhjn&hMchj&ubeh}(h]h ]h"]h$]h&]uh1jhj%ubjF)}(h**Description**h]ju)}(hj&h]h Description}(hj&hhhNhNubah}(h]h ]h"]h$]h&]uh1jthj&ubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMehj%ubjF)}(hXAdd a new :c:type:`struct v4l2_connector_link ` link to the :c:type:`struct v4l2_fwnode_connector ` connector links list. The link local_node points to the connector node, the remote_node to the host v4l2 (sub)dev.h](h Add a new }(hj&hhhNhNubh)}(h::c:type:`struct v4l2_connector_link `h]j)}(hj&h]hstruct v4l2_connector_link}(hj&hhhNhNubah}(h]h ](jj_c-typeeh"]h$]h&]uh1jhj&ubah}(h]h ]h"]h$]h&]refdocj refdomainj_reftypetype refexplicitrefwarnjjjv4l2_connector_linkuh1hhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMehj&ubh link to the }(hj&hhhNhNubh)}(h>:c:type:`struct v4l2_fwnode_connector `h]j)}(hj&h]hstruct v4l2_fwnode_connector}(hj&hhhNhNubah}(h]h ](jj_c-typeeh"]h$]h&]uh1jhj&ubah}(h]h ]h"]h$]h&]refdocj refdomainj_reftypetype refexplicitrefwarnjjjv4l2_fwnode_connectoruh1hhj&hMehj&ubhs connector links list. The link local_node points to the connector node, the remote_node to the host v4l2 (sub)dev.}(hj&hhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhj&hMehj%ubjF)}(hThe taken references to remote_node and local_node must be dropped and the allocated memory must be freed when no longer needed. Both is done by calling v4l2_fwnode_connector_free().h]hThe taken references to remote_node and local_node must be dropped and the allocated memory must be freed when no longer needed. Both is done by calling v4l2_fwnode_connector_free().}(hj&hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMihj%ubjF)}(h **Return**h]ju)}(hj'h]hReturn}(hj'hhhNhNubah}(h]h ]h"]h$]h&]uh1jthj'ubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMmhj%ubj#)}(hhh](j)}(h5``0`` on success or a negative error code on failure:h]jF)}(hj+'h](j)}(h``0``h]h0}(hj0'hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj-'ubh0 on success or a negative error code on failure:}(hj-'hhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMmhj)'ubah}(h]h ]h"]h$]h&]uh1jhj&'ubj)}(hV``-EINVAL`` if **fwnode** or **connector** is invalid or **connector** type is unknownh]jF)}(hjQ'h](j)}(h ``-EINVAL``h]h-EINVAL}(hjV'hhhNhNubah}(h]h ]h"]h$]h&]uh1jhjS'ubh if }(hjS'hhhNhNubju)}(h **fwnode**h]hfwnode}(hjh'hhhNhNubah}(h]h ]h"]h$]h&]uh1jthjS'ubh or }(hjS'hhhNhNubju)}(h **connector**h]h connector}(hjz'hhhNhNubah}(h]h ]h"]h$]h&]uh1jthjS'ubh is invalid or }(hjS'hhhNhNubju)}(h **connector**h]h connector}(hj'hhhNhNubah}(h]h ]h"]h$]h&]uh1jthjS'ubh type is unknown}(hjS'hhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMnhjO'ubah}(h]h ]h"]h$]h&]uh1jhj&'ubj)}(h-``-ENOMEM`` on link memory allocation failureh]jF)}(hj'h](j)}(h ``-ENOMEM``h]h-ENOMEM}(hj'hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj'ubh" on link memory allocation failure}(hj'hhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMohj'ubah}(h]h ]h"]h$]h&]uh1jhj&'ubj)}(h7``-ENOTCONN`` if remote connector device can't be foundh]jF)}(hj'h](j)}(h ``-ENOTCONN``h]h -ENOTCONN}(hj'hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj'ubh, if remote connector device can’t be found}(hj'hhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMphj'ubah}(h]h ]h"]h$]h&]uh1jhj&'ubj)}(hF``-ENOLINK`` if link parsing between v4l2 (sub)dev and connector failsh]jF)}(hj'h](j)}(h ``-ENOLINK``h]h-ENOLINK}(hj'hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj'ubh: if link parsing between v4l2 (sub)dev and connector fails}(hj'hhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMqhj'ubah}(h]h ]h"]h$]h&]uh1jhj&'ubeh}(h]h ]h"]h$]h&]j$juh1j#hjH'hMmhj%ubeh}(h]h ] kernelindentah"]h$]h&]uh1jjhhhhhNhNubh)}(hhh]h}(h]h ]h"]h$]h&]entries](h֌%v4l2_fwnode_device_parse (C function)c.v4l2_fwnode_device_parsehNtauh1hhhhhhNhNubh)}(hhh](h)}(h^int v4l2_fwnode_device_parse (struct device *dev, struct v4l2_fwnode_device_properties *props)h]h)}(h]int v4l2_fwnode_device_parse(struct device *dev, struct v4l2_fwnode_device_properties *props)h](j)}(hinth]hint}(hjC(hhhNhNubah}(h]h ]jah"]h$]h&]uh1jhj?(hhhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMubh)}(h h]h }(hjR(hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhj?(hhhjQ(hMubj)}(hv4l2_fwnode_device_parseh]j)}(hv4l2_fwnode_device_parseh]hv4l2_fwnode_device_parse}(hjd(hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhj`(ubah}(h]h ](j'j(eh"]h$]h&]hhuh1jhj?(hhhjQ(hMubj+)}(hA(struct device *dev, struct v4l2_fwnode_device_properties *props)h](j1)}(hstruct device *devh](h)}(hhh]hstruct}(hj(hhhNhNubah}(h]h ]hah"]h$]h&]uh1hhj|(ubh)}(h h]h }(hj(hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhj|(ubh)}(hhh]j)}(hdeviceh]hdevice}(hj(hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhj(ubah}(h]h ]h"]h$]h&] refdomainj_reftypejj reftargetj(modnameN classnameNjj)}j]jr)}jjjf(sbc.v4l2_fwnode_device_parseasbuh1hhj|(ubh)}(h h]h }(hj(hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhj|(ubj)}(hjh]h*}(hj(hhhNhNubah}(h]h ]jah"]h$]h&]uh1jhj|(ubj)}(hdevh]hdev}(hj(hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhj|(ubeh}(h]h ]h"]h$]h&]noemphhhuh1j0hjx(ubj1)}(h+struct v4l2_fwnode_device_properties *propsh](h)}(hhh]hstruct}(hj(hhhNhNubah}(h]h ]hah"]h$]h&]uh1hhj(ubh)}(h h]h }(hj(hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhj(ubh)}(hhh]j)}(hv4l2_fwnode_device_propertiesh]hv4l2_fwnode_device_properties}(hj)hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhj )ubah}(h]h ]h"]h$]h&] refdomainj_reftypejj reftargetj)modnameN classnameNjj)}j]j(c.v4l2_fwnode_device_parseasbuh1hhj(ubh)}(h h]h }(hj.)hhhNhNubah}(h]h ]j ah"]h$]h&]uh1hhj(ubj)}(hjh]h*}(hj<)hhhNhNubah}(h]h ]jah"]h$]h&]uh1jhj(ubj)}(hpropsh]hprops}(hjI)hhhNhNubah}(h]h ]j ah"]h$]h&]uh1jhj(ubeh}(h]h ]h"]h$]h&]noemphhhuh1j0hjx(ubeh}(h]h ]h"]h$]h&]hhuh1j*hj?(hhhjQ(hMubeh}(h]h ]h"]h$]h&]hhj2uh1hj3j4hj;(hhhjQ(hMubah}(h]j6(ah ](j8j9eh"]h$]h&]j=j>)j?huh1hhjQ(hMhj8(hhubjA)}(hhh]jF)}(hparse fwnode device propertiesh]hparse fwnode device properties}(hjs)hhhNhNubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMxhjp)hhubah}(h]h ]h"]h$]h&]uh1j@hj8(hhhjQ(hMubeh}(h]h ](j_functioneh"]h$]h&]jdj_jej)jfj)jgjhjiuh1hhhhhhNhNubjk)}(hX,**Parameters** ``struct device *dev`` pointer to :c:type:`struct device ` ``struct v4l2_fwnode_device_properties *props`` pointer to :c:type:`struct v4l2_fwnode_device_properties ` where to store the parsed properties values **Description** This function parses and validates the V4L2 fwnode device properties from the firmware interface, and fills the **struct** v4l2_fwnode_device_properties provided by the caller. **Return** % 0 on success ``-EINVAL`` if a parsed property value is not validh](jF)}(h**Parameters**h]ju)}(hj)h]h Parameters}(hj)hhhNhNubah}(h]h ]h"]h$]h&]uh1jthj)ubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM|hj)ubj)}(hhh](j)}(hC``struct device *dev`` pointer to :c:type:`struct device ` h](j)}(h``struct device *dev``h]j)}(hj)h]hstruct device *dev}(hj)hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj)ubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMyhj)ubj)}(hhh]jF)}(h+pointer to :c:type:`struct device `h](h pointer to }(hj)hhhNhNubh)}(h :c:type:`struct device `h]j)}(hj)h]h struct device}(hj)hhhNhNubah}(h]h ](jj_c-typeeh"]h$]h&]uh1jhj)ubah}(h]h ]h"]h$]h&]refdocj refdomainj_reftypetype refexplicitrefwarnjjjdeviceuh1hhj)hMyhj)ubeh}(h]h ]h"]h$]h&]uh1jEhj)hMyhj)ubah}(h]h ]h"]h$]h&]uh1jhj)ubeh}(h]h ]h"]h$]h&]uh1jhj)hMyhj)ubj)}(h``struct v4l2_fwnode_device_properties *props`` pointer to :c:type:`struct v4l2_fwnode_device_properties ` where to store the parsed properties values h](j)}(h/``struct v4l2_fwnode_device_properties *props``h]j)}(hj *h]h+struct v4l2_fwnode_device_properties *props}(hj*hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj *ubah}(h]h ]h"]h$]h&]uh1jhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM{hj*ubj)}(hhh]jF)}(hpointer to :c:type:`struct v4l2_fwnode_device_properties ` where to store the parsed properties valuesh](h pointer to }(hj%*hhhNhNubh)}(hN:c:type:`struct v4l2_fwnode_device_properties `h]j)}(hj/*h]h$struct v4l2_fwnode_device_properties}(hj1*hhhNhNubah}(h]h ](jj_c-typeeh"]h$]h&]uh1jhj-*ubah}(h]h ]h"]h$]h&]refdocj refdomainj_reftypetype refexplicitrefwarnjjjv4l2_fwnode_device_propertiesuh1hhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMzhj%*ubh, where to store the parsed properties values}(hj%*hhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhjL*hMzhj"*ubah}(h]h ]h"]h$]h&]uh1jhj*ubeh}(h]h ]h"]h$]h&]uh1jhj!*hM{hj)ubeh}(h]h ]h"]h$]h&]uh1jhj)ubjF)}(h**Description**h]ju)}(hjk*h]h Description}(hjm*hhhNhNubah}(h]h ]h"]h$]h&]uh1jthji*ubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM}hj)ubjF)}(hThis function parses and validates the V4L2 fwnode device properties from the firmware interface, and fills the **struct** v4l2_fwnode_device_properties provided by the caller.h](hpThis function parses and validates the V4L2 fwnode device properties from the firmware interface, and fills the }(hj*hhhNhNubju)}(h **struct**h]hstruct}(hj*hhhNhNubah}(h]h ]h"]h$]h&]uh1jthj*ubh6 v4l2_fwnode_device_properties provided by the caller.}(hj*hhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhM}hj)ubjF)}(h **Return**h]ju)}(hj*h]hReturn}(hj*hhhNhNubah}(h]h ]h"]h$]h&]uh1jthj*ubah}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMhj)ubjx)}(hB% 0 on success ``-EINVAL`` if a parsed property value is not validh]jF)}(hB% 0 on success ``-EINVAL`` if a parsed property value is not validh](h% 0 on success }(hj*hhhNhNubj)}(h ``-EINVAL``h]h-EINVAL}(hj*hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj*ubh( if a parsed property value is not valid}(hj*hhhNhNubeh}(h]h ]h"]h$]h&]uh1jEhg/var/lib/git/docbuild/linux/Documentation/driver-api/media/v4l2-fwnode:5: ./include/media/v4l2-fwnode.hhMhj*ubah}(h]h ]h"]h$]h&]uh1jwhj*hMhj)ubeh}(h]h ] kernelindentah"]h$]h&]uh1jjhhhhhNhNubeh}(h]v4l2-fwnode-kapiah ]h"]v4l2 fwnode kapiah$]h&]uh1hhhhhhhhKubeh}(h]h ]h"]h$]h&]sourcehuh1hcurrent_sourceN current_lineNsettingsdocutils.frontendValues)}(hN generatorN datestampN source_linkN source_urlN toc_backlinksentryfootnote_backlinksK sectnum_xformKstrip_commentsNstrip_elements_with_classesN strip_classesN report_levelK halt_levelKexit_status_levelKdebugNwarning_streamN tracebackinput_encoding utf-8-siginput_encoding_error_handlerstrictoutput_encodingutf-8output_encoding_error_handlerj+error_encodingutf-8error_encoding_error_handlerbackslashreplace language_codeenrecord_dependenciesNconfigN id_prefixhauto_id_prefixid dump_settingsNdump_internalsNdump_transformsNdump_pseudo_xmlNexpose_internalsNstrict_visitorN_disable_configN_sourceh _destinationN _config_files]7/var/lib/git/docbuild/linux/Documentation/docutils.confafile_insertion_enabled raw_enabledKline_length_limitM'pep_referencesN pep_base_urlhttps://peps.python.org/pep_file_url_templatepep-%04drfc_referencesN rfc_base_url&https://datatracker.ietf.org/doc/html/ tab_widthKtrim_footnote_reference_spacesyntax_highlightlong smart_quotessmartquotes_locales]character_level_inline_markupdoctitle_xform docinfo_xformKsectsubtitle_xform image_loadinglinkembed_stylesheetcloak_email_addressessection_self_linkenvNubreporterNindirect_targets]substitution_defs}substitution_names}refnames}refids}nameids}j*j*s nametypes}j*sh}(j*hhhjj#jjjBjGjjj j j j j j j j j@jEjjjjjj$jjjVj[jjjg!jl!j$j$j6(j;(u footnote_refs} citation_refs} autofootnotes]autofootnote_refs]symbol_footnotes]symbol_footnote_refs] footnotes] citations]autofootnote_startKsymbol_footnote_startK id_counter collectionsCounter}Rparse_messages]transform_messages] transformerN include_log] decorationNhhub.