Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/coresight/ !
Dcoresight-tmc-core.c480 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in tmc_probe()
486 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_SYSMEM; in tmc_probe()
498 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in tmc_probe()
Dcoresight-core.c926 (csdev->subtype.sink_subtype >= CORESIGHT_DEV_SUBTYPE_SINK_BUFFER)) in coresight_is_def_sink_type()
957 } else if (new_sink->subtype.sink_subtype > in coresight_select_best_sink()
958 sink->subtype.sink_subtype) { in coresight_select_best_sink()
961 } else if ((new_sink->subtype.sink_subtype == in coresight_select_best_sink()
962 sink->subtype.sink_subtype) && in coresight_select_best_sink()
Dcoresight-tpiu.c159 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_PORT; in tpiu_probe()
Dcoresight-etm-perf.c294 return (a->subtype.sink_subtype == b->subtype.sink_subtype) && in sinks_compatible()
Dcoresight-etb10.c771 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_BUFFER; in etb_probe()
Dcoresight-trbe.c1246 desc.subtype.sink_subtype = CORESIGHT_DEV_SUBTYPE_SINK_PERCPU_SYSMEM; in arm_trbe_register_coresight_cpu()
/linux-6.1.9/include/linux/ !
Dcoresight.h92 enum coresight_dev_subtype_sink sink_subtype; member
495 (csdev->subtype.sink_subtype == CORESIGHT_DEV_SUBTYPE_SINK_PERCPU_SYSMEM); in coresight_is_percpu_sink()