|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | nouveau_mc_intr |
| struct | nouveau_mc |
Macros | |
| #define | nouveau_mc_create(p, e, o, d) |
| #define | nouveau_mc_destroy(p) nouveau_subdev_destroy(&(p)->base) |
| #define | nouveau_mc_init(p) nouveau_subdev_init(&(p)->base) |
| #define | nouveau_mc_fini(p, s) nouveau_subdev_fini(&(p)->base, (s)) |
| #define | _nouveau_mc_dtor _nouveau_subdev_dtor |
| #define | _nouveau_mc_init _nouveau_subdev_init |
| #define | _nouveau_mc_fini _nouveau_subdev_fini |
Functions | |
| void | nouveau_mc_intr (struct nouveau_subdev *) |
| int | nv04_mc_init (struct nouveau_object *) |
| int | nv50_mc_init (struct nouveau_object *) |
| #define _nouveau_mc_dtor _nouveau_subdev_dtor |
| #define _nouveau_mc_fini _nouveau_subdev_fini |
| #define _nouveau_mc_init _nouveau_subdev_init |
| #define nouveau_mc_destroy | ( | p | ) | nouveau_subdev_destroy(&(p)->base) |
| int nv04_mc_init | ( | struct nouveau_object * | ) |
| int nv50_mc_init | ( | struct nouveau_object * | ) |
| struct nouveau_mc_intr nv04_mc_intr[] |
| struct nouveau_oclass nv04_mc_oclass |
| struct nouveau_oclass nv44_mc_oclass |
| struct nouveau_oclass nv50_mc_oclass |
| struct nouveau_oclass nv98_mc_oclass |
| struct nouveau_oclass nvc0_mc_oclass |
1.8.2