Lines Matching refs:value
249 /* Store current fault value so we can detect any changes next time */
258 * the full sequence no matter the first return value to minimizes
381 * lists a nominal value however just use-it as-is without
497 * (register value <0x7) is effectively a MUTE as per device datasheet.
512 ucontrol->value.integer.value[0] = val << 1;
515 ucontrol->value.integer.value[0] |= val & TAS5722_VOL_CONTROL_LSB;
524 unsigned int sel = ucontrol->value.integer.value[0];