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

/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-core.c256 int link_subtype; local
264 link_subtype = csdev->subtype.link_subtype;
266 if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_MERG && IS_ERR(inconn))
268 if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_SPLIT && IS_ERR(outconn))
1266 return subtype_a.link_subtype == subtype_b.link_subtype;
1268 return subtype_a.link_subtype == subtype_b.link_subtype &&
H A Dcoresight-funnel.c265 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_MERG;
H A Dcoresight-replicator.c276 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_SPLIT;
H A Dcoresight-tpda.c298 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_MERG;
H A Dcoresight-tmc-core.c512 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_FIFO;
/linux-master/include/linux/
H A Dcoresight.h80 * @link_subtype: type of link this component is, as defined
91 enum coresight_dev_subtype_link link_subtype; member in struct:coresight_dev_subtype::__anon396

Completed in 129 milliseconds