Searched refs:clu (Results 1 – 4 of 4) sorted by relevance
28 static inline void vsp1_clu_write(struct vsp1_clu *clu, in vsp1_clu_write() argument43 static int clu_set_table(struct vsp1_clu *clu, struct v4l2_ctrl *ctrl) in clu_set_table() argument48 dlb = vsp1_dl_body_get(clu->pool); in clu_set_table()56 spin_lock_irq(&clu->lock); in clu_set_table()57 swap(clu->clu, dlb); in clu_set_table()58 spin_unlock_irq(&clu->lock); in clu_set_table()66 struct vsp1_clu *clu = in clu_s_ctrl() local71 clu_set_table(clu, ctrl); in clu_s_ctrl()75 clu->mode = ctrl->val; in clu_s_ctrl()178 struct vsp1_clu *clu = to_clu(&entity->subdev); in clu_configure_stream() local[all …]
34 struct vsp1_dl_body *clu; member
296 vsp1->clu = vsp1_clu_create(vsp1); in vsp1_create_entities()297 if (IS_ERR(vsp1->clu)) { in vsp1_create_entities()298 ret = PTR_ERR(vsp1->clu); in vsp1_create_entities()302 list_add_tail(&vsp1->clu->entity.list_dev, &vsp1->entities); in vsp1_create_entities()
89 struct vsp1_clu *clu; member