Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwtracing/coresight/
Dcoresight-core.c912 (csdev->subtype.sink_subtype >= CORESIGHT_DEV_SUBTYPE_SINK_BUFFER)) in coresight_is_def_sink_type()
943 } else if (new_sink->subtype.sink_subtype > in coresight_select_best_sink()
944 sink->subtype.sink_subtype) { in coresight_select_best_sink()
947 } else if ((new_sink->subtype.sink_subtype == in coresight_select_best_sink()
948 sink->subtype.sink_subtype) && in coresight_select_best_sink()
1699 return subtype_a.sink_subtype == subtype_b.sink_subtype; in coresight_compare_type()
1704 subtype_a.sink_subtype == subtype_b.sink_subtype; in coresight_compare_type()
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()
Dcoresight-dummy.c94 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_DUMMY; in dummy_probe()
Dcoresight-tpiu.c160 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_PORT; in tpiu_probe()
Dcoresight-etm-perf.c300 return (a->subtype.sink_subtype == b->subtype.sink_subtype) && in sinks_compatible()
Dcoresight-catu.c408 .sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_SYSMEM in catu_enable_hw()
Dultrasoc-smb.c508 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in smb_register_sink()
Dcoresight-etb10.c772 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in etb_probe()
Dcoresight-trbe.c1262 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_PERCPU_SYSMEM; in arm_trbe_register_coresight_cpu()
/Linux-v6.6/include/linux/
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()