Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/
Dsram.c39 struct sram_dev { struct
40 struct device *dev;
41 void __iomem *virt_base;
43 struct gen_pool *pool;
44 struct clk *clk;
46 struct sram_partition *partition;
47 u32 partitions;
/linux-4.4.14/drivers/soc/sunxi/
Dsunxi_sram.c82 static struct device *sram_dev; variable