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);
180 在声明属性时,必须指定 show() 或 store() 方法,以实现属性的
184 ssize_t (*store)(struct device *dev, struct device_attribute *attr,
202 之后 Sysfs 传递整个缓冲区给 store() 方法。
222 - store() 应返回缓冲区的已用字节数。如果整个缓存都已填满,只需返回
225 - show() 或 store() 可以返回错误值。当得到一个非法值,必须返回一个
312 ssize_t (*store)(struct device *dev, struct device_attribute *attr,
333 ssize_t (*store)(struct bus_type *, const char * buf, size_t count);
354 ssize_t (*store)(struct device_driver *, const char * buf,