Lines Matching refs:data_chunk
1065 vla_group(data_chunk); in ext_prop_make()
1066 vla_item(data_chunk, struct usb_os_desc_ext_prop, ext_prop, 1); in ext_prop_make()
1067 vla_item(data_chunk, struct config_item_type, ext_prop_type, 1); in ext_prop_make()
1069 vlabuf = kzalloc(vla_group_size(data_chunk), GFP_KERNEL); in ext_prop_make()
1073 ext_prop = vla_ptr(vlabuf, data_chunk, ext_prop); in ext_prop_make()
1074 ext_prop_type = vla_ptr(vlabuf, data_chunk, ext_prop_type); in ext_prop_make()
1193 vla_group(data_chunk); in usb_os_desc_prepare_interf_dir()
1194 vla_item(data_chunk, struct config_group, os_desc_group, 1); in usb_os_desc_prepare_interf_dir()
1195 vla_item(data_chunk, struct config_item_type, os_desc_type, 1); in usb_os_desc_prepare_interf_dir()
1196 vla_item(data_chunk, struct config_item_type, interface_type, 1); in usb_os_desc_prepare_interf_dir()
1198 char *vlabuf = kzalloc(vla_group_size(data_chunk), GFP_KERNEL); in usb_os_desc_prepare_interf_dir()
1202 os_desc_group = vla_ptr(vlabuf, data_chunk, os_desc_group); in usb_os_desc_prepare_interf_dir()
1203 os_desc_type = vla_ptr(vlabuf, data_chunk, os_desc_type); in usb_os_desc_prepare_interf_dir()
1204 interface_type = vla_ptr(vlabuf, data_chunk, interface_type); in usb_os_desc_prepare_interf_dir()