Searched defs:fd_bo_funcs (Results 1 – 2 of 2) sorted by relevance
426 struct fd_bo_funcs { struct427 int (*offset)(struct fd_bo *bo, uint64_t *offset);428 void *(*map)(struct fd_bo *bo);429 int (*cpu_prep)(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op);430 int (*madvise)(struct fd_bo *bo, int willneed);431 uint64_t (*iova)(struct fd_bo *bo);432 void (*set_name)(struct fd_bo *bo, const char *fmt, va_list ap);433 int (*dmabuf)(struct fd_bo *bo);446 void (*finalize)(struct fd_bo *bo);447 void (*destroy)(struct fd_bo *bo);[all …]
148 struct fd_bo_funcs { struct164 const struct fd_bo_funcs *funcs; argument