Home
last modified time | relevance | path

Searched refs:nvif_object_ref (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvif/
Dobject.c213 nvif_object_ref(NULL, &object->parent); in nvif_object_fini()
227 nvif_object_ref(parent, &object->parent); in nvif_object_init()
297 nvif_object_ref(struct nvif_object *object, struct nvif_object **pobject) in nvif_object_ref() function
Ddevice.c77 nvif_object_ref(&device->base, (struct nvif_object **)pdevice); in nvif_device_ref()
Dnotify.c159 nvif_object_ref(NULL, &notify->object); in nvif_notify_fini()
179 nvif_object_ref(object, &notify->object); in nvif_notify_init()
Dclient.c129 nvif_object_ref(&client->base, (struct nvif_object **)pclient); in nvif_client_ref()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h28 void nvif_object_ref(struct nvif_object *, struct nvif_object **);
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_chan.c73 nvif_object_ref(NULL, &chan->object); in nouveau_channel_del()