Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/hwtracing/coresight/
Dcoresight-tpiu.c321 return coresight_init_driver("tpiu", &tpiu_driver, &tpiu_platform_driver); in tpiu_init()
Dcoresight-replicator.c441 return coresight_init_driver("replicator", &dynamic_replicator_driver, &replicator_driver); in replicator_init()
Dcoresight-funnel.c436 return coresight_init_driver("funnel", &dynamic_funnel_driver, &funnel_driver); in funnel_init()
Dcoresight-core.c1499 int coresight_init_driver(const char *drv, struct amba_driver *amba_drv, in coresight_init_driver() function
1518 EXPORT_SYMBOL_GPL(coresight_init_driver);
Dcoresight-cpu-debug.c777 return coresight_init_driver("debug", &debug_driver, &debug_platform_driver); in debug_init()
Dcoresight-catu.c705 ret = coresight_init_driver("catu", &catu_driver, &catu_platform_driver); in catu_init()
Dcoresight-tmc-core.c744 return coresight_init_driver("tmc", &tmc_driver, &tmc_platform_driver); in tmc_init()
Dcoresight-stm.c1050 return coresight_init_driver("stm", &stm_driver, &stm_platform_driver); in stm_init()
/linux-6.14.4/include/linux/
Dcoresight.h696 int coresight_init_driver(const char *drv, struct amba_driver *amba_drv,