Lines Matching refs:val
64 static int wm8739_write(struct v4l2_subdev *sd, int reg, u16 val)
74 v4l2_dbg(1, debug, sd, "write: %02x %02x\n", reg, val);
78 (reg << 1) | (val >> 8), val & 0xff) == 0)
80 v4l2_err(sd, "I2C: cannot write %03x to register R%d\n", val, reg);
102 work_l = (min(65536 - state->balance->val, 32768) * state->volume->val) / 32768;
103 work_r = (min(state->balance->val, 32768) * state->volume->val) / 32768;
109 mute = state->mute->val ? 0x80 : 0;