Lines Matching refs:store
107 ssize_t (*store)(struct device *dev, struct device_attribute *attr,
130 .store = store_foo,
143 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t);
181 在声明属性时,必须指定 show() 或 store() 方法,以实现属性的
185 ssize_t (*store)(struct device *dev, struct device_attribute *attr,
203 之后 Sysfs 传递整个缓冲区给 store() 方法。
221 - store() 应返回缓冲区的已用字节数。如果整个缓存都已填满,只需返回
224 - show() 或 store() 可以返回错误值。当得到一个非法值,必须返回一个
311 ssize_t (*store)(struct device *dev, struct device_attribute *attr,
332 ssize_t (*store)(struct bus_type *, const char * buf, size_t count);
353 ssize_t (*store)(struct device_driver *, const char * buf,