Lines Matching refs:scu

255 	return intel_scu_ipc_dev_command(telm_conf->scu, IOSS_TELEM,  in telemetry_plt_config_ioss_event()
275 struct intel_scu_ipc_dev *scu = telm_conf->scu; in telemetry_setup_iossevtconfig() local
286 ret = intel_scu_ipc_dev_command(scu, IOSS_TELEM, in telemetry_setup_iossevtconfig()
297 ret = intel_scu_ipc_dev_command(scu, IOSS_TELEM, in telemetry_setup_iossevtconfig()
311 ret = intel_scu_ipc_dev_command(scu, IOSS_TELEM, in telemetry_setup_iossevtconfig()
339 ret = intel_scu_ipc_dev_command(scu, IOSS_TELEM, in telemetry_setup_iossevtconfig()
390 ret = intel_scu_ipc_dev_command(scu, IOSS_TELEM, in telemetry_setup_iossevtconfig()
579 ret = intel_scu_ipc_dev_command(telm_conf->scu, IOSS_TELEM, in telemetry_setup()
675 struct intel_scu_ipc_dev *scu = telm_conf->scu; in telemetry_plt_set_sampling_period() local
684 ret = intel_scu_ipc_dev_command(scu, IOSS_TELEM, in telemetry_plt_set_sampling_period()
695 ret = intel_scu_ipc_dev_command(scu, IOSS_TELEM, in telemetry_plt_set_sampling_period()
710 ret = intel_scu_ipc_dev_command(scu, IOSS_TELEM, in telemetry_plt_set_sampling_period()
1008 ret = intel_scu_ipc_dev_command(telm_conf->scu, in telemetry_plt_get_trace_verbosity()
1062 ret = intel_scu_ipc_dev_command(telm_conf->scu, IOSS_TELEM, in telemetry_plt_set_trace_verbosity()
1073 ret = intel_scu_ipc_dev_command(telm_conf->scu, IOSS_TELEM, in telemetry_plt_set_trace_verbosity()
1132 telm_conf->scu = devm_intel_scu_ipc_dev_get(&pdev->dev); in telemetry_pltdrv_probe()
1133 if (!telm_conf->scu) { in telemetry_pltdrv_probe()