Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/
Dconfigfs.c896 static inline struct usb_os_desc_ext_prop
899 return container_of(item, struct usb_os_desc_ext_prop, item); in to_usb_os_desc_ext_prop()
910 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_type_store()
950 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_data_show()
965 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_data_store()
1007 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in usb_os_desc_ext_prop_release()
1020 struct usb_os_desc_ext_prop *ext_prop; in ext_prop_make()
1026 vla_item(data_chunk, struct usb_os_desc_ext_prop, ext_prop, 1); in ext_prop_make()
1063 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_drop()
Dcomposite.c1396 struct usb_os_desc_ext_prop *ext_prop; in fill_ext_prop()
/linux-4.4.14/include/linux/usb/
Dcomposite.h69 struct usb_os_desc_ext_prop { struct
/linux-4.4.14/drivers/usb/gadget/function/
Df_fs.c2627 struct usb_os_desc_ext_prop *ext_prop; in __ffs_func_bind_do_os_desc()
2760 vla_item_with_sz(d, struct usb_os_desc_ext_prop, ext_prop, in _ffs_func_bind()