Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Df_fs.c3098 char *vlabuf = kmalloc(vla_group_size(d), GFP_KERNEL); in __ffs_data_got_strings() local
3100 if (!vlabuf) { in __ffs_data_got_strings()
3106 stringtabs = vla_ptr(vlabuf, d, stringtabs); in __ffs_data_got_strings()
3107 t = vla_ptr(vlabuf, d, stringtab); in __ffs_data_got_strings()
3115 stringtabs = vla_ptr(vlabuf, d, stringtabs); in __ffs_data_got_strings()
3116 t = vla_ptr(vlabuf, d, stringtab); in __ffs_data_got_strings()
3117 s = vla_ptr(vlabuf, d, strings); in __ffs_data_got_strings()
3594 char *vlabuf; in _ffs_func_bind() local
3601 vlabuf = kzalloc(vla_group_size(d), GFP_KERNEL); in _ffs_func_bind()
3602 if (!vlabuf) in _ffs_func_bind()
[all …]
/linux/drivers/usb/gadget/
H A Dconfigfs.c1405 char *vlabuf; in ext_prop_make() local
1411 vlabuf = kzalloc(vla_group_size(data_chunk), GFP_KERNEL); in ext_prop_make()
1412 if (!vlabuf) in ext_prop_make()
1415 ext_prop = vla_ptr(vlabuf, data_chunk, ext_prop); in ext_prop_make()
1416 ext_prop_type = vla_ptr(vlabuf, data_chunk, ext_prop_type); in ext_prop_make()
1427 kfree(vlabuf); in ext_prop_make()
1540 char *vlabuf = kzalloc(vla_group_size(data_chunk), GFP_KERNEL); in usb_os_desc_prepare_interf_dir() local
1541 if (!vlabuf) in usb_os_desc_prepare_interf_dir()
1544 os_desc_group = vla_ptr(vlabuf, data_chunk, os_desc_group); in usb_os_desc_prepare_interf_dir()
1545 os_desc_type = vla_ptr(vlabuf, data_chunk, os_desc_type); in usb_os_desc_prepare_interf_dir()
[all …]