Searched refs:nvif_client (Results 1 – 9 of 9) sorted by relevance
| /drivers/gpu/drm/nouveau/include/nvif/ |
| A D | client.h | 7 struct nvif_client { struct 12 int nvif_client_ctor(struct nvif_client *parent, const char *name, struct nvif_client *); argument 13 void nvif_client_dtor(struct nvif_client *); 14 int nvif_client_suspend(struct nvif_client *); 15 int nvif_client_resume(struct nvif_client *);
|
| A D | driver.h | 5 struct nvif_client; 19 const char *name, u64 device, struct nvif_client *);
|
| A D | device.h | 21 int nvif_device_ctor(struct nvif_client *, const char *name, struct nvif_device *);
|
| A D | object.h | 14 struct nvif_client *client;
|
| /drivers/gpu/drm/nouveau/nvif/ |
| A D | client.c | 33 nvif_client_suspend(struct nvif_client *client) in nvif_client_suspend() 39 nvif_client_resume(struct nvif_client *client) in nvif_client_resume() 45 nvif_client_dtor(struct nvif_client *client) in nvif_client_dtor() 52 nvif_client_ctor(struct nvif_client *parent, const char *name, struct nvif_client *client) in nvif_client_ctor()
|
| A D | object.c | 33 struct nvif_client *client = object->client; in nvif_object_ioctl() 174 struct nvif_client *client = object->client; in nvif_object_unmap() 189 struct nvif_client *client = object->client; in nvif_object_map()
|
| A D | driver.c | 29 const char *name, u64 device, struct nvif_client *client) in nvif_driver_init()
|
| A D | device.c | 57 nvif_device_ctor(struct nvif_client *client, const char *name, struct nvif_device *device) in nvif_device_ctor()
|
| /drivers/gpu/drm/nouveau/ |
| A D | nouveau_drv.h | 87 struct nvif_client base; 206 struct nvif_client _client;
|
Completed in 18 milliseconds