Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Variables
nve0.c File Reference
#include <core/os.h>
#include <core/enum.h>
#include <core/class.h>
#include <core/engctx.h>
#include <engine/copy.h>

Go to the source code of this file.

Data Structures

struct  nve0_copy_priv
 
struct  nve0_copy_chan
 

Variables

struct nouveau_oclass nve0_copy0_oclass
 
struct nouveau_oclass nve0_copy1_oclass
 

Variable Documentation

struct nouveau_oclass nve0_copy0_oclass
Initial value:
= {
.handle = NV_ENGINE(COPY0, 0xe0),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nve0_copy0_ctor,
},
}

Definition at line 137 of file nve0.c.

struct nouveau_oclass nve0_copy1_oclass
Initial value:
= {
.handle = NV_ENGINE(COPY1, 0xe0),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nve0_copy1_ctor,
},
}

Definition at line 148 of file nve0.c.