Searched refs:vla_item_with_sz (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/ |
| H A D | u_f.h | 40 #define vla_item_with_sz(groupname, type, name, n) \ macro
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_fs.c | 3140 vla_item_with_sz(d, struct ffs_ep, eps, ffs->eps_count); in _ffs_func_bind() 3141 vla_item_with_sz(d, struct usb_descriptor_header *, fs_descs, in _ffs_func_bind() 3143 vla_item_with_sz(d, struct usb_descriptor_header *, hs_descs, in _ffs_func_bind() 3145 vla_item_with_sz(d, struct usb_descriptor_header *, ss_descs, in _ffs_func_bind() 3147 vla_item_with_sz(d, short, inums, ffs->interfaces_count); in _ffs_func_bind() 3148 vla_item_with_sz(d, struct usb_os_desc_table, os_desc_table, in _ffs_func_bind() 3150 vla_item_with_sz(d, char[16], ext_compat, in _ffs_func_bind() 3152 vla_item_with_sz(d, struct usb_os_desc, os_desc, in _ffs_func_bind() 3154 vla_item_with_sz(d, struct usb_os_desc_ext_prop, ext_prop, in _ffs_func_bind() 3156 vla_item_with_sz(d, char, ext_prop_name, in _ffs_func_bind() [all …]
|