Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-tmc-core.c483 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in tmc_probe()
489 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_SYSMEM; in tmc_probe()
501 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in tmc_probe()
H A Dcoresight-core.c892 (csdev->subtype.sink_subtype >= CORESIGHT_DEV_SUBTYPE_SINK_BUFFER)) in coresight_is_def_sink_type()
923 } else if (new_sink->subtype.sink_subtype > in coresight_select_best_sink()
924 sink->subtype.sink_subtype) { in coresight_select_best_sink()
927 } else if ((new_sink->subtype.sink_subtype == in coresight_select_best_sink()
928 sink->subtype.sink_subtype) && in coresight_select_best_sink()
H A Dcoresight-tpiu.c159 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_PORT; in tpiu_probe()
H A Dcoresight-etm-perf.c269 return (a->subtype.sink_subtype == b->subtype.sink_subtype) && in sinks_compatible()
H A Dcoresight-etb10.c784 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in etb_probe()
H A Dcoresight-trbe.c882 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_PERCPU_SYSMEM; in arm_trbe_register_coresight_cpu()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcoresight.h97 enum coresight_dev_subtype_sink sink_subtype; member
468 (csdev->subtype.sink_subtype == CORESIGHT_DEV_SUBTYPE_SINK_PERCPU_SYSMEM); in coresight_is_percpu_sink()