Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-sysfs.c311 struct coresight_device *csdev = to_coresight_device(dev); in enable_sink_show()
322 struct coresight_device *csdev = to_coresight_device(dev); in enable_sink_store()
338 struct coresight_device *csdev = to_coresight_device(dev); in enable_source_show()
351 struct coresight_device *csdev = to_coresight_device(dev); in enable_source_store()
412 struct coresight_device *csdev = to_coresight_device(dev); in nr_links_show()
H A Dcoresight-core.c541 struct coresight_device *csdev = to_coresight_device(dev);
567 return dev ? to_coresight_device(dev) : NULL; in coresight_put_ref()
919 struct coresight_device *source = to_coresight_device(dev); in coresight_orphan_match()
947 struct coresight_device *csdev = to_coresight_device(dev); in coresight_orphan_match()
959 struct coresight_device *src_csdev = to_coresight_device(dev); in coresight_orphan_match()
1037 struct coresight_device *csdev = to_coresight_device(dev); in coresight_timeout()
H A Dcoresight-platform.c134 csdev = to_coresight_device(dev); in coresight_find_csdev_by_fwnode()
H A Dcoresight-etm4x-sysfs.c274 cscfg_csdev_reset_feats(to_coresight_device(dev)); in reset_store()
/linux/include/linux/
H A Dcoresight.h330 #define to_coresight_device(d) container_of(d, struct coresight_device, dev)
325 #define to_coresight_device( global() macro