Searched refs:nvif_client (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dclient.h7 struct nvif_client { struct
14 int nvif_client_ctor(struct nvif_client *parent, const char *name, u64 device,
15 struct nvif_client *);
16 void nvif_client_dtor(struct nvif_client *);
17 int nvif_client_ioctl(struct nvif_client *, void *, u32);
18 int nvif_client_suspend(struct nvif_client *);
19 int nvif_client_resume(struct nvif_client *);
24 struct nvif_client *_client = (a); \
H A Ddriver.h5 struct nvif_client;
21 const char *name, u64 device, struct nvif_client *);
H A Dobject.h14 struct nvif_client *client;
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Dclient.c33 nvif_client_ioctl(struct nvif_client *client, void *data, u32 size)
39 nvif_client_suspend(struct nvif_client *client)
45 nvif_client_resume(struct nvif_client *client)
51 nvif_client_dtor(struct nvif_client *client)
62 nvif_client_ctor(struct nvif_client *parent, const char *name, u64 device,
63 struct nvif_client *client)
H A Ddriver.c41 const char *name, u64 device, struct nvif_client *client)
H A Dobject.c33 struct nvif_client *client = object->client;
207 struct nvif_client *client = object->client;
222 struct nvif_client *client = object->client;
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_usif.c53 struct nvif_client *client = &cli->base;
108 struct nvif_client *client = &cli->base;
H A Dnouveau_drv.h88 struct nvif_client base;
H A Dnouveau_abi16.c509 struct nvif_client *client;
603 struct nvif_client *client;

Completed in 169 milliseconds