Searched refs:INTEL_TH_OUTPUT (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/ |
H A D | core.c | 80 if (thdev->type == INTEL_TH_OUTPUT && in intel_th_probe() 125 if (th->thdev[i]->type != INTEL_TH_OUTPUT) { in intel_th_remove() 226 if (thdev->type != INTEL_TH_OUTPUT) in intel_th_trace_prepare() 350 [INTEL_TH_OUTPUT] = &intel_th_output_device_type, 378 if (type == INTEL_TH_OUTPUT) in intel_th_device_alloc() 476 .type = INTEL_TH_OUTPUT, 497 .type = INTEL_TH_OUTPUT, 549 .type = INTEL_TH_OUTPUT, 564 .type = INTEL_TH_OUTPUT, 579 .type = INTEL_TH_OUTPUT, [all...] |
H A D | intel_th.h | 18 INTEL_TH_OUTPUT, enumerator 26 * struct intel_th_output - descriptor INTEL_TH_OUTPUT type devices 72 * @output: output descriptor for INTEL_TH_OUTPUT devices 86 /* INTEL_TH_OUTPUT specific */ 129 * Return: true if the device is INTEL_TH_OUTPUT *and* is assigned a port 134 return thdev->type == INTEL_TH_OUTPUT && in intel_th_output_assigned() 201 * + struct intel_th_device INTEL_TH_OUTPUT (MSU, PTI) 204 * In other words, INTEL_TH_OUTPUT devices are children of INTEL_TH_SWITCH; 220 if (thdev->type == INTEL_TH_OUTPUT) in to_intel_th() 223 if (WARN_ON_ONCE(!thdev || thdev->type == INTEL_TH_OUTPUT)) in to_intel_th() [all...] |
H A D | gth.c | 671 if (othdev->type != INTEL_TH_OUTPUT) in intel_th_gth_assign()
|
/kernel/linux/linux-6.6/drivers/hwtracing/intel_th/ |
H A D | core.c | 80 if (thdev->type == INTEL_TH_OUTPUT && in intel_th_probe() 127 if (th->thdev[i]->type != INTEL_TH_OUTPUT) { in intel_th_remove() 226 if (thdev->type != INTEL_TH_OUTPUT) in intel_th_trace_prepare() 350 [INTEL_TH_OUTPUT] = &intel_th_output_device_type, 378 if (type == INTEL_TH_OUTPUT) in intel_th_device_alloc() 476 .type = INTEL_TH_OUTPUT, 497 .type = INTEL_TH_OUTPUT, 549 .type = INTEL_TH_OUTPUT, 564 .type = INTEL_TH_OUTPUT, 579 .type = INTEL_TH_OUTPUT, [all...] |
H A D | intel_th.h | 18 INTEL_TH_OUTPUT, enumerator 26 * struct intel_th_output - descriptor INTEL_TH_OUTPUT type devices 72 * @output: output descriptor for INTEL_TH_OUTPUT devices 86 /* INTEL_TH_OUTPUT specific */ 129 * Return: true if the device is INTEL_TH_OUTPUT *and* is assigned a port 134 return thdev->type == INTEL_TH_OUTPUT && in intel_th_output_assigned() 201 * + struct intel_th_device INTEL_TH_OUTPUT (MSU, PTI) 204 * In other words, INTEL_TH_OUTPUT devices are children of INTEL_TH_SWITCH; 220 if (thdev->type == INTEL_TH_OUTPUT) in to_intel_th() 223 if (WARN_ON_ONCE(!thdev || thdev->type == INTEL_TH_OUTPUT)) in to_intel_th() [all...] |
H A D | gth.c | 671 if (othdev->type != INTEL_TH_OUTPUT) in intel_th_gth_assign()
|
Completed in 6 milliseconds