Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/gadget/
Dconfigfs.c1272 static inline struct usb_os_desc_ext_prop
1275 return container_of(item, struct usb_os_desc_ext_prop, item); in to_usb_os_desc_ext_prop()
1286 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_type_store()
1324 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_data_show()
1339 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_data_store()
1381 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in usb_os_desc_ext_prop_release()
1394 struct usb_os_desc_ext_prop *ext_prop; in ext_prop_make()
1400 vla_item(data_chunk, struct usb_os_desc_ext_prop, ext_prop, 1); in ext_prop_make()
1437 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_drop()
Dcomposite.c1719 struct usb_os_desc_ext_prop *ext_prop; in fill_ext_prop()
/linux-6.12.1/include/linux/usb/
Dcomposite.h68 struct usb_os_desc_ext_prop { struct
/linux-6.12.1/drivers/usb/gadget/function/
Df_fs.c3432 struct usb_os_desc_ext_prop *ext_prop; in __ffs_func_bind_do_os_desc()
3564 vla_item_with_sz(d, struct usb_os_desc_ext_prop, ext_prop, in _ffs_func_bind()