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

Go to the source code of this file.

Data Structures

struct  nouveau_channel
 

Functions

int nouveau_channel_new (struct nouveau_drm *, struct nouveau_cli *, u32 parent, u32 handle, u32 arg0, u32 arg1, struct nouveau_channel **)
 
void nouveau_channel_del (struct nouveau_channel **)
 
int nouveau_channel_idle (struct nouveau_channel *)
 

Function Documentation

void nouveau_channel_del ( struct nouveau_channel **  )

Definition at line 66 of file nouveau_chan.c.

int nouveau_channel_idle ( struct nouveau_channel )

Definition at line 48 of file nouveau_chan.c.

int nouveau_channel_new ( struct nouveau_drm ,
struct nouveau_cli ,
u32  parent,
u32  handle,
u32  arg0,
u32  arg1,
struct nouveau_channel **   
)

Definition at line 376 of file nouveau_chan.c.