Home
last modified time | relevance | path

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

/Linux-v5.4/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()
459 .type = INTEL_TH_OUTPUT,
480 .type = INTEL_TH_OUTPUT,
532 .type = INTEL_TH_OUTPUT,
547 .type = INTEL_TH_OUTPUT,
562 .type = INTEL_TH_OUTPUT,
657 if (subdev->type == INTEL_TH_OUTPUT) { in intel_th_subdevice_alloc()
[all …]
Dintel_th.h18 INTEL_TH_OUTPUT, enumerator
132 return thdev->type == INTEL_TH_OUTPUT && in intel_th_output_assigned()
215 if (thdev->type == INTEL_TH_OUTPUT) in to_intel_th()
218 if (WARN_ON_ONCE(!thdev || thdev->type == INTEL_TH_OUTPUT)) in to_intel_th()
296 else if (thdev->type == INTEL_TH_OUTPUT) in to_intel_th_hub()
Dgth.c656 if (othdev->type != INTEL_TH_OUTPUT) in intel_th_gth_assign()