Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
nouveau_ofuncs Struct Reference

#include <object.h>

Data Fields

int(* ctor )(struct nouveau_object *, struct nouveau_object *, struct nouveau_oclass *, void *data, u32 size, struct nouveau_object **)
 
void(* dtor )(struct nouveau_object *)
 
int(* init )(struct nouveau_object *)
 
int(* fini )(struct nouveau_object *, bool suspend)
 
u8(* rd08 )(struct nouveau_object *, u32 offset)
 
u16(* rd16 )(struct nouveau_object *, u32 offset)
 
u32(* rd32 )(struct nouveau_object *, u32 offset)
 
void(* wr08 )(struct nouveau_object *, u32 offset, u8 data)
 
void(* wr16 )(struct nouveau_object *, u32 offset, u16 data)
 
void(* wr32 )(struct nouveau_object *, u32 offset, u32 data)
 

Detailed Description

Definition at line 77 of file object.h.

Field Documentation

Definition at line 78 of file object.h.

Definition at line 81 of file object.h.

Definition at line 83 of file object.h.

Definition at line 82 of file object.h.

Definition at line 84 of file object.h.

Definition at line 85 of file object.h.

Definition at line 86 of file object.h.

Definition at line 87 of file object.h.

Definition at line 88 of file object.h.

Definition at line 89 of file object.h.


The documentation for this struct was generated from the following file: