Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hwtracing/coresight/
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()
Dcoresight-core.c504 struct coresight_device *csdev = to_coresight_device(dev); in coresight_sink_by_id()
530 return dev ? to_coresight_device(dev) : NULL; in coresight_get_sink_by_id()
876 struct coresight_device *source = to_coresight_device(dev); in coresight_remove_sink_ref()
904 struct coresight_device *csdev = to_coresight_device(dev); in coresight_device_release()
916 struct coresight_device *src_csdev = to_coresight_device(dev); in coresight_orphan_match()
Dcoresight-platform.c134 csdev = to_coresight_device(dev); in coresight_find_csdev_by_fwnode()
Dcoresight-etm4x-sysfs.c274 cscfg_csdev_reset_feats(to_coresight_device(dev)); in reset_store()
/linux-6.12.1/include/linux/
Dcoresight.h325 #define to_coresight_device(d) container_of(d, struct coresight_device, dev) macro