Lines Matching refs:coresight_device
135 struct coresight_device *coresight_get_sink(struct list_head *path);
136 struct coresight_device *coresight_get_sink_by_id(u32 id);
137 struct coresight_device *
138 coresight_find_default_sink(struct coresight_device *csdev);
139 struct list_head *coresight_build_path(struct coresight_device *csdev,
140 struct coresight_device *sink);
144 int coresight_create_conns_sysfs_group(struct coresight_device *csdev);
145 void coresight_remove_conns_sysfs_group(struct coresight_device *csdev);
146 int coresight_make_links(struct coresight_device *orig,
148 struct coresight_device *target);
149 void coresight_remove_links(struct coresight_device *orig,
151 u32 coresight_get_sink_id(struct coresight_device *csdev);
162 void (*add)(struct coresight_device *csdev);
163 void (*remove)(struct coresight_device *csdev);
236 void coresight_release_platform_data(struct coresight_device *csdev,
239 struct coresight_device *
241 void coresight_add_helper(struct coresight_device *csdev,
242 struct coresight_device *helper);
244 void coresight_set_percpu_sink(int cpu, struct coresight_device *csdev);
245 struct coresight_device *coresight_get_percpu_sink(int cpu);
246 void coresight_disable_source(struct coresight_device *csdev, void *data);