Lines Matching refs:store
110 ssize_t (*store)(struct device *dev, struct device_attribute *attr,
133 .store = store_foo,
146 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t);
183 在聲明屬性時,必須指定 show() 或 store() 方法,以實現屬性的
187 ssize_t (*store)(struct device *dev, struct device_attribute *attr,
205 之後 Sysfs 傳遞整個緩衝區給 store() 方法。
225 - store() 應返回緩衝區的已用字節數。如果整個緩存都已填滿,只需返回
228 - show() 或 store() 可以返回錯誤值。當得到一個非法值,必須返回一個
315 ssize_t (*store)(struct device *dev, struct device_attribute *attr,
336 ssize_t (*store)(struct bus_type *, const char * buf, size_t count);
357 ssize_t (*store)(struct device_driver *, const char * buf,