| nouveau_nvkm_core_client.c | 46 	struct nvkm_client *client; 77 	struct nvkm_client *client;
 90 	struct nvkm_client *client = notify->client;
 95 nvkm_client_notify_put(struct nvkm_client *client, int index)
 107 nvkm_client_notify_get(struct nvkm_client *client, int index)
 119 nvkm_client_notify_del(struct nvkm_client *client, int index)
 136 	struct nvkm_client *client = object->client;
 183 static const struct nvkm_object_func nvkm_client;  variable in typeref:typename:const struct nvkm_object_func
 184 struct nvkm_client *
 185 nvkm_client_search(struct nvkm_client *client, u64 handle
 284 nvkm_client = {  variable in typeref:typename:const struct nvkm_object_func
 [all...]
 |