Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0014-add-u3-ss-descriptor-support-for-adb.patch74 +struct usb_os_desc_ext_prop {
86 + .dwSize = sizeof(struct usb_os_desc_ext_prop),
95 + struct usb_os_desc_ext_prop guid;
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Dconfigfs.c981 static inline struct usb_os_desc_ext_prop
984 return container_of(item, struct usb_os_desc_ext_prop, item); in to_usb_os_desc_ext_prop()
995 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_type_store()
1035 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_data_show()
1050 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_data_store()
1092 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in usb_os_desc_ext_prop_release()
1105 struct usb_os_desc_ext_prop *ext_prop; in ext_prop_make()
1111 vla_item(data_chunk, struct usb_os_desc_ext_prop, ext_prop, 1); in ext_prop_make()
1148 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_drop()
H A Dcomposite.c1624 struct usb_os_desc_ext_prop *ext_prop; in fill_ext_prop()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dcomposite.h73 struct usb_os_desc_ext_prop { struct
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_fs.c3020 struct usb_os_desc_ext_prop *ext_prop; in __ffs_func_bind_do_os_desc()
3154 vla_item_with_sz(d, struct usb_os_desc_ext_prop, ext_prop, in _ffs_func_bind()