Lines Matching refs:ssize_t

49 static ssize_t map_name_show(struct uio_mem *mem, char *buf)  in map_name_show()
57 static ssize_t map_addr_show(struct uio_mem *mem, char *buf) in map_addr_show()
62 static ssize_t map_size_show(struct uio_mem *mem, char *buf) in map_size_show()
67 static ssize_t map_offset_show(struct uio_mem *mem, char *buf) in map_offset_show()
74 ssize_t (*show)(struct uio_mem *, char *);
75 ssize_t (*store)(struct uio_mem *, const char *, size_t);
101 static ssize_t map_type_show(struct kobject *kobj, struct attribute *attr, in map_type_show()
132 static ssize_t portio_name_show(struct uio_port *port, char *buf) in portio_name_show()
140 static ssize_t portio_start_show(struct uio_port *port, char *buf) in portio_start_show()
145 static ssize_t portio_size_show(struct uio_port *port, char *buf) in portio_size_show()
150 static ssize_t portio_porttype_show(struct uio_port *port, char *buf) in portio_porttype_show()
162 ssize_t (*show)(struct uio_port *, char *);
163 ssize_t (*store)(struct uio_port *, const char *, size_t);
189 static ssize_t portio_type_show(struct kobject *kobj, struct attribute *attr, in portio_type_show()
214 static ssize_t name_show(struct device *dev, in name_show()
222 static ssize_t version_show(struct device *dev, in version_show()
230 static ssize_t event_show(struct device *dev, in event_show()
505 static ssize_t uio_read(struct file *filep, char __user *buf, in uio_read()
511 ssize_t retval; in uio_read()
555 static ssize_t uio_write(struct file *filep, const char __user *buf, in uio_write()
560 ssize_t retval; in uio_write()