Home
last modified time | relevance | path

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

/linux-4.4.14/arch/parisc/lib/
Diomap.c44 struct iomap_ops { struct
45 unsigned int (*read8)(void __iomem *);
46 unsigned int (*read16)(void __iomem *);
47 unsigned int (*read16be)(void __iomem *);
48 unsigned int (*read32)(void __iomem *);
49 unsigned int (*read32be)(void __iomem *);
50 void (*write8)(u8, void __iomem *);
51 void (*write16)(u16, void __iomem *);
52 void (*write16be)(u16, void __iomem *);
53 void (*write32)(u32, void __iomem *);
[all …]
/linux-4.4.14/tools/testing/nvdimm/test/
Diomap.c23 static struct iomap_ops { struct
26 } iomap_ops = { argument