Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/
Dconfigfs.c946 static inline struct usb_os_desc_ext_prop
949 return container_of(item, struct usb_os_desc_ext_prop, item); in to_usb_os_desc_ext_prop()
952 CONFIGFS_ATTR_STRUCT(usb_os_desc_ext_prop);
953 CONFIGFS_ATTR_OPS(usb_os_desc_ext_prop);
955 static ssize_t ext_prop_type_show(struct usb_os_desc_ext_prop *ext_prop, in ext_prop_type_show()
961 static ssize_t ext_prop_type_store(struct usb_os_desc_ext_prop *ext_prop, in ext_prop_type_store()
1001 static ssize_t ext_prop_data_show(struct usb_os_desc_ext_prop *ext_prop, in ext_prop_data_show()
1015 static ssize_t ext_prop_data_store(struct usb_os_desc_ext_prop *ext_prop, in ext_prop_data_store()
1064 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in usb_os_desc_ext_prop_release()
1079 struct usb_os_desc_ext_prop *ext_prop; in ext_prop_make()
[all …]
Dcomposite.c1391 struct usb_os_desc_ext_prop *ext_prop; in fill_ext_prop()
/linux-4.1.27/include/linux/usb/
Dcomposite.h69 struct usb_os_desc_ext_prop { struct
/linux-4.1.27/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()