Searched refs:vla_item_with_sz (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/usb/ |
| H A D | func_utils.h | 40 #define vla_item_with_sz(groupname, type, name, n) \ macro
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_fs.c | 3573 vla_item_with_sz(d, struct ffs_ep, eps, ffs->eps_count); in _ffs_func_bind() 3574 vla_item_with_sz(d, struct usb_descriptor_header *, fs_descs, in _ffs_func_bind() 3576 vla_item_with_sz(d, struct usb_descriptor_header *, hs_descs, in _ffs_func_bind() 3578 vla_item_with_sz(d, struct usb_descriptor_header *, ss_descs, in _ffs_func_bind() 3580 vla_item_with_sz(d, short, inums, ffs->interfaces_count); in _ffs_func_bind() 3581 vla_item_with_sz(d, struct usb_os_desc_table, os_desc_table, in _ffs_func_bind() 3583 vla_item_with_sz(d, char[16], ext_compat, in _ffs_func_bind() 3585 vla_item_with_sz(d, struct usb_os_desc, os_desc, in _ffs_func_bind() 3587 vla_item_with_sz(d, struct usb_os_desc_ext_prop, ext_prop, in _ffs_func_bind() 3589 vla_item_with_sz( in _ffs_func_bind() [all...] |