Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-tpiu.c126 desc.name = coresight_alloc_device_name(&tpiu_devs, dev); in tpiu_probe()
Dcoresight-replicator.c228 desc.name = coresight_alloc_device_name(&replicator_devs, dev); in replicator_probe()
Dcoresight-funnel.c220 desc.name = coresight_alloc_device_name(&funnel_devs, dev); in funnel_probe()
Dcoresight-catu.c502 catu_desc.name = coresight_alloc_device_name(&catu_devs, dev); in catu_probe()
Dcoresight-tmc-core.c509 desc.name = coresight_alloc_device_name(dev_list, dev); in tmc_probe()
Dcoresight-core.c1758 char *coresight_alloc_device_name(struct coresight_dev_list *dict, in coresight_alloc_device_name() function
1789 EXPORT_SYMBOL_GPL(coresight_alloc_device_name);
Dcoresight-etb10.c726 desc.name = coresight_alloc_device_name(&etb_devs, dev); in etb_probe()
Dcoresight-cti-core.c899 cti_desc.name = coresight_alloc_device_name(&cti_sys_devs, dev); in cti_probe()
Dcoresight-stm.c850 desc.name = coresight_alloc_device_name(&stm_devs, dev); in stm_probe()
/linux-6.1.9/include/linux/
Dcoresight.h511 extern char *coresight_alloc_device_name(struct coresight_dev_list *devs,