Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvif/
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); \
Ddriver.h5 struct nvif_client;
21 const char *name, u64 device, struct nvif_client *);
Dobject.h14 struct nvif_client *client;
/linux-6.1.9/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()
207 struct nvif_client *client = object->client; in nvif_object_unmap()
222 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()
/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_usif.c53 struct nvif_client *client = &cli->base; in usif_object_new()
108 struct nvif_client *client = &cli->base; in usif_ioctl()
Dnouveau_drv.h92 struct nvif_client base;
Dnouveau_abi16.c455 struct nvif_client *client; in nouveau_abi16_ioctl_grobj_alloc()
549 struct nvif_client *client; in nouveau_abi16_ioctl_notifierobj_alloc()