Lines Matching refs:store
92 ssize_t (*store)(struct device *dev, struct device_attribute *attr,
116 .store = store_foo,
125 show and store methods of the attribute owners.
129 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t);
168 To read or write attributes, show() or store() methods must be
173 ssize_t (*store)(struct device *dev, struct device_attribute *attr,
194 first write. Sysfs then passes the entire buffer to the store() method.
221 - store() should return the number of bytes used from the buffer. If the
224 - show() or store() can always return errors. If a bad value comes
321 ssize_t (*store)(struct device *dev, struct device_attribute *attr,
342 ssize_t (*store)(struct bus_type *, const char * buf, size_t count);
363 ssize_t (*store)(struct device_driver *, const char * buf,