Home
last modified time | relevance | path

Searched refs:INTEL_TH_SWITCH (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/hwtracing/intel_th/
Dcore.c34 if (thdev->type == INTEL_TH_SWITCH && in intel_th_match()
56 if (thdev->type == INTEL_TH_SWITCH) in intel_th_probe()
105 if (thdev->type == INTEL_TH_SWITCH) { in intel_th_remove()
334 [INTEL_TH_SWITCH] = &intel_th_switch_device_type,
440 .type = INTEL_TH_SWITCH,
661 } else if (subdev->type == INTEL_TH_SWITCH) { in intel_th_subdevice_alloc()
672 if (subdev->type == INTEL_TH_SWITCH && !req) { in intel_th_subdevice_alloc()
965 if (WARN_ON_ONCE(hub->type != INTEL_TH_SWITCH)) in intel_th_trace_enable()
987 if (WARN_ON_ONCE(hub->type != INTEL_TH_SWITCH)) in intel_th_trace_switch()
1008 WARN_ON_ONCE(hub->type != INTEL_TH_SWITCH); in intel_th_trace_disable()
Dintel_th.h20 INTEL_TH_SWITCH, enumerator
298 if (thdev->type == INTEL_TH_SWITCH) in to_intel_th_hub()