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

Go to the source code of this file.

Data Structures

struct  nouveau_barobj
 

Functions

int nouveau_bar_alloc (struct nouveau_bar *bar, struct nouveau_object *parent, struct nouveau_mem *mem, struct nouveau_object **pobject)
 
int nouveau_bar_create_ (struct nouveau_object *parent, struct nouveau_object *engine, struct nouveau_oclass *oclass, int length, void **pobject)
 
void nouveau_bar_destroy (struct nouveau_bar *bar)
 
void _nouveau_bar_dtor (struct nouveau_object *object)
 

Function Documentation

void _nouveau_bar_dtor ( struct nouveau_object object)

Definition at line 131 of file base.c.

int nouveau_bar_alloc ( struct nouveau_bar bar,
struct nouveau_object parent,
struct nouveau_mem mem,
struct nouveau_object **  pobject 
)

Definition at line 94 of file base.c.

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

Definition at line 103 of file base.c.

void nouveau_bar_destroy ( struct nouveau_bar bar)

Definition at line 123 of file base.c.