Home
last modified time | relevance | path

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

/linux/drivers/misc/
H A Dsram.h22 struct sram_dev { struct
47 int sram_check_protect_exec(struct sram_dev *sram, struct sram_reserve *block, argument
51 static inline int sram_check_protect_exec(struct sram_dev *sram, in sram_check_protect_exec()
H A Dsram.c57 static int sram_add_pool(struct sram_dev *sram, struct sram_reserve *block, in sram_add_pool()
77 static int sram_add_export(struct sram_dev *sram, struct sram_reserve *block, in sram_add_export()
95 static int sram_add_partition(struct sram_dev *sram, struct sram_reserve *block, in sram_add_partition()
148 static void sram_free_partitions(struct sram_dev *sram) in sram_free_partitions()
175 static int sram_reserve_regions(struct sram_dev *sram, struct resource *res) in sram_reserve_regions()
379 struct sram_dev *sram; in sram_probe()
442 struct sram_dev *sram = platform_get_drvdata(pdev); in sram_remove()
H A Dsram-exec.c22 int sram_check_protect_exec(struct sram_dev *sram, struct sram_reserve *block, in sram_check_protect_exec()