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

/linux-master/drivers/hwtracing/intel_th/
H A Dcore.c445 } intel_th_subdevices[] = { variable in typeref:struct:intel_th_subdevice
721 for (; src < ARRAY_SIZE(intel_th_subdevices); src++) {
722 if (intel_th_subdevices[src].type != INTEL_TH_OUTPUT)
725 if (intel_th_subdevices[src].otype != otype)
732 if (src == ARRAY_SIZE(intel_th_subdevices))
746 * intel_th_subdevices[src] matches our requirements and is
756 thdev = intel_th_subdevice_alloc(th, &intel_th_subdevices[src]);
771 for (src = 0; src < ARRAY_SIZE(intel_th_subdevices); src++) {
773 &intel_th_subdevices[src];

Completed in 116 milliseconds