Searched refs:host_bo (Results 1 – 1 of 1) sorted by relevance
42 static struct host1x_bo *gather_bo_get(struct host1x_bo *host_bo) in gather_bo_get() argument44 struct gather_bo *bo = container_of(host_bo, struct gather_bo, base); in gather_bo_get()48 return host_bo; in gather_bo_get()60 static void gather_bo_put(struct host1x_bo *host_bo) in gather_bo_put() argument62 struct gather_bo *bo = container_of(host_bo, struct gather_bo, base); in gather_bo_put()125 static void *gather_bo_mmap(struct host1x_bo *host_bo) in gather_bo_mmap() argument127 struct gather_bo *bo = container_of(host_bo, struct gather_bo, base); in gather_bo_mmap()132 static void gather_bo_munmap(struct host1x_bo *host_bo, void *addr) in gather_bo_munmap() argument
Completed in 15 milliseconds