Searched refs:usb_os_desc_ext_prop (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/ |
D | configfs.c | 949 static inline struct usb_os_desc_ext_prop 952 return container_of(item, struct usb_os_desc_ext_prop, item); in to_usb_os_desc_ext_prop() 963 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_type_store() 1003 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_data_show() 1018 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_data_store() 1060 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in usb_os_desc_ext_prop_release() 1073 struct usb_os_desc_ext_prop *ext_prop; in ext_prop_make() 1079 vla_item(data_chunk, struct usb_os_desc_ext_prop, ext_prop, 1); in ext_prop_make() 1116 struct usb_os_desc_ext_prop *ext_prop = to_usb_os_desc_ext_prop(item); in ext_prop_drop()
|
D | composite.c | 1580 struct usb_os_desc_ext_prop *ext_prop; in fill_ext_prop()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
D | composite.h | 73 struct usb_os_desc_ext_prop { struct
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
D | f_fs.c | 2972 struct usb_os_desc_ext_prop *ext_prop; in __ffs_func_bind_do_os_desc() 3106 vla_item_with_sz(d, struct usb_os_desc_ext_prop, ext_prop, in _ffs_func_bind()
|
D | f_generic.c | 2835 struct usb_os_desc_ext_prop *ext_prop; in __ffs_func_bind_do_os_desc() 2967 vla_item_with_sz(d, struct usb_os_desc_ext_prop, ext_prop, in _ffs_func_bind()
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 17944 - struct usb_os_desc_ext_prop *ext_prop; 18076 - vla_item_with_sz(d, struct usb_os_desc_ext_prop, ext_prop,
|