Home
last modified time | relevance | path

Searched full:subtype_b (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c1725 union coresight_dev_subtype subtype_b)
1732 return subtype_a.sink_subtype == subtype_b.sink_subtype; in coresight_etm_get_trace_id()
1734 return subtype_a.link_subtype == subtype_b.link_subtype; in coresight_etm_get_trace_id()
1736 return subtype_a.link_subtype == subtype_b.link_subtype && in coresight_etm_get_trace_id()
1737 subtype_a.sink_subtype == subtype_b.sink_subtype; in coresight_etm_get_trace_id()
1739 return subtype_a.source_subtype == subtype_b.source_subtype; in coresight_etm_get_trace_id()
1741 return subtype_a.helper_subtype == subtype_b.helper_subtype; in coresight_etm_get_trace_id()
1493 coresight_compare_type(enum coresight_dev_type type_a,union coresight_dev_subtype subtype_a,enum coresight_dev_type type_b,union coresight_dev_subtype subtype_b) coresight_compare_type() argument