|
Linux Kernel
3.7.1
|
#include <linux/err.h>#include <linux/kernel.h>#include <linux/export.h>#include <linux/slab.h>#include <linux/spinlock.h>#include <linux/string.h>#include <linux/ioport.h>#include <linux/of.h>#include <asm/io.h>#include <asm/mmu.h>#include "sram.h"Go to the source code of this file.
Functions | |
| EXPORT_SYMBOL_GPL (bcom_sram) | |
| int | bcom_sram_init (struct device_node *sram_node, char *owner) |
| EXPORT_SYMBOL_GPL (bcom_sram_init) | |
| void | bcom_sram_cleanup (void) |
| EXPORT_SYMBOL_GPL (bcom_sram_cleanup) | |
| void * | bcom_sram_alloc (int size, int align, phys_addr_t *phys) |
| EXPORT_SYMBOL_GPL (bcom_sram_alloc) | |
| void | bcom_sram_free (void *ptr) |
| EXPORT_SYMBOL_GPL (bcom_sram_free) | |
Variables | |
| struct bcom_sram * | bcom_sram = NULL |
| void* bcom_sram_alloc | ( | int | size, |
| int | align, | ||
| phys_addr_t * | phys | ||
| ) |
| int bcom_sram_init | ( | struct device_node * | sram_node, |
| char * | owner | ||
| ) |
| EXPORT_SYMBOL_GPL | ( | bcom_sram | ) |
| EXPORT_SYMBOL_GPL | ( | bcom_sram_init | ) |
| EXPORT_SYMBOL_GPL | ( | bcom_sram_cleanup | ) |
| EXPORT_SYMBOL_GPL | ( | bcom_sram_alloc | ) |
| EXPORT_SYMBOL_GPL | ( | bcom_sram_free | ) |
1.8.2