Lines Matching refs:ops
44 const struct host1x_client_ops *ops; member
72 const struct host1x_bo_ops *ops; member
76 const struct host1x_bo_ops *ops) in host1x_bo_init() argument
78 bo->ops = ops; in host1x_bo_init()
83 return bo->ops->get(bo); in host1x_bo_get()
88 bo->ops->put(bo); in host1x_bo_put()
94 return bo->ops->pin(bo, sgt); in host1x_bo_pin()
99 bo->ops->unpin(bo, sgt); in host1x_bo_unpin()
104 return bo->ops->mmap(bo); in host1x_bo_mmap()
109 bo->ops->munmap(bo, addr); in host1x_bo_munmap()
114 return bo->ops->kmap(bo, pagenum); in host1x_bo_kmap()
120 bo->ops->kunmap(bo, pagenum, addr); in host1x_bo_kunmap()