Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwtracing/coresight/
Dcoresight.c38 i_csdev = to_coresight_device(dev); in coresight_id_match()
383 struct coresight_device *csdev = to_coresight_device(dev); in enable_sink_show()
394 struct coresight_device *csdev = to_coresight_device(dev); in enable_sink_store()
413 struct coresight_device *csdev = to_coresight_device(dev); in enable_source_show()
424 struct coresight_device *csdev = to_coresight_device(dev); in enable_source_store()
477 struct coresight_device *csdev = to_coresight_device(dev); in coresight_device_release()
490 i_csdev = to_coresight_device(dev); in coresight_orphan_match()
544 i_csdev = to_coresight_device(dev); in coresight_name_match()
565 conn->child_dev = to_coresight_device(dev); in coresight_fixup_device_conns()
/linux-4.1.27/include/linux/
Dcoresight.h176 #define to_coresight_device(d) container_of(d, struct coresight_device, dev) macro