Searched refs:nvif_client_init (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvif/ |
D | client.c | 71 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/ |
D | client.h | 21 int nvif_client_init(void (*dtor)(struct nvif_client *), const char *,
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_drm.c | 112 int ret = nvif_client_init(NULL, NULL, sname, name, in nouveau_cli_create()
|