1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>struct usb_os_desc_ext_prop</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="USB Gadget API for Linux"><link rel="up" href="composite.html" title="Composite Device Framework"><link rel="prev" href="composite.html" title="Composite Device Framework"><link rel="next" href="API-struct-usb-os-desc.html" title="struct usb_os_desc"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">struct usb_os_desc_ext_prop</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="composite.html">Prev</a>&#160;</td><th width="60%" align="center">Composite Device Framework</th><td width="20%" align="right">&#160;<a accesskey="n" href="API-struct-usb-os-desc.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-struct-usb-os-desc-ext-prop"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>struct usb_os_desc_ext_prop &#8212; 
2  describes one <span class="quote">&#8220;<span class="quote">Extended Property</span>&#8221;</span>
3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">
4struct usb_os_desc_ext_prop {
5  struct list_head entry;
6  u8 type;
7  int name_len;
8  char * name;
9  int data_len;
10  char * data;
11  struct config_item item;
12};  </pre></div><div class="refsect1"><a name="idp1124285524"></a><h2>Members</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">entry</span></dt><dd><p>
13used to keep a list of extended properties
14      </p></dd><dt><span class="term">type</span></dt><dd><p>
15Extended Property type
16      </p></dd><dt><span class="term">name_len</span></dt><dd><p>
17Extended Property unicode name length, including terminating '\0'
18      </p></dd><dt><span class="term">name</span></dt><dd><p>
19Extended Property name
20      </p></dd><dt><span class="term">data_len</span></dt><dd><p>
21Length of Extended Property blob (for unicode store double len)
22      </p></dd><dt><span class="term">data</span></dt><dd><p>
23Extended Property blob
24      </p></dd><dt><span class="term">item</span></dt><dd><p>
25Represents this Extended Property in configfs
26      </p></dd></dl></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="composite.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="composite.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="API-struct-usb-os-desc.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Composite Device Framework&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;<span class="phrase">struct usb_os_desc</span></td></tr></table></div></body></html>
27