Lines Matching defs:client
91 if (obj != &drm->client)
419 nvdev->base.object.parent = &drm->client;
483 ret = nouveau_device_new(&drm->client, NV_DEVICE,
516 free(nvdev->client);
560 id = ffs(nvdev->client[i]) - 1;
565 clients = realloc(nvdev->client, sizeof(uint32_t) * (i + 1));
568 nvdev->client = clients;
569 nvdev->client[i] = 0;
575 nvdev->client[i] |= (1 << id);
597 nvdev->client[id / 32] &= ~(1 << (id % 32));
839 struct nouveau_client *client)
850 push = cli_push_get(client, bo);
874 struct nouveau_client *client)
886 return nouveau_bo_wait(bo, access, client);