Searched refs:coresight_alloc_device_name (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/drivers/hwtracing/coresight/ |
D | coresight-tpiu.c | 130 desc.name = coresight_alloc_device_name(&tpiu_devs, dev); in tpiu_probe()
|
D | coresight-funnel.c | 218 desc.name = coresight_alloc_device_name(&funnel_devs, dev); in funnel_probe()
|
D | coresight-replicator.c | 230 desc.name = coresight_alloc_device_name(&replicator_devs, dev); in replicator_probe()
|
D | coresight-catu.c | 510 catu_desc.name = coresight_alloc_device_name(&catu_devs, dev); in catu_probe()
|
D | coresight-tmc-core.c | 508 desc.name = coresight_alloc_device_name(dev_list, dev); in tmc_probe()
|
D | coresight-core.c | 1631 char *coresight_alloc_device_name(struct coresight_dev_list *dict, in coresight_alloc_device_name() function 1662 EXPORT_SYMBOL_GPL(coresight_alloc_device_name);
|
D | coresight-etb10.c | 736 desc.name = coresight_alloc_device_name(&etb_devs, dev); in etb_probe()
|
D | coresight-cti-core.c | 901 cti_desc.name = coresight_alloc_device_name(&cti_sys_devs, dev); in cti_probe()
|
D | coresight-stm.c | 867 desc.name = coresight_alloc_device_name(&stm_devs, dev); in stm_probe()
|
/Linux-v5.10/include/linux/ |
D | coresight.h | 342 extern char *coresight_alloc_device_name(struct coresight_dev_list *devs,
|