Home
last modified time | relevance | path

Searched refs:sink_subtype (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/hwtracing/coresight/
H A Dcoresight-kunit-tests.c41 etf->subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in test_default_sink()
43 etr->subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_SYSMEM; in test_default_sink()
H A Dcoresight-core.c890 (csdev->subtype.sink_subtype >= CORESIGHT_DEV_SUBTYPE_SINK_BUFFER)) in coresight_is_def_sink_type()
921 } else if (new_sink->subtype.sink_subtype > in coresight_select_best_sink()
922 sink->subtype.sink_subtype) { in coresight_select_best_sink()
925 } else if ((new_sink->subtype.sink_subtype == in coresight_select_best_sink()
926 sink->subtype.sink_subtype) && in coresight_select_best_sink()
1500 return subtype_a.sink_subtype == subtype_b.sink_subtype; in coresight_compare_type()
1505 subtype_a.sink_subtype == subtype_b.sink_subtype; in coresight_compare_type()
H A Dcoresight-tmc-core.c823 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in __tmc_probe()
830 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_SYSMEM; in __tmc_probe()
842 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in __tmc_probe()
H A Dcoresight-dummy.c160 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_DUMMY; in dummy_probe()
H A Dcoresight-tpiu.c168 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_PORT; in __tpiu_probe()
H A Dcoresight-etm-perf.c314 return (a->subtype.sink_subtype == b->subtype.sink_subtype) && in sinks_compatible()
H A Dultrasoc-smb.c474 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in smb_register_sink()
H A Dcoresight-catu.c407 .sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_SYSMEM in catu_enable_hw()
H A Dcoresight-etb10.c766 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in etb_probe()
H A Dcoresight-trbe.c1288 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_PERCPU_SYSMEM; in arm_trbe_register_coresight_cpu()
/linux/include/linux/
H A Dcoresight.h92 enum coresight_dev_subtype_sink sink_subtype; member
608 (csdev->subtype.sink_subtype == CORESIGHT_DEV_SUBTYPE_SINK_PERCPU_SYSMEM); in coresight_is_percpu_sink()