Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/
Dsram.c39 struct sram_dev { struct
89 static int sram_add_pool(struct sram_dev *sram, struct sram_reserve *block, in sram_add_pool()
109 static int sram_add_export(struct sram_dev *sram, struct sram_reserve *block, in sram_add_export()
127 static int sram_add_partition(struct sram_dev *sram, struct sram_reserve *block, in sram_add_partition()
151 static void sram_free_partitions(struct sram_dev *sram) in sram_free_partitions()
178 static int sram_reserve_regions(struct sram_dev *sram, struct resource *res) in sram_reserve_regions()
339 struct sram_dev *sram; in sram_probe()
392 struct sram_dev *sram = platform_get_drvdata(pdev); in sram_remove()
/linux-4.4.14/drivers/soc/sunxi/
Dsunxi_sram.c82 static struct device *sram_dev; variable
99 for_each_child_of_node(sram_dev->of_node, sram_node) { in sunxi_sram_show()
250 sram_dev = &pdev->dev; in sunxi_sram_probe()