Home
last modified time | relevance | path

Searched refs:nvif_client_init (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvif/
Dclient.c71 nvif_client_init(void (*dtor)(struct nvif_client *), const char *driver, in nvif_client_init() function
114 int ret = nvif_client_init(nvif_client_del, driver, name, in nvif_client_new()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Dclient.h21 int nvif_client_init(void (*dtor)(struct nvif_client *), const char *,
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_drm.c112 int ret = nvif_client_init(NULL, NULL, sname, name, in nouveau_cli_create()