struct_usb_os_desc_ext_prop (9) - Linux Manuals
struct_usb_os_desc_ext_prop: describes one "Extended Property"
NAME
struct_usb_os_desc_ext_prop - describes one "Extended Property"
SYNOPSIS
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; };
MEMBERS
entry
- used to keep a list of extended properties
type
- Extended Property type
name_len
- Extended Property unicode name length, including terminating '\0'
name
- Extended Property name
data_len
- Length of Extended Property blob (for unicode store double len)
data
- Extended Property blob
item
- Represents this Extended Property in configfs
AUTHOR
David Brownell <dbrownell [at] users.sourceforge.net>
- Author.
COPYRIGHT