Searched refs:sram_dev (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/misc/
H A Dsram.h22 struct sram_dev { struct
47 int sram_check_protect_exec(struct sram_dev *sram, struct sram_reserve *block,
51 static inline int sram_check_protect_exec(struct sram_dev *sram,
H A Dsram.c55 static int sram_add_pool(struct sram_dev *sram, struct sram_reserve *block,
75 static int sram_add_export(struct sram_dev *sram, struct sram_reserve *block,
93 static int sram_add_partition(struct sram_dev *sram, struct sram_reserve *block,
146 static void sram_free_partitions(struct sram_dev *sram)
173 static int sram_reserve_regions(struct sram_dev *sram, struct resource *res)
377 struct sram_dev *sram;
440 struct sram_dev *sram = platform_get_drvdata(pdev);
H A Dsram-exec.c22 int sram_check_protect_exec(struct sram_dev *sram, struct sram_reserve *block,
/linux-master/drivers/soc/sunxi/
H A Dsunxi_sram.c105 static struct device *sram_dev; variable in typeref:struct:device
122 for_each_child_of_node(sram_dev->of_node, sram_node) {
369 sram_dev = &pdev->dev;

Completed in 151 milliseconds