Lines Matching refs:ssize_t
105 ssize_t (*show)(struct device *dev, struct device_attribute *attr,
107 ssize_t (*store)(struct device *dev, struct device_attribute *attr,
142 ssize_t (*show)(struct kobject *, struct attribute *, char *);
143 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t);
160 static ssize_t dev_attr_show(struct kobject *kobj, struct attribute *attr,
165 ssize_t ret = -EIO;
169 if (ret >= (ssize_t)PAGE_SIZE) {
184 ssize_t (*show)(struct device *dev, struct device_attribute *attr, char *buf);
185 ssize_t (*store)(struct device *dev, struct device_attribute *attr,
233 static ssize_t show_name(struct device *dev, struct device_attribute *attr,
239 static ssize_t store_name(struct device *dev, struct device_attribute *attr,
309 ssize_t (*show)(struct device *dev, struct device_attribute *attr,
311 ssize_t (*store)(struct device *dev, struct device_attribute *attr,
331 ssize_t (*show)(struct bus_type *, char * buf);
332 ssize_t (*store)(struct bus_type *, const char * buf, size_t count);
352 ssize_t (*show)(struct device_driver *, char * buf);
353 ssize_t (*store)(struct device_driver *, const char * buf,