'\" t .\" Title: struct usb_os_desc_ext_prop .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Kernel Mode Gadget API .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "STRUCT USB_OS_DESC_E" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Kernel Mode Gadget API" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" struct_usb_os_desc_ext_prop \- describes one \(lqExtended Property\(rq .SH "SYNOPSIS" .sp .nf struct usb_os_desc_ext_prop { struct list_head entry; u8 type; int name_len; char * name; int data_len; char * data; struct config_item item; }; .fi .SH "MEMBERS" .PP entry .RS 4 used to keep a list of extended properties .RE .PP type .RS 4 Extended Property type .RE .PP name_len .RS 4 Extended Property unicode name length, including terminating \*(Aq\e0\*(Aq .RE .PP name .RS 4 Extended Property name .RE .PP data_len .RS 4 Length of Extended Property blob (for unicode store double len) .RE .PP data .RS 4 Extended Property blob .RE .PP item .RS 4 Represents this Extended Property in configfs .RE .SH "AUTHOR" .PP \fBDavid Brownell\fR <\&dbrownell@users.sourceforge.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br