Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/gadget/function/
Df_fs.c2585 char *vlabuf = kmalloc(vla_group_size(d), GFP_KERNEL); in __ffs_data_got_strings() local
2587 if (!vlabuf) { in __ffs_data_got_strings()
2593 stringtabs = vla_ptr(vlabuf, d, stringtabs); in __ffs_data_got_strings()
2594 t = vla_ptr(vlabuf, d, stringtab); in __ffs_data_got_strings()
2602 stringtabs = vla_ptr(vlabuf, d, stringtabs); in __ffs_data_got_strings()
2603 t = vla_ptr(vlabuf, d, stringtab); in __ffs_data_got_strings()
2604 s = vla_ptr(vlabuf, d, strings); in __ffs_data_got_strings()
3082 char *vlabuf; in _ffs_func_bind() local
3089 vlabuf = kzalloc(vla_group_size(d), GFP_KERNEL); in _ffs_func_bind()
3090 if (!vlabuf) in _ffs_func_bind()
[all …]
/Linux-v6.6/drivers/usb/gadget/
Dconfigfs.c1391 char *vlabuf; in ext_prop_make() local
1397 vlabuf = kzalloc(vla_group_size(data_chunk), GFP_KERNEL); in ext_prop_make()
1398 if (!vlabuf) in ext_prop_make()
1401 ext_prop = vla_ptr(vlabuf, data_chunk, ext_prop); in ext_prop_make()
1402 ext_prop_type = vla_ptr(vlabuf, data_chunk, ext_prop_type); in ext_prop_make()
1413 kfree(vlabuf); in ext_prop_make()
1526 char *vlabuf = kzalloc(vla_group_size(data_chunk), GFP_KERNEL); in usb_os_desc_prepare_interf_dir() local
1527 if (!vlabuf) in usb_os_desc_prepare_interf_dir()
1530 os_desc_group = vla_ptr(vlabuf, data_chunk, os_desc_group); in usb_os_desc_prepare_interf_dir()
1531 os_desc_type = vla_ptr(vlabuf, data_chunk, os_desc_type); in usb_os_desc_prepare_interf_dir()
[all …]