|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
| void | nouveau_subdev_reset (struct nouveau_object *subdev) |
| int | nouveau_subdev_init (struct nouveau_subdev *subdev) |
| int | _nouveau_subdev_init (struct nouveau_object *object) |
| int | nouveau_subdev_fini (struct nouveau_subdev *subdev, bool suspend) |
| int | _nouveau_subdev_fini (struct nouveau_object *object, bool suspend) |
| void | nouveau_subdev_destroy (struct nouveau_subdev *subdev) |
| void | _nouveau_subdev_dtor (struct nouveau_object *object) |
| int | nouveau_subdev_create_ (struct nouveau_object *parent, struct nouveau_object *engine, struct nouveau_oclass *oclass, u32 pclass, const char *subname, const char *sysname, int size, void **pobject) |
| void _nouveau_subdev_dtor | ( | struct nouveau_object * | object | ) |
| int _nouveau_subdev_fini | ( | struct nouveau_object * | object, |
| bool | suspend | ||
| ) |
| int _nouveau_subdev_init | ( | struct nouveau_object * | object | ) |
| int nouveau_subdev_create_ | ( | struct nouveau_object * | parent, |
| struct nouveau_object * | engine, | ||
| struct nouveau_oclass * | oclass, | ||
| u32 | pclass, | ||
| const char * | subname, | ||
| const char * | sysname, | ||
| int | size, | ||
| void ** | pobject | ||
| ) |
| void nouveau_subdev_destroy | ( | struct nouveau_subdev * | subdev | ) |
| int nouveau_subdev_fini | ( | struct nouveau_subdev * | subdev, |
| bool | suspend | ||
| ) |
| int nouveau_subdev_init | ( | struct nouveau_subdev * | subdev | ) |
| void nouveau_subdev_reset | ( | struct nouveau_object * | subdev | ) |
1.8.2