Lines Matching refs:mute
498 struct v4l2_ctrl *mute = ctrl->cluster[AUDIO_CL_MUTE];
500 write_reg(0x123, mute->val ? 0 : ctrl->val);
521 struct v4l2_ctrl *mute;
529 state->mute = v4l2_ctrl_new_std(&state->ctrl_handler, ...);
532 And in foo_s_ctrl you can use these pointers directly: state->mute->val.
535 reason mute was never added (because the hardware doesn't support that
536 particular feature), then mute will be NULL. So in that case we have a
548 each control. For example, in the case of a volume/mute cluster the 'is_new'
549 flag of the mute control would be set if the user called VIDIOC_S_CTRL for
550 mute only. If the user would call VIDIOC_S_EXT_CTRLS for both mute and volume
658 This would be bad since muting the radio would not change the video mute