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

#include <parent.h>

Data Fields

struct nouveau_object base
 
struct nouveau_sclasssclass
 
u32 engine
 
int(* context_attach )(struct nouveau_object *, struct nouveau_object *)
 
int(* context_detach )(struct nouveau_object *, bool suspend, struct nouveau_object *)
 
int(* object_attach )(struct nouveau_object *parent, struct nouveau_object *object, u32 name)
 
void(* object_detach )(struct nouveau_object *parent, int cookie)
 

Detailed Description

Definition at line 13 of file parent.h.

Field Documentation

Definition at line 14 of file parent.h.

int(* context_attach)(struct nouveau_object *, struct nouveau_object *)

Definition at line 19 of file parent.h.

Definition at line 21 of file parent.h.

u32 engine

Definition at line 17 of file parent.h.

int(* object_attach)(struct nouveau_object *parent, struct nouveau_object *object, u32 name)

Definition at line 24 of file parent.h.

void(* object_detach)(struct nouveau_object *parent, int cookie)

Definition at line 26 of file parent.h.

Definition at line 16 of file parent.h.


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