Lines Matching refs:base
32 return client->driver->ioctl(client->base.priv, client->super, data, size, NULL); in nvif_client_ioctl()
38 return client->driver->suspend(client->base.priv); in nvif_client_suspend()
44 return client->driver->resume(client->base.priv); in nvif_client_resume()
51 client->driver->fini(client->base.priv); in nvif_client_fini()
53 client->base.parent = NULL; in nvif_client_fini()
54 nvif_object_fini(&client->base); in nvif_client_fini()
77 ret = nvif_object_init(NULL, (void*)dtor, 0, 0, NULL, 0, &client->base); in nvif_client_init()
81 client->base.parent = &client->base; in nvif_client_init()
82 client->base.handle = ~0; in nvif_client_init()
83 client->object = &client->base; in nvif_client_init()
89 &client->base.priv); in nvif_client_init()
129 nvif_object_ref(&client->base, (struct nvif_object **)pclient); in nvif_client_ref()