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

Go to the source code of this file.

Data Structures

struct  nv84_crypt_priv
 
struct  nv84_crypt_chan
 

Variables

struct nouveau_oclass nv84_crypt_oclass
 

Variable Documentation

struct nouveau_oclass nv84_crypt_oclass
Initial value:
= {
.handle = NV_ENGINE(CRYPT, 0x84),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nv84_crypt_ctor,
.init = nv84_crypt_init,
},
}

Definition at line 209 of file nv84.c.