Lines Matching refs:data_chunk
1078 vla_group(data_chunk); in ext_prop_make()
1079 vla_item(data_chunk, struct usb_os_desc_ext_prop, ext_prop, 1); in ext_prop_make()
1080 vla_item(data_chunk, struct config_item_type, ext_prop_type, 1); in ext_prop_make()
1082 vlabuf = kzalloc(vla_group_size(data_chunk), GFP_KERNEL); in ext_prop_make()
1086 ext_prop = vla_ptr(vlabuf, data_chunk, ext_prop); in ext_prop_make()
1087 ext_prop_type = vla_ptr(vlabuf, data_chunk, ext_prop_type); in ext_prop_make()
1206 vla_group(data_chunk); in usb_os_desc_prepare_interf_dir()
1207 vla_item(data_chunk, struct config_group, os_desc_group, 1); in usb_os_desc_prepare_interf_dir()
1208 vla_item(data_chunk, struct config_item_type, os_desc_type, 1); in usb_os_desc_prepare_interf_dir()
1209 vla_item(data_chunk, struct config_item_type, interface_type, 1); in usb_os_desc_prepare_interf_dir()
1211 char *vlabuf = kzalloc(vla_group_size(data_chunk), GFP_KERNEL); in usb_os_desc_prepare_interf_dir()
1215 os_desc_group = vla_ptr(vlabuf, data_chunk, os_desc_group); in usb_os_desc_prepare_interf_dir()
1216 os_desc_type = vla_ptr(vlabuf, data_chunk, os_desc_type); in usb_os_desc_prepare_interf_dir()
1217 interface_type = vla_ptr(vlabuf, data_chunk, interface_type); in usb_os_desc_prepare_interf_dir()