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

Go to the source code of this file.

Data Structures

struct  nv50_mc_priv
 

Functions

int nv50_mc_init (struct nouveau_object *object)
 

Variables

struct nouveau_oclass nv50_mc_oclass
 

Function Documentation

int nv50_mc_init ( struct nouveau_object object)

Definition at line 64 of file nv50.c.

Variable Documentation

struct nouveau_oclass nv50_mc_oclass
Initial value:
= {
.handle = NV_SUBDEV(MC, 0x50),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nv50_mc_ctor,
.init = nv50_mc_init,
},
}

Definition at line 72 of file nv50.c.