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

Go to the source code of this file.

Data Structures

struct  nv40_fb_priv
 

Variables

struct nouveau_oclass nv40_fb_oclass
 

Variable Documentation

struct nouveau_oclass nv40_fb_oclass
Initial value:
= {
.handle = NV_SUBDEV(FB, 0x40),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nv40_fb_ctor,
.init = nv40_fb_init,
},
}

Definition at line 170 of file nv40.c.