Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c420 int link_subtype; in coresight_enable_link() local
428 link_subtype = csdev->subtype.link_subtype; in coresight_enable_link()
430 if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_MERG && IS_ERR(inconn)) in coresight_enable_link()
432 if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_SPLIT && IS_ERR(outconn)) in coresight_enable_link()
1734 return subtype_a.link_subtype == subtype_b.link_subtype; in coresight_compare_type()
1736 return subtype_a.link_subtype == subtype_b.link_subtype && in coresight_compare_type()
H A Dcoresight-tpda.c590 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_MERG; in tpda_probe()