Home
last modified time | relevance | path

Searched refs:helper_subtype (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/hwtracing/coresight/
Dcoresight-catu.h107 if (csdev->subtype.helper_subtype != CORESIGHT_DEV_SUBTYPE_HELPER_CATU) in CATU_REG_PAIR()
Dcoresight-cti-core.c559 csdev->subtype.helper_subtype == in cti_add_assoc_to_csdev()
594 .helper_subtype = CORESIGHT_DEV_SUBTYPE_HELPER_ECT_CTI in cti_remove_assoc_from_csdev()
930 cti_desc.subtype.helper_subtype = CORESIGHT_DEV_SUBTYPE_HELPER_ECT_CTI; in cti_probe()
Dcoresight-core.c1286 return subtype_a.helper_subtype == subtype_b.helper_subtype; in coresight_compare_type()
Dcoresight-catu.c558 catu_desc.subtype.helper_subtype = CORESIGHT_DEV_SUBTYPE_HELPER_CATU; in __catu_probe()
Dcoresight-tmc-etr.c789 .helper_subtype = CORESIGHT_DEV_SUBTYPE_HELPER_CATU in tmc_etr_get_catu_device()
/linux-6.12.1/include/linux/
Dcoresight.h95 enum coresight_dev_subtype_helper helper_subtype; member