Searched refs:uio_mem (Results 1 – 10 of 10) sorted by relevance
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()74 ssize_t (*show)(struct uio_mem *, char *);75 ssize_t (*store)(struct uio_mem *, const char *, size_t);106 struct uio_mem *mem = map->mem; in map_type_show()291 struct uio_mem *mem; in uio_dev_add_attributes()382 struct uio_mem *mem; in uio_dev_del_attributes()746 struct uio_mem *mem; in uio_mmap_physical()[all …]
51 struct uio_mem *uiomem; in uio_dmem_genirq_open()77 struct uio_mem *uiomem; in uio_dmem_genirq_release()157 struct uio_mem *uiomem; in uio_dmem_genirq_probe()
19 struct uio_mem *uiomem; in uio_dfl_probe()
75 struct uio_mem *uiomem; in probe()
117 static int mf624_setup_mem(struct pci_dev *dev, int bar, struct uio_mem *mem, const char *name) in mf624_setup_mem()
115 struct uio_mem *uiomem; in uio_pdrv_genirq_probe()
42 struct uio_mem { struct109 struct uio_mem mem[MAX_UIO_MAPS];
68 struct uio_mem *mem;96 struct uio_mem *mem;
228 - ``struct uio_mem mem[ MAX_UIO_MAPS ]``: Required if you have memory230 need to fill one of the ``uio_mem`` structures. See the description270 ``struct uio_mem`` in the ``mem[]`` array. Here's a description of the271 fields of ``struct uio_mem``:298 Please do not touch the ``map`` element of ``struct uio_mem``! It is
73 struct uio_mem *mem;104 struct uio_mem *mem;
Completed in 20 milliseconds