Lines Matching refs:value
57 MODULE_PARM_DESC(index, "Index value for Sun AMD7930 soundcard.");
411 * the 0th being "infinity" (the magic value 9008). The remaining
776 uinfo->value.integer.min = 0;
777 uinfo->value.integer.max = 255;
801 ucontrol->value.integer.value[0] = *swval;
828 if (*swval != ucontrol->value.integer.value[0]) {
829 *swval = ucontrol->value.integer.value[0] & 0xff;