Lines Matching refs:value
969 ucontrol->value.enumerated.item[0] = val;
982 unsigned int *item = ucontrol->value.enumerated.item;
1118 /* ADC value is not available if the device is powered down */
1143 ucontrol->value.integer.value[0] = (val[0] << 1) | (val[1] & 1);
1147 ucontrol->value.integer.value[0] = 0;
1677 int value;
1679 if (!device_property_read_u32(dev, "adi,vmon-slot-no", &value))
1680 max98396->v_slot = value & 0xF;
1684 if (!device_property_read_u32(dev, "adi,imon-slot-no", &value))
1685 max98396->i_slot = value & 0xF;
1689 if (!device_property_read_u32(dev, "adi,spkfb-slot-no", &value))
1690 max98396->spkfb_slot = value & 0xF;
1694 if (!device_property_read_u32(dev, "adi,bypass-slot-no", &value))
1695 max98396->bypass_slot = value & 0xF;
1702 if (!device_property_read_u32(dev, "adi,dmon-stuck-threshold-bits", &value))
1703 max98396->dmon_stuck_threshold = value;
1710 if (!device_property_read_u32(dev, "adi,dmon-magnitude-threshold-bits", &value))
1711 max98396->dmon_mag_threshold = value;
1715 if (!device_property_read_u32(dev, "adi,dmon-duration-ms", &value))
1716 max98396->dmon_duration = value;