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

/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-dummy.c94 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_DUMMY;
H A Dcoresight-core.c737 (csdev->subtype.sink_subtype >= CORESIGHT_DEV_SUBTYPE_SINK_BUFFER))
768 } else if (new_sink->subtype.sink_subtype >
769 sink->subtype.sink_subtype) {
772 } else if ((new_sink->subtype.sink_subtype ==
773 sink->subtype.sink_subtype) &&
1264 return subtype_a.sink_subtype == subtype_b.sink_subtype;
1269 subtype_a.sink_subtype == subtype_b.sink_subtype;
H A Dcoresight-tmc-core.c491 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER;
498 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_SYSMEM;
511 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER;
H A Dcoresight-tpiu.c170 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_PORT;
H A Dcoresight-etm-perf.c302 return (a->subtype.sink_subtype == b->subtype.sink_subtype) &&
H A Dcoresight-catu.c408 .sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_SYSMEM
H A Dultrasoc-smb.c476 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER;
H A Dcoresight-trbe.c1272 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_PERCPU_SYSMEM;
H A Dcoresight-etb10.c771 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER;
/linux-master/include/linux/
H A Dcoresight.h78 * @sink_subtype: type of sink this component is, as defined
90 enum coresight_dev_subtype_sink sink_subtype; member in struct:coresight_dev_subtype::__anon396
580 (csdev->subtype.sink_subtype == CORESIGHT_DEV_SUBTYPE_SINK_PERCPU_SYSMEM);

Completed in 127 milliseconds