Searched refs:uio_mem (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/drivers/uio/ |
D | uio.c | 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); 104 struct uio_mem *mem = map->mem; in map_type_show() 288 struct uio_mem *mem; in uio_dev_add_attributes() 379 struct uio_mem *mem; in uio_dev_del_attributes() [all …]
|
D | uio_dmem_genirq.c | 47 struct uio_mem *uiomem; in uio_dmem_genirq_open() 77 struct uio_mem *uiomem; in uio_dmem_genirq_release() 151 struct uio_mem *uiomem; in uio_dmem_genirq_probe()
|
D | uio_mf624.c | 117 static int mf624_setup_mem(struct pci_dev *dev, int bar, struct uio_mem *mem, const char *name) in mf624_setup_mem()
|
D | uio_pdrv_genirq.c | 115 struct uio_mem *uiomem; in uio_pdrv_genirq_probe()
|
/Linux-v5.10/include/linux/ |
D | uio_driver.h | 37 struct uio_mem { struct 102 struct uio_mem mem[MAX_UIO_MAPS];
|
/Linux-v5.10/Documentation/driver-api/ |
D | uio-howto.rst | 228 - ``struct uio_mem mem[ MAX_UIO_MAPS ]``: Required if you have memory 230 need to fill one of the ``uio_mem`` structures. See the description 270 ``struct uio_mem`` in the ``mem[]`` array. Here's a description of the 271 fields of ``struct uio_mem``: 298 Please do not touch the ``map`` element of ``struct uio_mem``! It is
|
/Linux-v5.10/Documentation/core-api/ |
D | kobject.rst | 73 struct uio_mem *mem; 104 struct uio_mem *mem;
|