Searched refs:nvif_client (Results 1 – 10 of 10) sorted by relevance
/drivers/gpu/drm/nouveau/include/nvif/ |
D | client.h | 7 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); \
|
D | driver.h | 5 struct nvif_client; 21 const char *name, u64 device, struct nvif_client *);
|
D | object.h | 14 struct nvif_client *client;
|
/drivers/gpu/drm/nouveau/nvif/ |
D | client.c | 33 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()
|
D | object.c | 33 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()
|
D | driver.c | 41 const char *name, u64 device, struct nvif_client *client) in nvif_driver_init()
|
D | notify.c | 127 struct nvif_client *client = notify->object->client; in nvif_notify()
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_usif.c | 125 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()
|
D | nouveau_drv.h | 95 struct nvif_client base;
|
D | nouveau_abi16.c | 430 struct nvif_client *client; in nouveau_abi16_ioctl_grobj_alloc() 524 struct nvif_client *client; in nouveau_abi16_ioctl_notifierobj_alloc()
|