Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
A Dcoresight-tmc-core.c500 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in tmc_probe()
506 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_SYSMEM; in tmc_probe()
518 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in tmc_probe()
A Dcoresight-core.c898 (csdev->subtype.sink_subtype >= CORESIGHT_DEV_SUBTYPE_SINK_BUFFER)) in coresight_is_def_sink_type()
929 } else if (new_sink->subtype.sink_subtype > in coresight_select_best_sink()
930 sink->subtype.sink_subtype) { in coresight_select_best_sink()
933 } else if ((new_sink->subtype.sink_subtype == in coresight_select_best_sink()
934 sink->subtype.sink_subtype) && in coresight_select_best_sink()
A Dcoresight-tpiu.c159 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_PORT; in tpiu_probe()
A Dcoresight-etm-perf.c292 return (a->subtype.sink_subtype == b->subtype.sink_subtype) && in sinks_compatible()
A Dcoresight-etb10.c783 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in etb_probe()
A Dcoresight-trbe.c1195 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_PERCPU_SYSMEM; in arm_trbe_register_coresight_cpu()
/linux/include/linux/
A Dcoresight.h97 enum coresight_dev_subtype_sink sink_subtype; member
477 (csdev->subtype.sink_subtype == CORESIGHT_DEV_SUBTYPE_SINK_PERCPU_SYSMEM); in coresight_is_percpu_sink()

Completed in 20 milliseconds