Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
A Dcoresight-core.c739 (csdev->subtype.sink_subtype >= CORESIGHT_DEV_SUBTYPE_SINK_BUFFER)) in coresight_is_def_sink_type()
770 } else if (new_sink->subtype.sink_subtype > in coresight_select_best_sink()
771 sink->subtype.sink_subtype) { in coresight_select_best_sink()
774 } else if ((new_sink->subtype.sink_subtype == in coresight_select_best_sink()
775 sink->subtype.sink_subtype) && in coresight_select_best_sink()
1277 return subtype_a.sink_subtype == subtype_b.sink_subtype; in coresight_compare_type()
1282 subtype_a.sink_subtype == subtype_b.sink_subtype; in coresight_compare_type()
A Dcoresight-tmc-core.c517 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in __tmc_probe()
524 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_SYSMEM; in __tmc_probe()
536 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in __tmc_probe()
A Dcoresight-dummy.c99 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_DUMMY; in dummy_probe()
A Dcoresight-tpiu.c176 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_PORT; in __tpiu_probe()
A Dcoresight-etm-perf.c311 return (a->subtype.sink_subtype == b->subtype.sink_subtype) && in sinks_compatible()
A Dultrasoc-smb.c475 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in smb_register_sink()
A Dcoresight-catu.c410 .sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_SYSMEM in catu_enable_hw()
A Dcoresight-etb10.c770 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in etb_probe()
A Dcoresight-trbe.c1273 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_PERCPU_SYSMEM; in arm_trbe_register_coresight_cpu()
/linux/include/linux/
A Dcoresight.h91 enum coresight_dev_subtype_sink sink_subtype; member
600 (csdev->subtype.sink_subtype == CORESIGHT_DEV_SUBTYPE_SINK_PERCPU_SYSMEM); in coresight_is_percpu_sink()

Completed in 35 milliseconds