Lines Matching refs:usb_os_desc_ext_prop
946 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()
1085 vla_item(data_chunk, struct usb_os_desc_ext_prop, ext_prop, 1); in ext_prop_make()
1122 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_drop()