Home
last modified time | relevance | path

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

/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-core.c829 (csdev->subtype.sink_subtype >= CORESIGHT_DEV_SUBTYPE_SINK_BUFFER)) in coresight_is_def_sink_type()
860 } else if (new_sink->subtype.sink_subtype > in coresight_select_best_sink()
861 sink->subtype.sink_subtype) { in coresight_select_best_sink()
864 } else if ((new_sink->subtype.sink_subtype == in coresight_select_best_sink()
865 sink->subtype.sink_subtype) && in coresight_select_best_sink()
1409 return subtype_a.sink_subtype == subtype_b.sink_subtype; in coresight_compare_type()
1414 subtype_a.sink_subtype == subtype_b.sink_subtype; in coresight_compare_type()
H A Dcoresight-dummy.c163 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_DUMMY; in dummy_probe()
H A Dcoresight-tmc-core.c828 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in __tmc_probe()
835 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_SYSMEM; in __tmc_probe()
847 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in __tmc_probe()
H A Dcoresight-tpiu.c176 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_PORT; in __tpiu_probe()
H A Dcoresight-etm-perf.c311 return (a->subtype.sink_subtype == b->subtype.sink_subtype) && in sinks_compatible()
H A Dultrasoc-smb.c475 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in smb_register_sink()
H A Dcoresight-catu.c410 .sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_SYSMEM in catu_enable_hw()
H A Dcoresight-etb10.c770 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in etb_probe()
H A Dcoresight-trbe.c1286 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_PERCPU_SYSMEM; in arm_trbe_register_coresight_cpu()
/linux-6.15/include/linux/
H A Dcoresight.h92 enum coresight_dev_subtype_sink sink_subtype; member
639 (csdev->subtype.sink_subtype == CORESIGHT_DEV_SUBTYPE_SINK_PERCPU_SYSMEM); in coresight_is_percpu_sink()