Lines Matching refs:hcs
513 struct vpu_enc_host_ctrls *hcs = shared->priv; in get_yuv_desc() local
515 return hcs->ctrls[instance].yuv_desc; in get_yuv_desc()
521 struct vpu_enc_host_ctrls *hcs = shared->priv; in get_mem_pool() local
523 return hcs->ctrls[instance].pool; in get_mem_pool()
529 struct vpu_enc_host_ctrls *hcs = shared->priv; in get_stream_buf_desc() local
531 return hcs->ctrls[instance].stream_desc; in get_stream_buf_desc()
537 struct vpu_enc_host_ctrls *hcs = shared->priv; in get_expert_param() local
539 return hcs->ctrls[instance].expert; in get_expert_param()
544 struct vpu_enc_host_ctrls *hcs = shared->priv; in get_enc_param() local
546 return hcs->ctrls[instance].param; in get_enc_param()
562 struct vpu_enc_host_ctrls *hcs; in vpu_windsor_init_rpc() local
572 hcs = shared->priv; in vpu_windsor_init_rpc()
604 hcs->ctrls[i].yuv_desc = rpc->virt + offset; in vpu_windsor_init_rpc()
608 hcs->ctrls[i].stream_desc = rpc->virt + offset; in vpu_windsor_init_rpc()
612 hcs->ctrls[i].expert = rpc->virt + offset; in vpu_windsor_init_rpc()
616 hcs->ctrls[i].param = rpc->virt + offset; in vpu_windsor_init_rpc()
620 hcs->ctrls[i].pool = rpc->virt + offset; in vpu_windsor_init_rpc()
624 hcs->ctrls[i].status = rpc->virt + offset; in vpu_windsor_init_rpc()
628 hcs->ctrls[i].dsa = rpc->virt + offset; in vpu_windsor_init_rpc()