Lines Matching refs:data_chunk
1110 vla_group(data_chunk); in ext_prop_make()
1111 vla_item(data_chunk, struct usb_os_desc_ext_prop, ext_prop, 1); in ext_prop_make()
1112 vla_item(data_chunk, struct config_item_type, ext_prop_type, 1); in ext_prop_make()
1114 vlabuf = kzalloc(vla_group_size(data_chunk), GFP_KERNEL); in ext_prop_make()
1118 ext_prop = vla_ptr(vlabuf, data_chunk, ext_prop); in ext_prop_make()
1119 ext_prop_type = vla_ptr(vlabuf, data_chunk, ext_prop_type); in ext_prop_make()
1238 vla_group(data_chunk); in usb_os_desc_prepare_interf_dir()
1239 vla_item(data_chunk, struct config_group, os_desc_group, 1); in usb_os_desc_prepare_interf_dir()
1240 vla_item(data_chunk, struct config_item_type, os_desc_type, 1); in usb_os_desc_prepare_interf_dir()
1241 vla_item(data_chunk, struct config_item_type, interface_type, 1); in usb_os_desc_prepare_interf_dir()
1243 char *vlabuf = kzalloc(vla_group_size(data_chunk), GFP_KERNEL); in usb_os_desc_prepare_interf_dir()
1247 os_desc_group = vla_ptr(vlabuf, data_chunk, os_desc_group); in usb_os_desc_prepare_interf_dir()
1248 os_desc_type = vla_ptr(vlabuf, data_chunk, os_desc_type); in usb_os_desc_prepare_interf_dir()
1249 interface_type = vla_ptr(vlabuf, data_chunk, interface_type); in usb_os_desc_prepare_interf_dir()