Searched refs:vla_item_with_sz (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/ |
D | u_f.h | 32 #define vla_item_with_sz(groupname, type, name, n) \ macro
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_fs.c | 2746 vla_item_with_sz(d, struct ffs_ep, eps, ffs->eps_count); in _ffs_func_bind() 2747 vla_item_with_sz(d, struct usb_descriptor_header *, fs_descs, in _ffs_func_bind() 2749 vla_item_with_sz(d, struct usb_descriptor_header *, hs_descs, in _ffs_func_bind() 2751 vla_item_with_sz(d, struct usb_descriptor_header *, ss_descs, in _ffs_func_bind() 2753 vla_item_with_sz(d, short, inums, ffs->interfaces_count); in _ffs_func_bind() 2754 vla_item_with_sz(d, struct usb_os_desc_table, os_desc_table, in _ffs_func_bind() 2756 vla_item_with_sz(d, char[16], ext_compat, in _ffs_func_bind() 2758 vla_item_with_sz(d, struct usb_os_desc, os_desc, in _ffs_func_bind() 2760 vla_item_with_sz(d, struct usb_os_desc_ext_prop, ext_prop, in _ffs_func_bind() 2762 vla_item_with_sz(d, char, ext_prop_name, in _ffs_func_bind() [all …]
|