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

Go to the source code of this file.

Data Structures

struct  nv98_ppp_priv
 
struct  nv98_ppp_chan
 

Variables

struct nouveau_oclass nv98_ppp_oclass
 

Variable Documentation

struct nouveau_oclass nv98_ppp_oclass
Initial value:
= {
.handle = NV_ENGINE(PPP, 0x98),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nv98_ppp_ctor,
.dtor = nv98_ppp_dtor,
.init = nv98_ppp_init,
.fini = nv98_ppp_fini,
},
}

Definition at line 167 of file nv98.c.