Searched refs:link_subtype (Results 1 – 2 of 2) sorted by relevance
420 int link_subtype; in coresight_enable_link() local428 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()
590 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_MERG; in tpda_probe()