Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tpiu.c315 return coresight_init_driver("tpiu", &tpiu_driver, &tpiu_platform_driver, THIS_MODULE); in tpiu_init()
H A Dcoresight-core.c1647 int coresight_init_driver(const char *drv, struct amba_driver *amba_drv, in coresight_init_driver() function
1666 EXPORT_SYMBOL_GPL(coresight_init_driver);
H A Dcoresight-catu.c711 ret = coresight_init_driver("catu", &catu_driver, &catu_platform_driver, THIS_MODULE); in catu_init()
H A Dcoresight-tpdm.c1536 return coresight_init_driver("tpdm", &dynamic_tpdm_driver, &static_tpdm_driver, in tpdm_init()
/linux/include/linux/
H A Dcoresight.h700 int coresight_init_driver(const char *drv, struct amba_driver *amba_drv,