Searched defs:nouveau_object (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/nouveau/core/include/core/
H A Dobject.h17 struct nouveau_object { struct
19 struct nouveau_object *parent;
20 struct nouveau_object *engine;
30 static inline struct nouveau_object *
35 struct nouveau_object *object = obj;
45 int nouveau_object_create_(struct nouveau_object *, struct nouveau_object *,
47 void nouveau_object_destroy(struct nouveau_object *);
48 int nouveau_object_init(struct nouveau_object *);
49 int nouveau_object_fini(struct nouveau_object *, boo
[all...]

Completed in 211 milliseconds