Lines Matching refs:value
56 MODULE_PARM_DESC(index, "Index value for Sun AMD7930 soundcard.");
409 * the 0th being "infinity" (the magic value 9008). The remaining
774 uinfo->value.integer.min = 0;
775 uinfo->value.integer.max = 255;
799 ucontrol->value.integer.value[0] = *swval;
826 if (*swval != ucontrol->value.integer.value[0]) {
827 *swval = ucontrol->value.integer.value[0] & 0xff;