Lines Matching defs:object
28 #include <nvif/object.h>
35 struct nvif_object *object = notify->object;
47 return nvif_object_ioctl(object, &args, sizeof(args), NULL);
53 if (likely(notify->object) &&
66 struct nvif_object *object = notify->object;
78 return nvif_object_ioctl(object, &args, sizeof(args), NULL);
84 if (likely(notify->object) &&
127 struct nvif_client *client = notify->object->client;
147 struct nvif_object *object = notify->object;
156 if (ret >= 0 && object) {
157 ret = nvif_object_ioctl(object, &args, sizeof(args), NULL);
158 notify->object = NULL;
165 nvif_notify_ctor(struct nvif_object *object, const char *name,
176 notify->object = object;
203 ret = nvif_object_ioctl(object, args, sizeof(*args) + size, NULL);