Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
base.c File Reference
#include <subdev/instmem.h>

Go to the source code of this file.

Functions

int nouveau_instobj_create_ (struct nouveau_object *parent, struct nouveau_object *engine, struct nouveau_oclass *oclass, int length, void **pobject)
 
void nouveau_instobj_destroy (struct nouveau_instobj *iobj)
 
void _nouveau_instobj_dtor (struct nouveau_object *object)
 
int nouveau_instmem_create_ (struct nouveau_object *parent, struct nouveau_object *engine, struct nouveau_oclass *oclass, int length, void **pobject)
 
int nouveau_instmem_init (struct nouveau_instmem *imem)
 
int nouveau_instmem_fini (struct nouveau_instmem *imem, bool suspend)
 
int _nouveau_instmem_init (struct nouveau_object *object)
 
int _nouveau_instmem_fini (struct nouveau_object *object, bool suspend)
 

Function Documentation

int _nouveau_instmem_fini ( struct nouveau_object object,
bool  suspend 
)

Definition at line 131 of file base.c.

int _nouveau_instmem_init ( struct nouveau_object object)

Definition at line 124 of file base.c.

void _nouveau_instobj_dtor ( struct nouveau_object object)

Definition at line 56 of file base.c.

int nouveau_instmem_create_ ( struct nouveau_object parent,
struct nouveau_object engine,
struct nouveau_oclass oclass,
int  length,
void **  pobject 
)

Definition at line 63 of file base.c.

int nouveau_instmem_fini ( struct nouveau_instmem imem,
bool  suspend 
)

Definition at line 104 of file base.c.

int nouveau_instmem_init ( struct nouveau_instmem imem)

Definition at line 82 of file base.c.

int nouveau_instobj_create_ ( struct nouveau_object parent,
struct nouveau_object engine,
struct nouveau_oclass oclass,
int  length,
void **  pobject 
)

Definition at line 28 of file base.c.

void nouveau_instobj_destroy ( struct nouveau_instobj iobj)

Definition at line 48 of file base.c.