Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
handle.h File Reference

Go to the source code of this file.

Data Structures

struct  nouveau_handle
 

Functions

int nouveau_handle_create (struct nouveau_object *, u32 parent, u32 handle, struct nouveau_object *, struct nouveau_handle **)
 
void nouveau_handle_destroy (struct nouveau_handle *)
 
int nouveau_handle_init (struct nouveau_handle *)
 
int nouveau_handle_fini (struct nouveau_handle *, bool suspend)
 
struct nouveau_objectnouveau_handle_ref (struct nouveau_object *, u32 name)
 
struct nouveau_handlenouveau_handle_get_class (struct nouveau_object *, u16)
 
struct nouveau_handlenouveau_handle_get_vinst (struct nouveau_object *, u64)
 
struct nouveau_handlenouveau_handle_get_cinst (struct nouveau_object *, u32)
 
void nouveau_handle_put (struct nouveau_handle *)
 

Function Documentation

int nouveau_handle_create ( struct nouveau_object ,
u32  parent,
u32  handle,
struct nouveau_object ,
struct nouveau_handle **   
)

Definition at line 100 of file handle.c.

void nouveau_handle_destroy ( struct nouveau_handle )

Definition at line 153 of file handle.c.

int nouveau_handle_fini ( struct nouveau_handle ,
bool  suspend 
)

Definition at line 66 of file handle.c.

struct nouveau_handle* nouveau_handle_get_cinst ( struct nouveau_object ,
u32   
)
read

Definition at line 210 of file handle.c.

struct nouveau_handle* nouveau_handle_get_class ( struct nouveau_object ,
u16   
)
read

Definition at line 192 of file handle.c.

struct nouveau_handle* nouveau_handle_get_vinst ( struct nouveau_object ,
u64   
)
read

Definition at line 201 of file handle.c.

int nouveau_handle_init ( struct nouveau_handle )

Definition at line 36 of file handle.c.

void nouveau_handle_put ( struct nouveau_handle )

Definition at line 219 of file handle.c.

struct nouveau_object* nouveau_handle_ref ( struct nouveau_object ,
u32  name 
)
read

Definition at line 174 of file handle.c.