Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c928 (csdev->subtype.sink_subtype >= CORESIGHT_DEV_SUBTYPE_SINK_BUFFER)) in coresight_is_def_sink_type()
959 } else if (new_sink->subtype.sink_subtype > in coresight_select_best_sink()
960 sink->subtype.sink_subtype) { in coresight_select_best_sink()
963 } else if ((new_sink->subtype.sink_subtype == in coresight_select_best_sink()
964 sink->subtype.sink_subtype) && in coresight_select_best_sink()
1715 return subtype_a.sink_subtype == subtype_b.sink_subtype; in coresight_compare_type()
1720 subtype_a.sink_subtype == subtype_b.sink_subtype; in coresight_compare_type()
H A Dcoresight-tmc-core.c482 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in tmc_probe()
488 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_SYSMEM; in tmc_probe()
500 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in tmc_probe()
H A Dcoresight-dummy.c94 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_DUMMY; in dummy_probe()
H A Dcoresight-tpiu.c160 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_PORT; in tpiu_probe()
H A Dcoresight-etm-perf.c300 return (a->subtype.sink_subtype == b->subtype.sink_subtype) && in sinks_compatible()
H A Dcoresight-catu.c408 .sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_SYSMEM in catu_enable_hw()
H A Dultrasoc-smb.c500 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in smb_register_sink()
H A Dcoresight-etb10.c772 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in etb_probe()
H A Dcoresight-trbe.c1262 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_PERCPU_SYSMEM; in arm_trbe_register_coresight_cpu()
/openbmc/linux/include/linux/
H A Dcoresight.h89 enum coresight_dev_subtype_sink sink_subtype; member
568 (csdev->subtype.sink_subtype == CORESIGHT_DEV_SUBTYPE_SINK_PERCPU_SYSMEM); in coresight_is_percpu_sink()