Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwtracing/intel_th/
Dcore.c428 } intel_th_subdevices[] = { variable
708 for (; src < ARRAY_SIZE(intel_th_subdevices); src++) { in intel_th_output_enable()
709 if (intel_th_subdevices[src].type != INTEL_TH_OUTPUT) in intel_th_output_enable()
712 if (intel_th_subdevices[src].otype != otype) in intel_th_output_enable()
719 if (src == ARRAY_SIZE(intel_th_subdevices)) in intel_th_output_enable()
743 thdev = intel_th_subdevice_alloc(th, &intel_th_subdevices[src]); in intel_th_output_enable()
758 for (src = 0; src < ARRAY_SIZE(intel_th_subdevices); src++) { in intel_th_populate()
760 &intel_th_subdevices[src]; in intel_th_populate()