#include <core/subdev.h>
#include <core/device.h>
#include <core/mm.h>
Go to the source code of this file.
|
#define | nouveau_instobj_create(p, e, o, d) nouveau_instobj_create_((p), (e), (o), sizeof(**d), (void **)d) |
|
#define | nouveau_instobj_init(p) nouveau_object_init(&(p)->base) |
|
#define | nouveau_instobj_fini(p, s) nouveau_object_fini(&(p)->base, (s)) |
|
#define | _nouveau_instobj_init nouveau_object_init |
|
#define | _nouveau_instobj_fini nouveau_object_fini |
|
#define | nouveau_instmem_create(p, e, o, d) nouveau_instmem_create_((p), (e), (o), sizeof(**d), (void **)d) |
|
#define | nouveau_instmem_destroy(p) nouveau_subdev_destroy(&(p)->base) |
|
#define | _nouveau_instmem_dtor _nouveau_subdev_dtor |
|
|
int | nouveau_instobj_create_ (struct nouveau_object *, struct nouveau_object *, struct nouveau_oclass *, int, void **) |
|
void | nouveau_instobj_destroy (struct nouveau_instobj *) |
|
void | _nouveau_instobj_dtor (struct nouveau_object *) |
|
int | nouveau_instmem_create_ (struct nouveau_object *, struct nouveau_object *, struct nouveau_oclass *, int, void **) |
|
int | nouveau_instmem_init (struct nouveau_instmem *) |
|
int | nouveau_instmem_fini (struct nouveau_instmem *, bool) |
|
int | _nouveau_instmem_init (struct nouveau_object *) |
|
int | _nouveau_instmem_fini (struct nouveau_object *, bool) |
|