Home
last modified time | relevance | path

Searched defs:nvif_object (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h6 struct nvif_object { struct
7 struct nvif_object *parent; argument
8 struct nvif_object *object; /*XXX: hack for nvif_object() */ argument
15 void (*dtor)(struct nvif_object *); argument
22 int nvif_object_init(struct nvif_object *, void (*dtor)(struct nvif_object *), argument
37 #define nvif_object(a) (a)->object macro
/linux-4.1.27/drivers/gpu/drm/nouveau/nvif/
Dobject.c218 nvif_object_init(struct nvif_object *parent, void (*dtor)(struct nvif_object *), in nvif_object_init()