Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/gadget/
Dconfigfs.c941 static inline struct usb_os_desc_ext_prop
944 return container_of(item, struct usb_os_desc_ext_prop, item); in to_usb_os_desc_ext_prop()
955 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_type_store()
995 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_data_show()
1010 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_data_store()
1052 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in usb_os_desc_ext_prop_release()
1065 struct usb_os_desc_ext_prop *ext_prop; in ext_prop_make()
1071 vla_item(data_chunk, struct usb_os_desc_ext_prop, ext_prop, 1); in ext_prop_make()
1108 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_drop()
Dcomposite.c1625 struct usb_os_desc_ext_prop *ext_prop; in fill_ext_prop()
/linux-6.1.9/include/linux/usb/
Dcomposite.h59 struct usb_os_desc_ext_prop { struct
/linux-6.1.9/drivers/usb/gadget/function/
Df_fs.c3018 struct usb_os_desc_ext_prop *ext_prop; in __ffs_func_bind_do_os_desc()
3152 vla_item_with_sz(d, struct usb_os_desc_ext_prop, ext_prop, in _ffs_func_bind()