Symbol: nvif_client
drivers/gpu/drm/nouveau/include/nvif/client.h
12
int nvif_client_ctor(struct nvif_client *parent, const char *name, struct nvif_client *);
drivers/gpu/drm/nouveau/include/nvif/client.h
13
void nvif_client_dtor(struct nvif_client *);
drivers/gpu/drm/nouveau/include/nvif/client.h
14
int nvif_client_suspend(struct nvif_client *, bool);
drivers/gpu/drm/nouveau/include/nvif/client.h
15
int nvif_client_resume(struct nvif_client *);
drivers/gpu/drm/nouveau/include/nvif/device.h
21
int nvif_device_ctor(struct nvif_client *, const char *name, struct nvif_device *);
drivers/gpu/drm/nouveau/include/nvif/driver.h
19
const char *name, u64 device, struct nvif_client *);
drivers/gpu/drm/nouveau/include/nvif/driver.h
5
struct nvif_client;
drivers/gpu/drm/nouveau/include/nvif/object.h
14
struct nvif_client *client;
drivers/gpu/drm/nouveau/nouveau_drv.h
211
struct nvif_client _client;
drivers/gpu/drm/nouveau/nouveau_drv.h
92
struct nvif_client base;
drivers/gpu/drm/nouveau/nvif/client.c
33
nvif_client_suspend(struct nvif_client *client, bool runtime)
drivers/gpu/drm/nouveau/nvif/client.c
39
nvif_client_resume(struct nvif_client *client)
drivers/gpu/drm/nouveau/nvif/client.c
45
nvif_client_dtor(struct nvif_client *client)
drivers/gpu/drm/nouveau/nvif/client.c
52
nvif_client_ctor(struct nvif_client *parent, const char *name, struct nvif_client *client)
drivers/gpu/drm/nouveau/nvif/device.c
57
nvif_device_ctor(struct nvif_client *client, const char *name, struct nvif_device *device)
drivers/gpu/drm/nouveau/nvif/driver.c
29
const char *name, u64 device, struct nvif_client *client)
drivers/gpu/drm/nouveau/nvif/object.c
174
struct nvif_client *client = object->client;
drivers/gpu/drm/nouveau/nvif/object.c
189
struct nvif_client *client = object->client;
drivers/gpu/drm/nouveau/nvif/object.c
33
struct nvif_client *client = object->client;