Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwtracing/coresight/
Dcoresight.c38 i_csdev = to_coresight_device(dev); in coresight_id_match()
388 struct coresight_device *csdev = to_coresight_device(dev); in enable_sink_show()
399 struct coresight_device *csdev = to_coresight_device(dev); in enable_sink_store()
418 struct coresight_device *csdev = to_coresight_device(dev); in enable_source_show()
429 struct coresight_device *csdev = to_coresight_device(dev); in enable_source_store()
482 struct coresight_device *csdev = to_coresight_device(dev); in coresight_device_release()
495 i_csdev = to_coresight_device(dev); in coresight_orphan_match()
549 i_csdev = to_coresight_device(dev); in coresight_name_match()
570 conn->child_dev = to_coresight_device(dev); in coresight_fixup_device_conns()
/linux-4.4.14/include/linux/
Dcoresight.h177 #define to_coresight_device(d) container_of(d, struct coresight_device, dev) macro