Searched refs:vla_ptr (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_fs.c | 2288 stringtabs = vla_ptr(vlabuf, d, stringtabs); in __ffs_data_got_strings() 2289 t = vla_ptr(vlabuf, d, stringtab); in __ffs_data_got_strings() 2297 stringtabs = vla_ptr(vlabuf, d, stringtabs); in __ffs_data_got_strings() 2298 t = vla_ptr(vlabuf, d, stringtab); in __ffs_data_got_strings() 2299 s = vla_ptr(vlabuf, d, strings); in __ffs_data_got_strings() 2780 ffs->ms_os_descs_ext_prop_avail = vla_ptr(vlabuf, d, ext_prop); in _ffs_func_bind() 2782 vla_ptr(vlabuf, d, ext_prop_name); in _ffs_func_bind() 2784 vla_ptr(vlabuf, d, ext_prop_data); in _ffs_func_bind() 2787 memcpy(vla_ptr(vlabuf, d, raw_descs), ffs->raw_descs, in _ffs_func_bind() 2790 memset(vla_ptr(vlabuf, d, inums), 0xff, d_inums__sz); in _ffs_func_bind() [all …]
|
/linux-4.4.14/drivers/usb/gadget/ |
D | u_f.h | 42 #define vla_ptr(ptr, groupname, name) \ macro
|
D | configfs.c | 1033 ext_prop = vla_ptr(vlabuf, data_chunk, ext_prop); in ext_prop_make() 1034 ext_prop_type = vla_ptr(vlabuf, data_chunk, ext_prop_type); in ext_prop_make() 1165 f_default_groups = vla_ptr(vlabuf, data_chunk, f_default_groups); in usb_os_desc_prepare_interf_dir() 1166 os_desc_group = vla_ptr(vlabuf, data_chunk, os_desc_group); in usb_os_desc_prepare_interf_dir() 1167 os_desc_type = vla_ptr(vlabuf, data_chunk, os_desc_type); in usb_os_desc_prepare_interf_dir() 1168 interface_groups = vla_ptr(vlabuf, data_chunk, interface_groups); in usb_os_desc_prepare_interf_dir() 1169 interface_type = vla_ptr(vlabuf, data_chunk, interface_type); in usb_os_desc_prepare_interf_dir()
|