Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c319 int link_subtype; in coresight_enable_link() local
327 link_subtype = csdev->subtype.link_subtype; in coresight_enable_link()
329 if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_MERG && IS_ERR(inconn)) in coresight_enable_link()
331 if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_SPLIT && IS_ERR(outconn)) in coresight_enable_link()
1471 return subtype_a.link_subtype == subtype_b.link_subtype; in coresight_compare_type()
1473 return subtype_a.link_subtype == subtype_b.link_subtype && in coresight_compare_type()
H A Dcoresight-tpda.c315 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_MERG; in tpda_probe()
/linux/include/linux/
H A Dcoresight.h93 enum coresight_dev_subtype_link link_subtype; member