Home
last modified time | relevance | path

Searched defs:iomap_ops (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/parisc/lib/
Diomap.c45 struct iomap_ops { struct
46 unsigned int (*read8)(void __iomem *);
47 unsigned int (*read16)(void __iomem *);
48 unsigned int (*read16be)(void __iomem *);
49 unsigned int (*read32)(void __iomem *);
50 unsigned int (*read32be)(void __iomem *);
51 u64 (*read64)(void __iomem *);
52 u64 (*read64be)(void __iomem *);
53 void (*write8)(u8, void __iomem *);
54 void (*write16)(u16, void __iomem *);
[all …]
/Linux-v5.4/tools/testing/nvdimm/test/
Diomap.c19 static struct iomap_ops { struct
23 } iomap_ops = { argument
/Linux-v5.4/include/linux/
Diomap.h106 struct iomap_ops { struct
132 unsigned flags, const struct iomap_ops *ops, void *data, argument