Lines Matching refs:uio_mem
45 struct uio_mem *mem;
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);
105 struct uio_mem *mem = map->mem; in map_type_show()
261 struct uio_mem *mem; in uio_dev_add_attributes()
344 struct uio_mem *mem; in uio_dev_del_attributes()
640 struct uio_mem *mem; in uio_mmap_physical()