Lines Matching refs:hcs
512 struct vpu_enc_host_ctrls *hcs = shared->priv; in get_yuv_desc() local
514 return hcs->ctrls[instance].yuv_desc; in get_yuv_desc()
520 struct vpu_enc_host_ctrls *hcs = shared->priv; in get_mem_pool() local
522 return hcs->ctrls[instance].pool; in get_mem_pool()
528 struct vpu_enc_host_ctrls *hcs = shared->priv; in get_stream_buf_desc() local
530 return hcs->ctrls[instance].stream_desc; in get_stream_buf_desc()
536 struct vpu_enc_host_ctrls *hcs = shared->priv; in get_expert_param() local
538 return hcs->ctrls[instance].expert; in get_expert_param()
543 struct vpu_enc_host_ctrls *hcs = shared->priv; in get_enc_param() local
545 return hcs->ctrls[instance].param; in get_enc_param()
561 struct vpu_enc_host_ctrls *hcs; in vpu_windsor_init_rpc() local
571 hcs = shared->priv; in vpu_windsor_init_rpc()
603 hcs->ctrls[i].yuv_desc = rpc->virt + offset; in vpu_windsor_init_rpc()
607 hcs->ctrls[i].stream_desc = rpc->virt + offset; in vpu_windsor_init_rpc()
611 hcs->ctrls[i].expert = rpc->virt + offset; in vpu_windsor_init_rpc()
615 hcs->ctrls[i].param = rpc->virt + offset; in vpu_windsor_init_rpc()
619 hcs->ctrls[i].pool = rpc->virt + offset; in vpu_windsor_init_rpc()
623 hcs->ctrls[i].status = rpc->virt + offset; in vpu_windsor_init_rpc()
627 hcs->ctrls[i].dsa = rpc->virt + offset; in vpu_windsor_init_rpc()