Searched defs:ivpu_bo_ops (Results 1 – 1 of 1) sorted by relevance
42 struct ivpu_bo_ops { struct43 enum ivpu_bo_type type;44 const char *name;45 int (*alloc_pages)(struct ivpu_bo *bo);46 void (*free_pages)(struct ivpu_bo *bo);47 int (*map_pages)(struct ivpu_bo *bo);48 void (*unmap_pages)(struct ivpu_bo *bo);