Home
last modified time | relevance | path

Searched refs:DEFINE_CORESIGHT_DEVLIST (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-tmc-core.c30 DEFINE_CORESIGHT_DEVLIST(etb_devs, "tmc_etb");
31 DEFINE_CORESIGHT_DEVLIST(etf_devs, "tmc_etf");
32 DEFINE_CORESIGHT_DEVLIST(etr_devs, "tmc_etr");
H A Dcoresight-tpiu.c50 DEFINE_CORESIGHT_DEVLIST(tpiu_devs, "tpiu");
H A Dcoresight-replicator.c27 DEFINE_CORESIGHT_DEVLIST(replicator_devs, "replicator");
H A Dcoresight-funnel.c33 DEFINE_CORESIGHT_DEVLIST(funnel_devs, "funnel");
H A Dcoresight-catu.c31 DEFINE_CORESIGHT_DEVLIST(catu_devs, "catu");
H A Dcoresight-etb10.c66 DEFINE_CORESIGHT_DEVLIST(etb_devs, "etb");
H A Dcoresight-cti-core.c58 DEFINE_CORESIGHT_DEVLIST(cti_sys_devs, "cti_sys");
H A Dcoresight-stm.c111 DEFINE_CORESIGHT_DEVLIST(stm_devs, "stm");
/OK3568_Linux_fs/kernel/include/linux/
H A Dcoresight.h261 #define DEFINE_CORESIGHT_DEVLIST(var, dev_pfx) \ macro