Lines Matching defs:csdev
35 struct coresight_device *csdev, *i_csdev; in coresight_id_match() local
59 static int coresight_source_is_unique(struct coresight_device *csdev) in coresight_source_is_unique()
71 static int coresight_find_link_inport(struct coresight_device *csdev) in coresight_find_link_inport()
92 static int coresight_find_link_outport(struct coresight_device *csdev) in coresight_find_link_outport()
113 static int coresight_enable_sink(struct coresight_device *csdev) in coresight_enable_sink()
131 static void coresight_disable_sink(struct coresight_device *csdev) in coresight_disable_sink()
141 static int coresight_enable_link(struct coresight_device *csdev) in coresight_enable_link()
171 static void coresight_disable_link(struct coresight_device *csdev) in coresight_disable_link()
204 static int coresight_enable_source(struct coresight_device *csdev) in coresight_enable_source()
228 static void coresight_disable_source(struct coresight_device *csdev) in coresight_disable_source()
299 static int coresight_build_paths(struct coresight_device *csdev, in coresight_build_paths()
332 int coresight_enable(struct coresight_device *csdev) in coresight_enable()
359 void coresight_disable(struct coresight_device *csdev) in coresight_disable()
383 struct coresight_device *csdev = to_coresight_device(dev); in enable_sink_show() local
394 struct coresight_device *csdev = to_coresight_device(dev); in enable_sink_store() local
413 struct coresight_device *csdev = to_coresight_device(dev); in enable_source_show() local
424 struct coresight_device *csdev = to_coresight_device(dev); in enable_source_store() local
477 struct coresight_device *csdev = to_coresight_device(dev); in coresight_device_release() local
486 struct coresight_device *csdev, *i_csdev; in coresight_orphan_match() local
527 static void coresight_fixup_orphan_conns(struct coresight_device *csdev) in coresight_fixup_orphan_conns()
552 static void coresight_fixup_device_conns(struct coresight_device *csdev) in coresight_fixup_device_conns()
630 struct coresight_device *csdev; in coresight_register() local
709 void coresight_unregister(struct coresight_device *csdev) in coresight_unregister()