Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c256 int link_subtype; in coresight_enable_link() local
264 link_subtype = csdev->subtype.link_subtype; in coresight_enable_link()
266 if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_MERG && IS_ERR(inconn)) in coresight_enable_link()
268 if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_SPLIT && IS_ERR(outconn)) in coresight_enable_link()
1279 return subtype_a.link_subtype == subtype_b.link_subtype; in coresight_compare_type()
1281 return subtype_a.link_subtype == subtype_b.link_subtype && in coresight_compare_type()
H A Dcoresight-tpda.c298 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_MERG; in tpda_probe()
H A Dcoresight-funnel.c271 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_MERG; in funnel_probe()
H A Dcoresight-replicator.c282 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_SPLIT; in replicator_probe()
H A Dcoresight-tmc-core.c537 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_FIFO; in __tmc_probe()
/linux/include/linux/
H A Dcoresight.h92 enum coresight_dev_subtype_link link_subtype; member