Lines Matching refs:val
261 write_reg(0x123, ctrl->val);
264 write_reg(0x456, ctrl->val);
320 s32 val;
322 s32 val;
333 &ctrl->val == ctrl->p_new.p_s32
334 &ctrl->cur.val == ctrl->p_cur.p_s32
336 For all other types use ctrl->p_cur.p<something>. Basically the val
337 and cur.val fields can be considered an alias since these are used so often.
339 Within the control ops you can freely use these. The val and cur.val speak for
361 ctrl->val = read_reg(0x123);
397 int v4l2_ctrl_s_ctrl(struct v4l2_ctrl *ctrl, s32 val);
409 pr_info("Integer value is '%s'\n", ctrl2->cur.val);
534 write_reg(0x123, mute->val ? 0 : ctrl->val);
538 write_reg(0x456, ctrl->val);
572 And in foo_s_ctrl you can use these pointers directly: state->mute->val.