Home
last modified time | relevance | path

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

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