Searched defs:nvif_object (Results 1 – 2 of 2) sorted by relevance
6 struct nvif_object { struct7 struct nvif_object *parent; argument8 struct nvif_object *object; /*XXX: hack for nvif_object() */ argument15 void (*dtor)(struct nvif_object *); argument22 int nvif_object_init(struct nvif_object *, void (*dtor)(struct nvif_object *), argument37 #define nvif_object(a) (a)->object macro
218 nvif_object_init(struct nvif_object *parent, void (*dtor)(struct nvif_object *), in nvif_object_init()