Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/include/nvif/
A Dclient.h7 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 Ddriver.h5 struct nvif_client;
19 const char *name, u64 device, struct nvif_client *);
A Ddevice.h21 int nvif_device_ctor(struct nvif_client *, const char *name, struct nvif_device *);
A Dobject.h14 struct nvif_client *client;
/drivers/gpu/drm/nouveau/nvif/
A Dclient.c33 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 Dobject.c33 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 Ddriver.c29 const char *name, u64 device, struct nvif_client *client) in nvif_driver_init()
A Ddevice.c57 nvif_device_ctor(struct nvif_client *client, const char *name, struct nvif_device *device) in nvif_device_ctor()
/drivers/gpu/drm/nouveau/
A Dnouveau_drv.h87 struct nvif_client base;
206 struct nvif_client _client;

Completed in 18 milliseconds