Lines Matching refs:sub_data

83 	} sub_data;  member
292 memcpy(&(ev->event.data.vsp_cmd.sub_data), in signal_vsp_instruction()
293 &(vsp_cmd->sub_data), sizeof(vsp_cmd->sub_data)); in signal_vsp_instruction()
880 vsp_cmd.sub_data.kern.token = dma_addr; in mf_cmdline_proc_show()
881 vsp_cmd.sub_data.kern.address_type = HvLpDma_AddressType_TceIndex; in mf_cmdline_proc_show()
882 vsp_cmd.sub_data.kern.side = (u64)m->private; in mf_cmdline_proc_show()
883 vsp_cmd.sub_data.kern.length = 256; in mf_cmdline_proc_show()
926 vsp_cmd.sub_data.kern.token = dma_addr;
927 vsp_cmd.sub_data.kern.address_type = HvLpDma_AddressType_TceIndex;
928 vsp_cmd.sub_data.kern.side = side;
929 vsp_cmd.sub_data.kern.offset = offset;
930 vsp_cmd.sub_data.kern.length = len;
935 *size = vsp_cmd.sub_data.length_out;
973 vsp_cmd.sub_data.ipl_type = 0; in mf_side_proc_show()
978 switch (vsp_cmd.sub_data.ipl_type) { in mf_side_proc_show()
1031 vsp_cmd.sub_data.ipl_type = newSide; in mf_side_proc_write()
1117 vsp_cmd.sub_data.kern.token = dma_addr; in mf_cmdline_proc_write()
1118 vsp_cmd.sub_data.kern.address_type = HvLpDma_AddressType_TceIndex; in mf_cmdline_proc_write()
1119 vsp_cmd.sub_data.kern.side = (u64)data; in mf_cmdline_proc_write()
1120 vsp_cmd.sub_data.kern.length = count; in mf_cmdline_proc_write()
1167 vsp_cmd.sub_data.kern.token = dma_addr; in proc_mf_change_vmlinux()
1168 vsp_cmd.sub_data.kern.address_type = HvLpDma_AddressType_TceIndex; in proc_mf_change_vmlinux()
1169 vsp_cmd.sub_data.kern.side = (u64)dp->data; in proc_mf_change_vmlinux()
1170 vsp_cmd.sub_data.kern.offset = *ppos; in proc_mf_change_vmlinux()
1171 vsp_cmd.sub_data.kern.length = count; in proc_mf_change_vmlinux()