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, THIS_MODULE); in tpiu_init()
H A Dcoresight-replicator.c442 return coresight_init_driver("replicator", &dynamic_replicator_driver, &replicator_driver, in replicator_init()
H A Dcoresight-funnel.c437 return coresight_init_driver("funnel", &dynamic_funnel_driver, &funnel_driver, in funnel_init()
H A Dcoresight-core.c1640 int coresight_init_driver(const char *drv, struct amba_driver *amba_drv, in coresight_init_driver() function
1659 EXPORT_SYMBOL_GPL(coresight_init_driver);
H A Dcoresight-cpu-debug.c777 return coresight_init_driver("debug", &debug_driver, &debug_platform_driver, in debug_init()
H A Dcoresight-catu.c714 ret = coresight_init_driver("catu", &catu_driver, &catu_platform_driver, THIS_MODULE); in catu_init()
H A Dcoresight-stm.c1061 return coresight_init_driver("stm", &stm_driver, &stm_platform_driver, THIS_MODULE); in stm_init()
H A Dcoresight-tmc-core.c1064 return coresight_init_driver("tmc", &tmc_driver, &tmc_platform_driver, THIS_MODULE); in tmc_init()
/linux/include/linux/
H A Dcoresight.h729 int coresight_init_driver(const char *drv, struct amba_driver *amba_drv,