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

Go to the source code of this file.

Functions

int nv04_instmem_alloc (struct nouveau_instmem *imem, struct nouveau_object *parent, u32 size, u32 align, struct nouveau_object **pobject)
 
void nv04_instmem_dtor (struct nouveau_object *object)
 

Variables

struct nouveau_oclass nv04_instmem_oclass
 

Function Documentation

int nv04_instmem_alloc ( struct nouveau_instmem imem,
struct nouveau_object parent,
u32  size,
u32  align,
struct nouveau_object **  pobject 
)

Definition at line 92 of file nv04.c.

void nv04_instmem_dtor ( struct nouveau_object object)

Definition at line 162 of file nv04.c.

Variable Documentation

struct nouveau_oclass nv04_instmem_oclass
Initial value:
= {
.handle = NV_SUBDEV(INSTMEM, 0x04),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nv04_instmem_ctor,
.rd32 = nv04_instmem_rd32,
.wr32 = nv04_instmem_wr32,
},
}

Definition at line 188 of file nv04.c.