Searched refs:nvif_device_ctor (Results 1 – 3 of 3) sorted by relevance
21 int nvif_device_ctor(struct nvif_client *, const char *name, struct nvif_device *);
57 nvif_device_ctor(struct nvif_client *client, const char *name, struct nvif_device *device) in nvif_device_ctor() function
254 ret = nvif_device_ctor(&cli->base, "drmDevice", &cli->device); in nouveau_cli_init()744 ret = nvif_device_ctor(&drm->_client, "drmDevice", &drm->device); in nouveau_drm_device_new()