Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Df_fs.c2592 if (!vlabuf) { in __ffs_data_got_strings()
2599 t = vla_ptr(vlabuf, d, stringtab); in __ffs_data_got_strings()
2608 t = vla_ptr(vlabuf, d, stringtab); in __ffs_data_got_strings()
2609 s = vla_ptr(vlabuf, d, strings); in __ffs_data_got_strings()
3087 char *vlabuf; in _ffs_func_bind() local
3095 if (!vlabuf) in _ffs_func_bind()
3100 vla_ptr(vlabuf, d, ext_prop_name); in _ffs_func_bind()
3102 vla_ptr(vlabuf, d, ext_prop_data); in _ffs_func_bind()
3109 eps_ptr = vla_ptr(vlabuf, d, eps); in _ffs_func_bind()
3154 vla_ptr(vlabuf, d, ss_descs); in _ffs_func_bind()
[all …]
/openbmc/linux/drivers/usb/gadget/
H A Dconfigfs.c1394 char *vlabuf; in ext_prop_make() local
1400 vlabuf = kzalloc(vla_group_size(data_chunk), GFP_KERNEL); in ext_prop_make()
1401 if (!vlabuf) in ext_prop_make()
1404 ext_prop = vla_ptr(vlabuf, data_chunk, ext_prop); in ext_prop_make()
1405 ext_prop_type = vla_ptr(vlabuf, data_chunk, ext_prop_type); in ext_prop_make()
1416 kfree(vlabuf); in ext_prop_make()
1529 char *vlabuf = kzalloc(vla_group_size(data_chunk), GFP_KERNEL); in usb_os_desc_prepare_interf_dir() local
1530 if (!vlabuf) in usb_os_desc_prepare_interf_dir()
1533 os_desc_group = vla_ptr(vlabuf, data_chunk, os_desc_group); in usb_os_desc_prepare_interf_dir()
1534 os_desc_type = vla_ptr(vlabuf, data_chunk, os_desc_type); in usb_os_desc_prepare_interf_dir()
[all …]