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

Go to the source code of this file.

Data Structures

struct  nvc0_fb_priv
 

Variables

struct nouveau_oclass nvc0_fb_oclass
 

Variable Documentation

struct nouveau_oclass nvc0_fb_oclass
Initial value:
= {
.handle = NV_SUBDEV(FB, 0xc0),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nvc0_fb_ctor,
.dtor = nvc0_fb_dtor,
.init = nvc0_fb_init,
},
}

Definition at line 237 of file nvc0.c.