Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvif/
A Dclient.h7 struct nvif_client { struct
14 int nvif_client_ctor(struct nvif_client *parent, const char *name, u64 device, argument
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); \
A Ddriver.h5 struct nvif_client;
21 const char *name, u64 device, struct nvif_client *);
A Dobject.h14 struct nvif_client *client;
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvif/
A 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()
A Dobject.c33 struct nvif_client *client = object->client; in nvif_object_ioctl()
207 struct nvif_client *client = object->client; in nvif_object_unmap()
222 struct nvif_client *client = object->client; in nvif_object_map()
A Ddriver.c41 const char *name, u64 device, struct nvif_client *client) in nvif_driver_init()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/
A Dnouveau_usif.c53 struct nvif_client *client = &cli->base; in usif_object_new()
108 struct nvif_client *client = &cli->base; in usif_ioctl()
A Dnouveau_drv.h86 struct nvif_client base;
A Dnouveau_abi16.c454 struct nvif_client *client; in nouveau_abi16_ioctl_grobj_alloc()
548 struct nvif_client *client; in nouveau_abi16_ioctl_notifierobj_alloc()

Completed in 13 milliseconds