Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
base.c File Reference
#include "subdev/fb.h"
#include "subdev/bios.h"
#include "subdev/bios/bit.h"

Go to the source code of this file.

Functions

int nouveau_fb_bios_memtype (struct nouveau_bios *bios)
 
int nouveau_fb_init (struct nouveau_fb *pfb)
 
int _nouveau_fb_init (struct nouveau_object *object)
 
void nouveau_fb_destroy (struct nouveau_fb *pfb)
 
void _nouveau_fb_dtor (struct nouveau_object *object)
 
int nouveau_fb_created (struct nouveau_fb *pfb)
 

Function Documentation

void _nouveau_fb_dtor ( struct nouveau_object object)

Definition at line 99 of file base.c.

int _nouveau_fb_init ( struct nouveau_object object)

Definition at line 75 of file base.c.

int nouveau_fb_bios_memtype ( struct nouveau_bios bios)

Definition at line 30 of file base.c.

int nouveau_fb_created ( struct nouveau_fb pfb)

Definition at line 106 of file base.c.

void nouveau_fb_destroy ( struct nouveau_fb pfb)

Definition at line 82 of file base.c.

int nouveau_fb_init ( struct nouveau_fb pfb)

Definition at line 60 of file base.c.