Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
client.c File Reference
#include <core/object.h>
#include <core/client.h>
#include <core/handle.h>
#include <core/option.h>
#include <subdev/device.h>

Go to the source code of this file.

Functions

int nouveau_client_create_ (const char *name, u64 devname, const char *cfg, const char *dbg, int length, void **pobject)
 
int nouveau_client_init (struct nouveau_client *client)
 
int nouveau_client_fini (struct nouveau_client *client, bool suspend)
 

Function Documentation

int nouveau_client_create_ ( const char name,
u64  devname,
const char cfg,
const char dbg,
int  length,
void **  pobject 
)

Definition at line 49 of file client.c.

int nouveau_client_fini ( struct nouveau_client client,
bool  suspend 
)

Definition at line 94 of file client.c.

int nouveau_client_init ( struct nouveau_client client)

Definition at line 84 of file client.c.