Home
last modified time | relevance | path

Searched refs:coresight_alloc_device_name (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/hwtracing/coresight/
Dcoresight-tpiu.c130 desc.name = coresight_alloc_device_name(&tpiu_devs, dev); in tpiu_probe()
Dcoresight-replicator.c190 desc.name = coresight_alloc_device_name(&replicator_devs, dev); in replicator_probe()
Dcoresight-funnel.c198 desc.name = coresight_alloc_device_name(&funnel_devs, dev); in funnel_probe()
Dcoresight.c1318 char *coresight_alloc_device_name(struct coresight_dev_list *dict, in coresight_alloc_device_name() function
1349 EXPORT_SYMBOL_GPL(coresight_alloc_device_name);
Dcoresight-catu.c510 catu_desc.name = coresight_alloc_device_name(&catu_devs, dev); in catu_probe()
Dcoresight-tmc.c509 desc.name = coresight_alloc_device_name(dev_list, dev); in tmc_probe()
Dcoresight-etb10.c736 desc.name = coresight_alloc_device_name(&etb_devs, dev); in etb_probe()
Dcoresight-stm.c866 desc.name = coresight_alloc_device_name(&stm_devs, dev); in stm_probe()
/Linux-v5.4/include/linux/
Dcoresight.h286 extern char *coresight_alloc_device_name(struct coresight_dev_list *devs,