Lines Matching refs:uio_mem
44 struct uio_mem *mem;
48 static ssize_t map_name_show(struct uio_mem *mem, char *buf) in map_name_show()
56 static ssize_t map_addr_show(struct uio_mem *mem, char *buf) in map_addr_show()
61 static ssize_t map_size_show(struct uio_mem *mem, char *buf) in map_size_show()
66 static ssize_t map_offset_show(struct uio_mem *mem, char *buf) in map_offset_show()
73 ssize_t (*show)(struct uio_mem *, char *);
74 ssize_t (*store)(struct uio_mem *, const char *, size_t);
105 struct uio_mem *mem = map->mem; in map_type_show()
290 struct uio_mem *mem; in uio_dev_add_attributes()
381 struct uio_mem *mem; in uio_dev_del_attributes()
731 struct uio_mem *mem; in uio_mmap_physical()