Home
last modified time | relevance | path

Searched refs:to_coresight_device (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
Dcoresight-core.c79 i_csdev = to_coresight_device(dev); in coresight_id_match()
624 struct coresight_device *csdev = to_coresight_device(dev); in coresight_sink_by_id()
660 return dev ? to_coresight_device(dev) : NULL; in coresight_get_sink_by_id()
990 struct coresight_device *source = to_coresight_device(dev); in coresight_remove_sink_ref()
1164 struct coresight_device *csdev = to_coresight_device(dev); in enable_sink_show()
1175 struct coresight_device *csdev = to_coresight_device(dev); in enable_sink_store()
1194 struct coresight_device *csdev = to_coresight_device(dev); in enable_source_show()
1205 struct coresight_device *csdev = to_coresight_device(dev); in enable_source_store()
1264 struct coresight_device *csdev = to_coresight_device(dev); in coresight_device_release()
1279 i_csdev = to_coresight_device(dev); in coresight_orphan_match()
[all …]
Dcoresight-sysfs.c20 struct coresight_device *csdev = to_coresight_device(dev); in nr_links_show()
Dcoresight-platform.c73 csdev = to_coresight_device(dev); in coresight_find_csdev_by_fwnode()
/kernel/linux/linux-5.10/include/linux/
Dcoresight.h236 #define to_coresight_device(d) container_of(d, struct coresight_device, dev) macro