Searched defs:coresight_ops_sink (Results 1 – 1 of 1) sorted by relevance
197 struct coresight_ops_sink { struct198 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,202 void (*free_buffer)(void *config);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,