Home
last modified time | relevance | path

Searched refs:usb_os_desc_ext_prop (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0014-add-u3-ss-descriptor-support-for-adb.patch76 +struct usb_os_desc_ext_prop {
88 + .dwSize = sizeof(struct usb_os_desc_ext_prop),
97 + struct usb_os_desc_ext_prop guid;
/openbmc/linux/drivers/usb/gadget/
H A Dconfigfs.c1269 static inline struct usb_os_desc_ext_prop
1272 return container_of(item, struct usb_os_desc_ext_prop, item); in to_usb_os_desc_ext_prop()
1283 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_type_store()
1321 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_data_show()
1336 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_data_store()
1378 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in usb_os_desc_ext_prop_release()
1391 struct usb_os_desc_ext_prop *ext_prop; in ext_prop_make()
1397 vla_item(data_chunk, struct usb_os_desc_ext_prop, ext_prop, 1); in ext_prop_make()
1434 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_drop()
H A Dcomposite.c1719 struct usb_os_desc_ext_prop *ext_prop; in fill_ext_prop()
/openbmc/linux/include/linux/usb/
H A Dcomposite.h60 struct usb_os_desc_ext_prop { struct
/openbmc/linux/drivers/usb/gadget/function/
H A Df_fs.c2948 struct usb_os_desc_ext_prop *ext_prop; in __ffs_func_bind_do_os_desc()
3080 vla_item_with_sz(d, struct usb_os_desc_ext_prop, ext_prop, in _ffs_func_bind()