Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
nve0.c File Reference
#include "nvc0.h"
#include "fuc/hubnve0.fuc.h"
#include "fuc/gpcnve0.fuc.h"

Go to the source code of this file.

Variables

struct nouveau_oclass nve0_graph_oclass
 

Variable Documentation

struct nouveau_oclass nve0_graph_oclass
Initial value:
= {
.handle = NV_ENGINE(GR, 0xe0),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nve0_graph_ctor,
.dtor = nvc0_graph_dtor,
.init = nve0_graph_init,
},
}

Definition at line 568 of file nve0.c.