Home
last modified time | relevance | path

Searched refs:link_subtype (Results 1 – 5 of 5) sorted by relevance

/drivers/hwtracing/coresight/
Dcoresight.c164 int link_subtype; in coresight_enable_link() local
172 link_subtype = csdev->subtype.link_subtype; in coresight_enable_link()
174 if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_MERG) in coresight_enable_link()
176 else if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_SPLIT) in coresight_enable_link()
199 int link_subtype; in coresight_disable_link() local
207 link_subtype = csdev->subtype.link_subtype; in coresight_disable_link()
209 if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_MERG) { in coresight_disable_link()
212 } else if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_SPLIT) { in coresight_disable_link()
966 int link_subtype; in coresight_register() local
980 link_subtype = desc->subtype.link_subtype; in coresight_register()
[all …]
Dcoresight-replicator.c99 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_SPLIT; in replicator_probe()
Dcoresight-replicator-qcom.c138 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_SPLIT; in replicator_probe()
Dcoresight-funnel.c211 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_MERG; in funnel_probe()
Dcoresight-tmc.c374 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_FIFO; in tmc_probe()