Lines Matching refs:object
45 struct nouveau_cli *cli = (void *)nvif_client(chan->object); in nouveau_channel_idle()
57 chan->object->handle, nvxx_client(&cli->base)->name); in nouveau_channel_idle()
73 nvif_object_ref(NULL, &chan->object); in nouveau_channel_del()
226 &args, size, &chan->object); in nouveau_channel_ind()
228 retn = chan->object->data; in nouveau_channel_ind()
229 if (chan->object->oclass >= KEPLER_CHANNEL_GPFIFO_A) in nouveau_channel_ind()
268 &args, sizeof(args), &chan->object); in nouveau_channel_dma()
270 retn = chan->object->data; in nouveau_channel_dma()
290 nvif_object_map(chan->object); in nouveau_channel_init()
306 ret = nvif_object_init(chan->object, NULL, vram, in nouveau_channel_init()
331 ret = nvif_object_init(chan->object, NULL, gart, in nouveau_channel_init()
339 switch (chan->object->oclass & 0x00ff) { in nouveau_channel_init()
371 ret = nvif_object_init(chan->object, NULL, 0x006e, 0x006e, in nouveau_channel_init()