Home
last modified time | relevance | path

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

/Linux-v5.4/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,
663 } else if (subdev->type == INTEL_TH_SWITCH) { in intel_th_subdevice_alloc()
676 if (subdev->type == INTEL_TH_SWITCH && !req) { in intel_th_subdevice_alloc()
968 if (WARN_ON_ONCE(hub->type != INTEL_TH_SWITCH)) in intel_th_trace_enable()
990 if (WARN_ON_ONCE(hub->type != INTEL_TH_SWITCH)) in intel_th_trace_switch()
1011 WARN_ON_ONCE(hub->type != INTEL_TH_SWITCH); in intel_th_trace_disable()
Dintel_th.h20 INTEL_TH_SWITCH, enumerator
294 if (thdev->type == INTEL_TH_SWITCH) in to_intel_th_hub()