Searched refs:nvif_client_ctor (Results 1 – 4 of 4) sorted by relevance
12 int nvif_client_ctor(struct nvif_client *parent, const char *name, struct nvif_client *);
39 return nvif_client_ctor(client, name, client); in nvif_driver_init()
52 nvif_client_ctor(struct nvif_client *parent, const char *name, struct nvif_client *client) in nvif_client_ctor() function
247 ret = nvif_client_ctor(&drm->_client, cli->name, &cli->base); in nouveau_cli_init()