Home
last modified time | relevance | path

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

/drivers/hwtracing/intel_th/
Dcore.c445 } intel_th_subdevices[] = { variable
721 for (; src < ARRAY_SIZE(intel_th_subdevices); src++) { in intel_th_output_enable()
722 if (intel_th_subdevices[src].type != INTEL_TH_OUTPUT) in intel_th_output_enable()
725 if (intel_th_subdevices[src].otype != otype) in intel_th_output_enable()
732 if (src == ARRAY_SIZE(intel_th_subdevices)) in intel_th_output_enable()
756 thdev = intel_th_subdevice_alloc(th, &intel_th_subdevices[src]); in intel_th_output_enable()
771 for (src = 0; src < ARRAY_SIZE(intel_th_subdevices); src++) { in intel_th_populate()
773 &intel_th_subdevices[src]; in intel_th_populate()