Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwtracing/intel_th/
Dcore.c80 if (thdev->type == INTEL_TH_OUTPUT && in intel_th_probe()
125 if (th->thdev[i]->type != INTEL_TH_OUTPUT) { in intel_th_remove()
333 [INTEL_TH_OUTPUT] = &intel_th_output_device_type,
361 if (type == INTEL_TH_OUTPUT) in intel_th_device_alloc()
458 .type = INTEL_TH_OUTPUT,
478 .type = INTEL_TH_OUTPUT,
511 .type = INTEL_TH_OUTPUT,
526 .type = INTEL_TH_OUTPUT,
541 .type = INTEL_TH_OUTPUT,
637 if (subdev->type == INTEL_TH_OUTPUT) { in intel_th_subdevice_alloc()
[all …]
Dintel_th.h16 INTEL_TH_OUTPUT, enumerator
125 return thdev->type == INTEL_TH_OUTPUT && in intel_th_output_assigned()
205 if (thdev->type == INTEL_TH_OUTPUT) in to_intel_th()
208 if (WARN_ON_ONCE(!thdev || thdev->type == INTEL_TH_OUTPUT)) in to_intel_th()
281 else if (thdev->type == INTEL_TH_OUTPUT) in to_intel_th_hub()
Dgth.c575 if (othdev->type != INTEL_TH_OUTPUT) in intel_th_gth_assign()