Searched refs:coresight_alloc_device_name (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/drivers/hwtracing/coresight/ |
D | coresight-tpiu.c | 126 desc.name = coresight_alloc_device_name(&tpiu_devs, dev); in tpiu_probe()
|
D | coresight-replicator.c | 234 desc.name = coresight_alloc_device_name(&replicator_devs, dev); in replicator_probe()
|
D | coresight-funnel.c | 220 desc.name = coresight_alloc_device_name(&funnel_devs, dev); in funnel_probe()
|
D | coresight-catu.c | 513 catu_desc.name = coresight_alloc_device_name(&catu_devs, dev); in catu_probe()
|
D | coresight-tmc-core.c | 512 desc.name = coresight_alloc_device_name(dev_list, dev); in tmc_probe()
|
D | coresight-core.c | 1720 char *coresight_alloc_device_name(struct coresight_dev_list *dict, in coresight_alloc_device_name() function 1751 EXPORT_SYMBOL_GPL(coresight_alloc_device_name);
|
D | coresight-etb10.c | 739 desc.name = coresight_alloc_device_name(&etb_devs, dev); in etb_probe()
|
D | coresight-cti-core.c | 903 cti_desc.name = coresight_alloc_device_name(&cti_sys_devs, dev); in cti_probe()
|
D | coresight-stm.c | 868 desc.name = coresight_alloc_device_name(&stm_devs, dev); in stm_probe()
|
/Linux-v5.15/include/linux/ |
D | coresight.h | 493 extern char *coresight_alloc_device_name(struct coresight_dev_list *devs,
|