Lines Matching refs:trace_destination_mask
44 u32 trace_destination_mask; in fw_trace_capability_show() local
47 ret = ivpu_jsm_trace_get_capability(vdev, &trace_destination_mask, in fw_trace_capability_show()
53 trace_destination_mask, trace_hw_component_mask); in fw_trace_capability_show()
67 u32 trace_destination_mask = vdev->fw->trace_destination_mask; in fw_trace_config_show() local
74 trace_level, trace_destination_mask, trace_hw_component_mask); in fw_trace_config_show()
159 u32 trace_destination_mask; in fw_trace_destination_mask_fops_write() local
162 ret = kstrtou32_from_user(user_buf, size, 0, &trace_destination_mask); in fw_trace_destination_mask_fops_write()
166 fw->trace_destination_mask = trace_destination_mask; in fw_trace_destination_mask_fops_write()
168 ivpu_jsm_trace_set_config(vdev, fw->trace_level, trace_destination_mask, in fw_trace_destination_mask_fops_write()
195 ivpu_jsm_trace_set_config(vdev, fw->trace_level, fw->trace_destination_mask, in fw_trace_hw_comp_mask_fops_write()
221 ivpu_jsm_trace_set_config(vdev, trace_level, fw->trace_destination_mask, in fw_trace_level_fops_write()