Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ramht.c File Reference
#include <core/object.h>
#include <core/ramht.h>
#include <core/math.h>
#include <subdev/bar.h>

Go to the source code of this file.

Functions

int nouveau_ramht_insert (struct nouveau_ramht *ramht, int chid, u32 handle, u32 context)
 
void nouveau_ramht_remove (struct nouveau_ramht *ramht, int cookie)
 
int nouveau_ramht_new (struct nouveau_object *parent, struct nouveau_object *pargpu, u32 size, u32 align, struct nouveau_ramht **pramht)
 

Function Documentation

int nouveau_ramht_insert ( struct nouveau_ramht ramht,
int  chid,
u32  handle,
u32  context 
)

Definition at line 45 of file ramht.c.

int nouveau_ramht_new ( struct nouveau_object parent,
struct nouveau_object pargpu,
u32  size,
u32  align,
struct nouveau_ramht **  pramht 
)

Definition at line 93 of file ramht.c.

void nouveau_ramht_remove ( struct nouveau_ramht ramht,
int  cookie 
)

Definition at line 70 of file ramht.c.