Lines Matching refs:csdev

181 #define source_ops(csdev)	csdev->ops->source_ops  argument
182 #define sink_ops(csdev) csdev->ops->sink_ops argument
183 #define link_ops(csdev) csdev->ops->link_ops argument
184 #define helper_ops(csdev) csdev->ops->helper_ops argument
198 int (*enable)(struct coresight_device *csdev, u32 mode);
199 void (*disable)(struct coresight_device *csdev);
200 void *(*alloc_buffer)(struct coresight_device *csdev, int cpu,
203 int (*set_buffer)(struct coresight_device *csdev,
206 unsigned long (*reset_buffer)(struct coresight_device *csdev,
209 void (*update_buffer)(struct coresight_device *csdev,
221 int (*enable)(struct coresight_device *csdev, int iport, int oport);
222 void (*disable)(struct coresight_device *csdev, int iport, int oport);
236 int (*cpu_id)(struct coresight_device *csdev);
237 int (*trace_id)(struct coresight_device *csdev);
238 int (*enable)(struct coresight_device *csdev,
240 void (*disable)(struct coresight_device *csdev,
254 int (*enable)(struct coresight_device *csdev, void *data);
255 int (*disable)(struct coresight_device *csdev, void *data);
268 extern void coresight_unregister(struct coresight_device *csdev);
269 extern int coresight_enable(struct coresight_device *csdev);
270 extern void coresight_disable(struct coresight_device *csdev);
276 static inline void coresight_unregister(struct coresight_device *csdev) {} in coresight_unregister() argument
278 coresight_enable(struct coresight_device *csdev) { return -ENOSYS; } in coresight_enable() argument
279 static inline void coresight_disable(struct coresight_device *csdev) {} in coresight_disable() argument