Lines Matching refs:data_chunk
1086 vla_group(data_chunk); in ext_prop_make()
1087 vla_item(data_chunk, struct usb_os_desc_ext_prop, ext_prop, 1); in ext_prop_make()
1088 vla_item(data_chunk, struct config_item_type, ext_prop_type, 1); in ext_prop_make()
1090 vlabuf = kzalloc(vla_group_size(data_chunk), GFP_KERNEL); in ext_prop_make()
1094 ext_prop = vla_ptr(vlabuf, data_chunk, ext_prop); in ext_prop_make()
1095 ext_prop_type = vla_ptr(vlabuf, data_chunk, ext_prop_type); in ext_prop_make()
1214 vla_group(data_chunk); in usb_os_desc_prepare_interf_dir()
1215 vla_item(data_chunk, struct config_group, os_desc_group, 1); in usb_os_desc_prepare_interf_dir()
1216 vla_item(data_chunk, struct config_item_type, os_desc_type, 1); in usb_os_desc_prepare_interf_dir()
1217 vla_item(data_chunk, struct config_item_type, interface_type, 1); in usb_os_desc_prepare_interf_dir()
1219 char *vlabuf = kzalloc(vla_group_size(data_chunk), GFP_KERNEL); in usb_os_desc_prepare_interf_dir()
1223 os_desc_group = vla_ptr(vlabuf, data_chunk, os_desc_group); in usb_os_desc_prepare_interf_dir()
1224 os_desc_type = vla_ptr(vlabuf, data_chunk, os_desc_type); in usb_os_desc_prepare_interf_dir()
1225 interface_type = vla_ptr(vlabuf, data_chunk, interface_type); in usb_os_desc_prepare_interf_dir()