Searched refs:trace_hw_component_mask (Results 1 – 1 of 1) sorted by relevance
61 u64 trace_hw_component_mask; in fw_trace_capability_show() local66 &trace_hw_component_mask); in fw_trace_capability_show()71 trace_destination_mask, trace_hw_component_mask); in fw_trace_capability_show()85 u64 trace_hw_component_mask = vdev->fw->trace_hw_component_mask; in fw_trace_config_show() local91 trace_level, trace_destination_mask, trace_hw_component_mask); in fw_trace_config_show()272 fw->trace_hw_component_mask); in fw_trace_destination_mask_fops_write()289 u64 trace_hw_component_mask; in fw_trace_hw_comp_mask_fops_write() local292 ret = kstrtou64_from_user(user_buf, size, 0, &trace_hw_component_mask); in fw_trace_hw_comp_mask_fops_write()296 fw->trace_hw_component_mask = trace_hw_component_mask; in fw_trace_hw_comp_mask_fops_write()299 trace_hw_component_mask); in fw_trace_hw_comp_mask_fops_write()[all …]