Lines Matching refs:value
195 * Returns negative on error, otherwise returns read value in bits 0-7.
238 * Returns negative on error, values are read into value element of cs8409_i2c_param sequence.
264 seq[i].value = cs8409_vendor_coef_get(codec, CS8409_I2C_QREAD) & 0xff;
281 * @value: Data to write
285 static int cs8409_i2c_write(struct sub_codec *scodec, unsigned int addr, unsigned int value)
302 i2c_reg_data = ((addr << 8) & 0x0ff00) | (value & 0x0ff);
344 i2c_reg_data = ((seq[i].addr << 8) & 0x0ff00) | (seq[i].value & 0x0ff);
428 ucontrol->value.integer.value[0] = !!(spec->gpio_data & spec->speaker_pdn_gpio);
440 (ucontrol->value.integer.value[0] ? spec->speaker_pdn_gpio : 0);
465 uinfo->value.integer.step = 1;
470 uinfo->value.integer.min = CS42L42_HP_VOL_REAL_MIN;
471 uinfo->value.integer.max = CS42L42_HP_VOL_REAL_MAX;
474 uinfo->value.integer.min = CS42L42_AMIC_VOL_REAL_MIN;
475 uinfo->value.integer.max = CS42L42_AMIC_VOL_REAL_MAX;
491 long *valp = uctrl->value.integer.value;
550 long *valp = uctrl->value.integer.value;
832 "Auto detect value not valid (%d), running manual det\n",