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

/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-core.c360 CORESIGHT_DEV_TYPE_SINK :
364 case CORESIGHT_DEV_TYPE_SINK:
438 CORESIGHT_DEV_TYPE_SINK :
442 case CORESIGHT_DEV_TYPE_SINK:
483 if (csdev->type != CORESIGHT_DEV_TYPE_SINK &&
495 if (csdev->type == CORESIGHT_DEV_TYPE_SINK ||
735 if (((csdev->type == CORESIGHT_DEV_TYPE_SINK) ||
809 if (csdev->type == CORESIGHT_DEV_TYPE_SINK)
893 if ((csdev->type == CORESIGHT_DEV_TYPE_SINK) ||
1179 if (csdev->type == CORESIGHT_DEV_TYPE_SINK ||
[all...]
H A Dcoresight-dummy.c93 desc.type = CORESIGHT_DEV_TYPE_SINK;
H A Dcoresight-sysfs.c113 if ((csdev->type == CORESIGHT_DEV_TYPE_SINK ||
381 [CORESIGHT_DEV_TYPE_SINK] = {
H A Dcoresight-tpiu.c169 desc.type = CORESIGHT_DEV_TYPE_SINK;
H A Dcoresight-etm-perf.c809 if (csdev->type != CORESIGHT_DEV_TYPE_SINK &&
837 if (csdev->type != CORESIGHT_DEV_TYPE_SINK &&
H A Dcoresight-tmc-core.c490 desc.type = CORESIGHT_DEV_TYPE_SINK;
497 desc.type = CORESIGHT_DEV_TYPE_SINK;
H A Dcoresight-catu.c425 csdev->pdata, CORESIGHT_DEV_TYPE_SINK, etr_subtype);
H A Dultrasoc-smb.c475 desc.type = CORESIGHT_DEV_TYPE_SINK;
H A Dcoresight-trbe.c1271 desc.type = CORESIGHT_DEV_TYPE_SINK;
H A Dcoresight-etb10.c770 desc.type = CORESIGHT_DEV_TYPE_SINK;
/linux-master/include/linux/
H A Dcoresight.h41 CORESIGHT_DEV_TYPE_SINK, enumerator in enum:coresight_dev_type
579 return csdev && (csdev->type == CORESIGHT_DEV_TYPE_SINK) &&

Completed in 161 milliseconds