Home
last modified time | relevance | path

Searched defs:nvif_client (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Dclient.h6 struct nvif_client { struct
13 static inline struct nvif_client * argument
14 nvif_client(struct nvif_object *object) in nvif_client() function
/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()