Lines Matching defs:value
65 tmp = obj->integer.value;
87 u32 value;
99 value = (*in) ? 1 : 2;
102 value = (*in) ? 0 : 1;
109 input.pointer = &value;
125 #define show_set_bool(value, instance) \
127 show_bool_##value(struct device *dev, struct device_attribute *attr, \
138 set_bool_##value(struct device *dev, struct device_attribute *attr, \
147 static DEVICE_ATTR(value, S_IRUGO | S_IWUSR, \
148 show_bool_##value, set_bool_##value);