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

/linux-master/drivers/hwtracing/intel_th/
H A Dcore.c34 if (thdev->type == INTEL_TH_SWITCH &&
56 if (thdev->type == INTEL_TH_SWITCH)
104 if (thdev->type == INTEL_TH_SWITCH) {
223 if (hub->type != INTEL_TH_SWITCH)
351 [INTEL_TH_SWITCH] = &intel_th_switch_device_type,
457 .type = INTEL_TH_SWITCH,
678 } else if (subdev->type == INTEL_TH_SWITCH) {
689 if (subdev->type == INTEL_TH_SWITCH && !req) {
982 if (WARN_ON_ONCE(hub->type != INTEL_TH_SWITCH))
1004 if (WARN_ON_ONCE(hub->type != INTEL_TH_SWITCH))
[all...]
H A Dintel_th.h20 INTEL_TH_SWITCH, enumerator in enum:__anon426
83 /* INTEL_TH_SWITCH specific */
200 * + struct intel_th_device INTEL_TH_SWITCH (GTH)
204 * In other words, INTEL_TH_OUTPUT devices are children of INTEL_TH_SWITCH;
205 * INTEL_TH_SWITCH and INTEL_TH_SOURCE are children of the intel_th device.
301 if (thdev->type == INTEL_TH_SWITCH)

Completed in 246 milliseconds