Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
vram.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Functions

int omap_vram_add_region (unsigned long paddr, size_t size)
 
int omap_vram_free (unsigned long paddr, size_t size)
 
int omap_vram_alloc (size_t size, unsigned long *paddr)
 
int omap_vram_reserve (unsigned long paddr, size_t size)
 
void omap_vram_get_info (unsigned long *vram, unsigned long *free_vram, unsigned long *largest_free_block)
 

Function Documentation

int omap_vram_add_region ( unsigned long  paddr,
size_t  size 
)

Definition at line 125 of file vram.c.

int omap_vram_alloc ( size_t  size,
unsigned long paddr 
)

Definition at line 292 of file vram.c.

int omap_vram_free ( unsigned long  paddr,
size_t  size 
)

Definition at line 154 of file vram.c.

void omap_vram_get_info ( unsigned long vram,
unsigned long free_vram,
unsigned long largest_free_block 
)

Definition at line 314 of file vram.c.

int omap_vram_reserve ( unsigned long  paddr,
size_t  size 
)

Definition at line 232 of file vram.c.