Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-cti-core.c509 csdev->subtype.helper_subtype == in cti_add_assoc_to_csdev()
544 .helper_subtype = CORESIGHT_DEV_SUBTYPE_HELPER_ECT_CTI in cti_remove_assoc_from_csdev()
724 cti_desc.subtype.helper_subtype = CORESIGHT_DEV_SUBTYPE_HELPER_ECT_CTI; in cti_probe()
H A Dcoresight-ctcu-core.c224 desc.subtype.helper_subtype = CORESIGHT_DEV_SUBTYPE_HELPER_CTCU; in ctcu_probe()
H A Dcoresight-core.c1509 return subtype_a.helper_subtype == subtype_b.helper_subtype; in coresight_compare_type()
H A Dcoresight-catu.c574 catu_desc.subtype.helper_subtype = CORESIGHT_DEV_SUBTYPE_HELPER_CATU; in __catu_probe()
H A Dcoresight-tmc-etr.c857 .helper_subtype = CORESIGHT_DEV_SUBTYPE_HELPER_CATU in tmc_etr_get_catu_device()
/linux/include/linux/
H A Dcoresight.h96 enum coresight_dev_subtype_helper helper_subtype; member