Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwtracing/intel_th/
Dcore.c74 if (thdev->type == INTEL_TH_OUTPUT && in intel_th_probe()
230 [INTEL_TH_OUTPUT] = &intel_th_output_device_type,
353 .type = INTEL_TH_OUTPUT,
372 .type = INTEL_TH_OUTPUT,
404 .type = INTEL_TH_OUTPUT,
418 .type = INTEL_TH_OUTPUT,
476 if (subdev->type == INTEL_TH_OUTPUT) { in intel_th_populate()
633 if (WARN_ON_ONCE(thdev->type != INTEL_TH_OUTPUT)) in intel_th_trace_enable()
652 if (WARN_ON_ONCE(thdev->type != INTEL_TH_OUTPUT)) in intel_th_trace_disable()
Dintel_th.h24 INTEL_TH_OUTPUT, enumerator
102 return thdev->type == INTEL_TH_OUTPUT && in intel_th_output_assigned()
Dgth.c559 if (othdev->type != INTEL_TH_OUTPUT) in intel_th_gth_assign()