Searched defs:usb_os_desc_ext_prop (Results 1 – 1 of 1) sorted by relevance
68 struct usb_os_desc_ext_prop { struct69 struct list_head entry;70 u8 type;71 int name_len;72 char *name;73 int data_len;74 char *data;75 struct config_item item;