Go to the source code of this file.
|
int | nouveau_namedb_insert (struct nouveau_namedb *namedb, u32 name, struct nouveau_object *object, struct nouveau_handle *handle) |
|
void | nouveau_namedb_remove (struct nouveau_handle *handle) |
|
struct nouveau_handle * | nouveau_namedb_get (struct nouveau_namedb *namedb, u32 name) |
|
struct nouveau_handle * | nouveau_namedb_get_class (struct nouveau_namedb *namedb, u16 oclass) |
|
struct nouveau_handle * | nouveau_namedb_get_vinst (struct nouveau_namedb *namedb, u64 vinst) |
|
struct nouveau_handle * | nouveau_namedb_get_cinst (struct nouveau_namedb *namedb, u32 cinst) |
|
void | nouveau_namedb_put (struct nouveau_handle *handle) |
|
int | nouveau_namedb_create_ (struct nouveau_object *parent, struct nouveau_object *engine, struct nouveau_oclass *oclass, u32 pclass, struct nouveau_oclass *sclass, u32 engcls, int length, void **pobject) |
|
int | _nouveau_namedb_ctor (struct nouveau_object *parent, struct nouveau_object *engine, struct nouveau_oclass *oclass, void *data, u32 size, struct nouveau_object **pobject) |
|