Lines Matching refs:hpriv
26 static int allocate_timestamps_buffers(struct hl_fpriv *hpriv,
1460 int hl_hw_block_mmap(struct hl_fpriv *hpriv, struct vm_area_struct *vma) in hl_hw_block_mmap() argument
1463 struct hl_device *hdev = hpriv->hdev; in hl_hw_block_mmap()
1464 struct hl_ctx *ctx = hpriv->ctx; in hl_hw_block_mmap()
1841 fput(ctx->hpriv->file_priv->filp); in hl_release_dmabuf()
1885 get_file(ctx->hpriv->file_priv->filp); in export_dmabuf()
2169 static int allocate_timestamps_buffers(struct hl_fpriv *hpriv, struct hl_mem_in *args, u64 *handle) in allocate_timestamps_buffers() argument
2171 struct hl_mem_mgr *mmg = &hpriv->mem_mgr; in allocate_timestamps_buffers()
2191 struct hl_fpriv *hpriv = file_priv->driver_priv; in hl_mem_ioctl() local
2194 struct hl_device *hdev = hpriv->hdev; in hl_mem_ioctl()
2195 struct hl_ctx *ctx = hpriv->ctx; in hl_mem_ioctl()
2298 rc = allocate_timestamps_buffers(hpriv, &args->in, &args->out.handle); in hl_mem_ioctl()