Home
last modified time | relevance | path

Searched refs:INTEL_TH_OUTPUT (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/hwtracing/intel_th/
Dcore.c80 if (thdev->type == INTEL_TH_OUTPUT && in intel_th_probe()
127 if (th->thdev[i]->type != INTEL_TH_OUTPUT) { in intel_th_remove()
226 if (thdev->type != INTEL_TH_OUTPUT) in intel_th_trace_prepare()
350 [INTEL_TH_OUTPUT] = &intel_th_output_device_type,
378 if (type == INTEL_TH_OUTPUT) in intel_th_device_alloc()
476 .type = INTEL_TH_OUTPUT,
497 .type = INTEL_TH_OUTPUT,
549 .type = INTEL_TH_OUTPUT,
564 .type = INTEL_TH_OUTPUT,
579 .type = INTEL_TH_OUTPUT,
[all …]
Dintel_th.h18 INTEL_TH_OUTPUT, enumerator
134 return thdev->type == INTEL_TH_OUTPUT && in intel_th_output_assigned()
220 if (thdev->type == INTEL_TH_OUTPUT) in to_intel_th()
223 if (WARN_ON_ONCE(!thdev || thdev->type == INTEL_TH_OUTPUT)) in to_intel_th()
303 else if (thdev->type == INTEL_TH_OUTPUT) in to_intel_th_hub()
Dgth.c671 if (othdev->type != INTEL_TH_OUTPUT) in intel_th_gth_assign()