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

Go to the source code of this file.

Macros

#define nouveau_device_create(p, n, s, c, d, u)   nouveau_device_create_((p), (n), (s), (c), (d), sizeof(**u), (void **)u)
 

Functions

int nouveau_device_create_ (struct pci_dev *, u64 name, const char *sname, const char *cfg, const char *dbg, int, void **)
 
int nv04_identify (struct nouveau_device *)
 
int nv10_identify (struct nouveau_device *)
 
int nv20_identify (struct nouveau_device *)
 
int nv30_identify (struct nouveau_device *)
 
int nv40_identify (struct nouveau_device *)
 
int nv50_identify (struct nouveau_device *)
 
int nvc0_identify (struct nouveau_device *)
 
int nve0_identify (struct nouveau_device *)
 
struct nouveau_devicenouveau_device_find (u64 name)
 

Variables

struct nouveau_oclass nouveau_device_sclass []
 

Macro Definition Documentation

#define nouveau_device_create (   p,
  n,
  s,
  c,
  d,
  u 
)    nouveau_device_create_((p), (n), (s), (c), (d), sizeof(**u), (void **)u)

Definition at line 6 of file device.h.

Function Documentation

int nouveau_device_create_ ( struct pci_dev ,
u64  name,
const char sname,
const char cfg,
const char dbg,
int  ,
void **   
)

Definition at line 441 of file base.c.

struct nouveau_device* nouveau_device_find ( u64  name)
read

Definition at line 39 of file base.c.

int nv04_identify ( struct nouveau_device )

Definition at line 43 of file nv04.c.

int nv10_identify ( struct nouveau_device )

Definition at line 44 of file nv10.c.

int nv20_identify ( struct nouveau_device )

Definition at line 45 of file nv20.c.

int nv30_identify ( struct nouveau_device )

Definition at line 45 of file nv30.c.

int nv40_identify ( struct nouveau_device )

Definition at line 46 of file nv40.c.

int nv50_identify ( struct nouveau_device )

Definition at line 53 of file nv50.c.

int nvc0_identify ( struct nouveau_device )

Definition at line 53 of file nvc0.c.

int nve0_identify ( struct nouveau_device )

Definition at line 50 of file nve0.c.

Variable Documentation

struct nouveau_oclass nouveau_device_sclass[]

Definition at line 412 of file base.c.