Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwtracing/coresight/
Dcoresight.c64 i_csdev = to_coresight_device(dev); in coresight_id_match()
504 struct coresight_device *csdev = to_coresight_device(dev); in coresight_enabled_sink()
544 return dev ? to_coresight_device(dev) : NULL; in coresight_get_enabled_sink()
549 struct coresight_device *csdev = to_coresight_device(dev); in coresight_sink_by_id()
585 return dev ? to_coresight_device(dev) : NULL; in coresight_get_sink_by_id()
882 struct coresight_device *csdev = to_coresight_device(dev); in enable_sink_show()
893 struct coresight_device *csdev = to_coresight_device(dev); in enable_sink_store()
912 struct coresight_device *csdev = to_coresight_device(dev); in enable_source_show()
923 struct coresight_device *csdev = to_coresight_device(dev); in enable_source_store()
979 struct coresight_device *csdev = to_coresight_device(dev); in coresight_device_release()
[all …]
/Linux-v5.4/include/linux/
Dcoresight.h193 #define to_coresight_device(d) container_of(d, struct coresight_device, dev) macro