Searched refs:coresight_init_driver (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-tpiu.c | 315 return coresight_init_driver("tpiu", &tpiu_driver, &tpiu_platform_driver, THIS_MODULE); in tpiu_init()
|
| H A D | coresight-core.c | 1647 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 D | coresight-catu.c | 711 ret = coresight_init_driver("catu", &catu_driver, &catu_platform_driver, THIS_MODULE); in catu_init()
|
| H A D | coresight-tpdm.c | 1536 return coresight_init_driver("tpdm", &dynamic_tpdm_driver, &static_tpdm_driver, in tpdm_init()
|
| /linux/include/linux/ |
| H A D | coresight.h | 700 int coresight_init_driver(const char *drv, struct amba_driver *amba_drv,
|