Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/
Dcore.c119 for (i = 0, lowest = -1; i < th->num_thdevs; i++) { in intel_th_remove()
143 th->num_thdevs = lowest; in intel_th_remove()
674 thdev->dev.devt = MKDEV(th->major, th->num_thdevs); in intel_th_subdevice_alloc()
720 for (src = 0, dst = 0; dst <= th->num_thdevs; src++, dst++) { in intel_th_output_enable()
735 for (; dst < th->num_thdevs; dst++) { in intel_th_output_enable()
749 if (dst == th->num_thdevs) in intel_th_output_enable()
760 th->thdev[th->num_thdevs++] = thdev; in intel_th_output_enable()
799 th->thdev[th->num_thdevs++] = thdev; in intel_th_populate()
845 for (i = 0; i < th->num_thdevs; i++) { in intel_th_irq()
950 for (i = 0; i < th->num_thdevs; i++) { in intel_th_free()
[all …]
Dintel_th.h283 unsigned int num_thdevs; member
/kernel/linux/linux-4.19/drivers/hwtracing/intel_th/
Dcore.c119 for (i = 0, lowest = -1; i < th->num_thdevs; i++) { in intel_th_remove()
143 th->num_thdevs = lowest; in intel_th_remove()
636 thdev->dev.devt = MKDEV(th->major, th->num_thdevs); in intel_th_subdevice_alloc()
682 for (src = 0, dst = 0; dst <= th->num_thdevs; src++, dst++) { in intel_th_output_enable()
697 for (; dst < th->num_thdevs; dst++) { in intel_th_output_enable()
711 if (dst == th->num_thdevs) in intel_th_output_enable()
722 th->thdev[th->num_thdevs++] = thdev; in intel_th_output_enable()
756 th->thdev[th->num_thdevs++] = thdev; in intel_th_populate()
880 for (i = 0; i < th->num_thdevs; i++) { in intel_th_free()
886 th->num_thdevs = 0; in intel_th_free()
Dintel_th.h262 unsigned int num_thdevs; member