Lines Matching defs:value
185 * Register values will be cached before suspend. The cached value
186 * will be a valid value and userspace will happy with that.
190 ucontrol->value.integer.value[0] = max98373->cache[i].val;
470 int value;
472 if (!device_property_read_u32(dev, "maxim,vmon-slot-no", &value))
473 max98373->v_slot = value & 0xF;
477 if (!device_property_read_u32(dev, "maxim,imon-slot-no", &value))
478 max98373->i_slot = value & 0xF;
497 if (!device_property_read_u32(dev, "maxim,spkfb-slot-no", &value))
498 max98373->spkfb_slot = value & 0xF;