Home
last modified time | relevance | path

Searched refs:CORESIGHT_DEV_TYPE_LINKSINK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c506 if (type == CORESIGHT_DEV_TYPE_LINKSINK) in coresight_disable_path_from()
584 if (type == CORESIGHT_DEV_TYPE_LINKSINK) in coresight_enable_path()
632 csdev->type != CORESIGHT_DEV_TYPE_LINKSINK) in coresight_get_sink()
645 csdev->type == CORESIGHT_DEV_TYPE_LINKSINK) && in coresight_find_enabled_sink()
686 csdev->type == CORESIGHT_DEV_TYPE_LINKSINK) { in coresight_sink_by_id()
927 (csdev->type == CORESIGHT_DEV_TYPE_LINKSINK)) && in coresight_is_def_sink_type()
1085 (csdev->type == CORESIGHT_DEV_TYPE_LINKSINK)) { in coresight_clear_default_sink()
1631 csdev->type == CORESIGHT_DEV_TYPE_LINKSINK) { in coresight_register()
1718 case CORESIGHT_DEV_TYPE_LINKSINK: in coresight_compare_type()
H A Dcoresight-etm-perf.c808 csdev->type != CORESIGHT_DEV_TYPE_LINKSINK) in etm_perf_add_symlink_sink()
836 csdev->type != CORESIGHT_DEV_TYPE_LINKSINK) in etm_perf_del_symlink_sink()
H A Dcoresight-tmc-core.c499 desc.type = CORESIGHT_DEV_TYPE_LINKSINK; in tmc_probe()
/openbmc/linux/include/linux/
H A Dcoresight.h43 CORESIGHT_DEV_TYPE_LINKSINK, enumerator