Searched defs:usb_os_desc_ext_prop (Results 1 – 1 of 1) sorted by relevance
49 struct usb_os_desc_ext_prop { struct50 struct list_head entry;51 u8 type;52 int name_len;53 char *name;54 int data_len;55 char *data;
Completed in 6 milliseconds