Home
last modified time | relevance | path

Searched refs:nvif_client (Results 1 – 10 of 10) sorted by relevance

/drivers/gpu/drm/nouveau/include/nvif/
Dclient.h7 struct nvif_client { struct
15 int nvif_client_ctor(struct nvif_client *parent, const char *name, u64 device, argument
16 struct nvif_client *);
17 void nvif_client_dtor(struct nvif_client *);
18 int nvif_client_ioctl(struct nvif_client *, void *, u32);
19 int nvif_client_suspend(struct nvif_client *);
20 int nvif_client_resume(struct nvif_client *);
25 struct nvif_client *_client = (a); \
Ddriver.h5 struct nvif_client;
21 const char *name, u64 device, struct nvif_client *);
Dobject.h14 struct nvif_client *client;
/drivers/gpu/drm/nouveau/nvif/
Dclient.c33 nvif_client_ioctl(struct nvif_client *client, void *data, u32 size) in nvif_client_ioctl()
39 nvif_client_suspend(struct nvif_client *client) in nvif_client_suspend()
45 nvif_client_resume(struct nvif_client *client) in nvif_client_resume()
51 nvif_client_dtor(struct nvif_client *client) in nvif_client_dtor()
62 nvif_client_ctor(struct nvif_client *parent, const char *name, u64 device, in nvif_client_ctor()
63 struct nvif_client *client) in nvif_client_ctor()
Dobject.c33 struct nvif_client *client = object->client; in nvif_object_ioctl()
208 struct nvif_client *client = object->client; in nvif_object_unmap()
223 struct nvif_client *client = object->client; in nvif_object_map()
Ddriver.c41 const char *name, u64 device, struct nvif_client *client) in nvif_driver_init()
Dnotify.c127 struct nvif_client *client = notify->object->client; in nvif_notify()
/drivers/gpu/drm/nouveau/
Dnouveau_usif.c125 struct nvif_client *client = &cli->base; in usif_notify_new()
170 struct nvif_client *client = &cli->base; in usif_notify_del()
193 struct nvif_client *client = &cli->base; in usif_notify_get()
230 struct nvif_client *client = &cli->base; in usif_notify_put()
267 struct nvif_client *client = &cli->base; in usif_object_new()
297 struct nvif_client *client = &cli->base; in usif_ioctl()
Dnouveau_drv.h95 struct nvif_client base;
Dnouveau_abi16.c430 struct nvif_client *client; in nouveau_abi16_ioctl_grobj_alloc()
524 struct nvif_client *client; in nouveau_abi16_ioctl_notifierobj_alloc()