Lines Matching refs:csdev
195 #define source_ops(csdev) csdev->ops->source_ops argument
196 #define sink_ops(csdev) csdev->ops->sink_ops argument
197 #define link_ops(csdev) csdev->ops->link_ops argument
198 #define helper_ops(csdev) csdev->ops->helper_ops argument
210 int (*enable)(struct coresight_device *csdev, u32 mode, void *data);
211 int (*disable)(struct coresight_device *csdev);
212 void *(*alloc_buffer)(struct coresight_device *csdev,
216 unsigned long (*update_buffer)(struct coresight_device *csdev,
228 int (*enable)(struct coresight_device *csdev, int iport, int oport);
229 void (*disable)(struct coresight_device *csdev, int iport, int oport);
243 int (*cpu_id)(struct coresight_device *csdev);
244 int (*trace_id)(struct coresight_device *csdev);
245 int (*enable)(struct coresight_device *csdev,
247 void (*disable)(struct coresight_device *csdev,
261 int (*enable)(struct coresight_device *csdev, void *data);
262 int (*disable)(struct coresight_device *csdev, void *data);
275 extern void coresight_unregister(struct coresight_device *csdev);
276 extern int coresight_enable(struct coresight_device *csdev);
277 extern void coresight_disable(struct coresight_device *csdev);
291 static inline void coresight_unregister(struct coresight_device *csdev) {} in coresight_unregister() argument
293 coresight_enable(struct coresight_device *csdev) { return -ENOSYS; } in coresight_enable() argument
294 static inline void coresight_disable(struct coresight_device *csdev) {} in coresight_disable() argument