Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
client.h File Reference
#include <core/namedb.h>

Go to the source code of this file.

Data Structures

struct  nouveau_client
 

Macros

#define nouveau_client_create(n, c, oc, od, d)   nouveau_client_create_((n), (c), (oc), (od), sizeof(**d), (void **)d)
 

Functions

int nouveau_client_create_ (const char *name, u64 device, const char *cfg, const char *dbg, int, void **)
 
int nouveau_client_init (struct nouveau_client *)
 
int nouveau_client_fini (struct nouveau_client *, bool suspend)
 

Macro Definition Documentation

#define nouveau_client_create (   n,
  c,
  oc,
  od,
  d 
)    nouveau_client_create_((n), (c), (oc), (od), sizeof(**d), (void **)d)

Definition at line 34 of file client.h.

Function Documentation

int nouveau_client_create_ ( const char name,
u64  device,
const char cfg,
const char dbg,
int  ,
void **   
)

Definition at line 49 of file client.c.

int nouveau_client_fini ( struct nouveau_client ,
bool  suspend 
)

Definition at line 94 of file client.c.

int nouveau_client_init ( struct nouveau_client )

Definition at line 84 of file client.c.