Home
last modified time | relevance | path

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

/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-sysfs.c316 struct coresight_device *csdev = to_coresight_device(dev); in enable_sink_show()
327 struct coresight_device *csdev = to_coresight_device(dev); in enable_sink_store()
343 struct coresight_device *csdev = to_coresight_device(dev); in enable_source_show()
356 struct coresight_device *csdev = to_coresight_device(dev); in enable_source_store()
417 struct coresight_device *csdev = to_coresight_device(dev); in nr_links_show()
H A Dcoresight-core.c544 struct coresight_device *csdev = to_coresight_device(dev); in coresight_sink_by_id()
570 return dev ? to_coresight_device(dev) : NULL; in coresight_get_sink_by_id()
966 struct coresight_device *source = to_coresight_device(dev); in coresight_remove_sink_ref()
994 struct coresight_device *csdev = to_coresight_device(dev); in coresight_device_release()
1006 struct coresight_device *src_csdev = to_coresight_device(dev); in coresight_orphan_match()
1084 struct coresight_device *csdev = to_coresight_device(dev); in coresight_clear_filter_source()
H A Dcoresight-platform.c134 csdev = to_coresight_device(dev); in coresight_find_csdev_by_fwnode()
H A Dcoresight-etm4x-sysfs.c275 cscfg_csdev_reset_feats(to_coresight_device(dev)); in reset_store()
/linux-6.15/include/linux/
H A Dcoresight.h331 #define to_coresight_device(d) container_of(d, struct coresight_device, dev) macro