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

/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-dummy.c84 desc.type = CORESIGHT_DEV_TYPE_SOURCE;
H A Dcoresight-sysfs.c149 if (type != CORESIGHT_DEV_TYPE_SOURCE) {
392 [CORESIGHT_DEV_TYPE_SOURCE] = {
H A Dcoresight-tpda.c27 return (csdev->type == CORESIGHT_DEV_TYPE_SOURCE) &&
H A Dcoresight-core.c367 case CORESIGHT_DEV_TYPE_SOURCE:
453 case CORESIGHT_DEV_TYPE_SOURCE:
1270 case CORESIGHT_DEV_TYPE_SOURCE:
H A Dcoresight-etm3x-core.c903 desc.type = CORESIGHT_DEV_TYPE_SOURCE;
H A Dcoresight-stm.c877 desc.type = CORESIGHT_DEV_TYPE_SOURCE;
H A Dcoresight-tpdm.c1272 desc.type = CORESIGHT_DEV_TYPE_SOURCE;
H A Dcoresight-etm4x-core.c2068 desc.type = CORESIGHT_DEV_TYPE_SOURCE;
/linux-master/include/linux/
H A Dcoresight.h44 CORESIGHT_DEV_TYPE_SOURCE, enumerator in enum:coresight_dev_type
573 return csdev && (csdev->type == CORESIGHT_DEV_TYPE_SOURCE) &&

Completed in 135 milliseconds