Home
last modified time | relevance | path

Searched refs:vla_item_with_sz (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/gadget/
A Du_f.h40 #define vla_item_with_sz(groupname, type, name, n) \ macro
/linux/drivers/usb/gadget/function/
A Df_fs.c3093 vla_item_with_sz(d, struct ffs_ep, eps, ffs->eps_count); in _ffs_func_bind()
3094 vla_item_with_sz(d, struct usb_descriptor_header *, fs_descs, in _ffs_func_bind()
3096 vla_item_with_sz(d, struct usb_descriptor_header *, hs_descs, in _ffs_func_bind()
3100 vla_item_with_sz(d, short, inums, ffs->interfaces_count); in _ffs_func_bind()
3101 vla_item_with_sz(d, struct usb_os_desc_table, os_desc_table, in _ffs_func_bind()
3103 vla_item_with_sz(d, char[16], ext_compat, in _ffs_func_bind()
3105 vla_item_with_sz(d, struct usb_os_desc, os_desc, in _ffs_func_bind()
3107 vla_item_with_sz(d, struct usb_os_desc_ext_prop, ext_prop, in _ffs_func_bind()
3109 vla_item_with_sz(d, char, ext_prop_name, in _ffs_func_bind()
3111 vla_item_with_sz(d, char, ext_prop_data, in _ffs_func_bind()
[all …]

Completed in 9 milliseconds