Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-core.c121 i_csdev = to_coresight_device(dev); in coresight_id_match()
680 struct coresight_device *csdev = to_coresight_device(dev); in coresight_sink_by_id()
716 return dev ? to_coresight_device(dev) : NULL; in coresight_get_sink_by_id()
1063 struct coresight_device *source = to_coresight_device(dev); in coresight_remove_sink_ref()
1237 struct coresight_device *csdev = to_coresight_device(dev); in enable_sink_show()
1248 struct coresight_device *csdev = to_coresight_device(dev); in enable_sink_store()
1267 struct coresight_device *csdev = to_coresight_device(dev); in enable_source_show()
1278 struct coresight_device *csdev = to_coresight_device(dev); in enable_source_store()
1334 struct coresight_device *csdev = to_coresight_device(dev); in coresight_device_release()
1349 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()
Dcoresight-etm4x-sysfs.c273 cscfg_csdev_reset_feats(to_coresight_device(dev)); in reset_store()
/linux-6.1.9/include/linux/
Dcoresight.h272 #define to_coresight_device(d) container_of(d, struct coresight_device, dev) macro