Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Df_fs.c2280 char *vlabuf = kmalloc(vla_group_size(d), GFP_KERNEL); in __ffs_data_got_strings() local
2282 if (unlikely(!vlabuf)) { in __ffs_data_got_strings()
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()
2767 char *vlabuf; in _ffs_func_bind() local
2776 vlabuf = kzalloc(vla_group_size(d), GFP_KERNEL); in _ffs_func_bind()
2777 if (unlikely(!vlabuf)) in _ffs_func_bind()
[all …]
/linux-4.4.14/drivers/usb/gadget/
Dconfigfs.c1023 char *vlabuf; in ext_prop_make() local
1029 vlabuf = kzalloc(vla_group_size(data_chunk), GFP_KERNEL); in ext_prop_make()
1030 if (!vlabuf) in ext_prop_make()
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()
1045 kfree(vlabuf); in ext_prop_make()
1161 char *vlabuf = kzalloc(vla_group_size(data_chunk), GFP_KERNEL); in usb_os_desc_prepare_interf_dir() local
1162 if (!vlabuf) in usb_os_desc_prepare_interf_dir()
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()
[all …]