Searched defs:etr_buf_operations (Results 1 – 1 of 1) sorted by relevance
219 struct etr_buf_operations { struct220 int (*alloc)(struct tmc_drvdata *drvdata, struct etr_buf *etr_buf,222 void (*sync)(struct etr_buf *etr_buf, u64 rrp, u64 rwp);223 ssize_t (*get_data)(struct etr_buf *etr_buf, u64 offset, size_t len,225 void (*free)(struct etr_buf *etr_buf);