|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | hprintk(h, l, f, a...) |
Functions | |
| int | nouveau_handle_init (struct nouveau_handle *handle) |
| int | nouveau_handle_fini (struct nouveau_handle *handle, bool suspend) |
| int | nouveau_handle_create (struct nouveau_object *parent, u32 _parent, u32 _handle, struct nouveau_object *object, struct nouveau_handle **phandle) |
| void | nouveau_handle_destroy (struct nouveau_handle *handle) |
| struct nouveau_object * | nouveau_handle_ref (struct nouveau_object *parent, u32 name) |
| struct nouveau_handle * | nouveau_handle_get_class (struct nouveau_object *engctx, u16 oclass) |
| struct nouveau_handle * | nouveau_handle_get_vinst (struct nouveau_object *engctx, u64 vinst) |
| struct nouveau_handle * | nouveau_handle_get_cinst (struct nouveau_object *engctx, u32 cinst) |
| void | nouveau_handle_put (struct nouveau_handle *handle) |
| int nouveau_handle_create | ( | struct nouveau_object * | parent, |
| u32 | _parent, | ||
| u32 | _handle, | ||
| struct nouveau_object * | object, | ||
| struct nouveau_handle ** | phandle | ||
| ) |
| void nouveau_handle_destroy | ( | struct nouveau_handle * | handle | ) |
| int nouveau_handle_fini | ( | struct nouveau_handle * | handle, |
| bool | suspend | ||
| ) |
|
read |
|
read |
|
read |
| int nouveau_handle_init | ( | struct nouveau_handle * | handle | ) |
| void nouveau_handle_put | ( | struct nouveau_handle * | handle | ) |
|
read |
1.8.2