|
Linux Kernel
3.7.1
|
#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) |
| 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 *) |
1.8.2