Symbol: nvif_device
drivers/gpu/drm/nouveau/dispnv04/overlay.c
514
struct nvif_device *dev = &nouveau_drm(device)->client.device;
drivers/gpu/drm/nouveau/dispnv04/tvnv17.h
133
struct nvif_device *device = &nouveau_drm(dev)->client.device;
drivers/gpu/drm/nouveau/dispnv04/tvnv17.h
139
struct nvif_device *device = &nouveau_drm(dev)->client.device;
drivers/gpu/drm/nouveau/dispnv50/base507c.c
148
struct nvif_device *device)
drivers/gpu/drm/nouveau/dispnv50/core.h
26
struct nvif_device *);
drivers/gpu/drm/nouveau/dispnv50/core.h
53
int core507d_ntfy_wait_done(struct nouveau_bo *, u32, struct nvif_device *);
drivers/gpu/drm/nouveau/dispnv50/core.h
71
int corec37d_ntfy_wait_done(struct nouveau_bo *, u32, struct nvif_device *);
drivers/gpu/drm/nouveau/dispnv50/core507d.c
63
struct nvif_device *device)
drivers/gpu/drm/nouveau/dispnv50/corec37d.c
83
struct nvif_device *device)
drivers/gpu/drm/nouveau/dispnv50/disp.c
144
struct nvif_device *device = dmac->base.device;
drivers/gpu/drm/nouveau/dispnv50/disp.c
236
struct nvif_device *device = &drm->device;
drivers/gpu/drm/nouveau/dispnv50/disp.c
77
nv50_chan_create(struct nvif_device *device, struct nvif_object *disp,
drivers/gpu/drm/nouveau/dispnv50/disp.h
59
struct nvif_device *device;
drivers/gpu/drm/nouveau/dispnv50/ovly.h
17
int ovly827e_ntfy_wait_begun(struct nouveau_bo *, u32, struct nvif_device *);
drivers/gpu/drm/nouveau/dispnv50/ovly827e.c
70
struct nvif_device *device)
drivers/gpu/drm/nouveau/dispnv50/wndw.h
62
struct nvif_device *);
drivers/gpu/drm/nouveau/dispnv50/wndw.h
86
int base507c_ntfy_wait_begun(struct nouveau_bo *, u32, struct nvif_device *);
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/device.h
22
void nvif_device_dtor(struct nvif_device *);
drivers/gpu/drm/nouveau/include/nvif/device.h
23
int nvif_device_map(struct nvif_device *);
drivers/gpu/drm/nouveau/include/nvif/device.h
24
u64 nvif_device_time(struct nvif_device *);
drivers/gpu/drm/nouveau/include/nvif/disp.h
13
int nvif_disp_ctor(struct nvif_device *, const char *name, s32 oclass,
drivers/gpu/drm/nouveau/include/nvif/disp.h
4
struct nvif_device;
drivers/gpu/drm/nouveau/include/nvif/fifo.h
10
nvif_fifo_runlist_ce(struct nvif_device *device)
drivers/gpu/drm/nouveau/include/nvif/fifo.h
6
u64 nvif_fifo_runlist(struct nvif_device *, u64 engine);
drivers/gpu/drm/nouveau/include/nvif/timer.h
13
void nvif_timer_wait_init(struct nvif_device *, u64 nsec,
drivers/gpu/drm/nouveau/include/nvif/timer.h
6
struct nvif_device *device;
drivers/gpu/drm/nouveau/include/nvif/user.h
16
int nvif_user_ctor(struct nvif_device *, const char *name);
drivers/gpu/drm/nouveau/include/nvif/user.h
17
void nvif_user_dtor(struct nvif_device *);
drivers/gpu/drm/nouveau/include/nvif/user.h
4
struct nvif_device;
drivers/gpu/drm/nouveau/nouveau_abi16.c
233
getparam_dma_ib_max(struct nvif_device *device)
drivers/gpu/drm/nouveau/nouveau_abi16.c
251
struct nvif_device *device = &drm->client.device;
drivers/gpu/drm/nouveau/nouveau_abi16.c
344
struct nvif_device *device = &cli->device;
drivers/gpu/drm/nouveau/nouveau_abi16.c
622
struct nvif_device *device;
drivers/gpu/drm/nouveau/nouveau_backlight.c
296
struct nvif_device *device = &drm->client.device;
drivers/gpu/drm/nouveau/nouveau_bo.c
181
struct nvif_device *device = &drm->client.device;
drivers/gpu/drm/nouveau/nouveau_chan.c
146
struct nvif_device *device = &cli->device;
drivers/gpu/drm/nouveau/nouveau_chan.c
273
struct nvif_device *device = &cli->device;
drivers/gpu/drm/nouveau/nouveau_chan.c
358
struct nvif_device *device = &cli->device;
drivers/gpu/drm/nouveau/nouveau_chan.h
7
struct nvif_device;
drivers/gpu/drm/nouveau/nouveau_drm.c
1141
struct nvif_device *device = &drm->client.device;
drivers/gpu/drm/nouveau/nouveau_drm.c
338
struct nvif_device *device = &drm->client.device;
drivers/gpu/drm/nouveau/nouveau_drm.c
368
struct nvif_device *device = &drm->client.device;
drivers/gpu/drm/nouveau/nouveau_drm.c
464
struct nvif_device *device = &drm->client.device;
drivers/gpu/drm/nouveau/nouveau_drv.h
212
struct nvif_device device;
drivers/gpu/drm/nouveau/nouveau_drv.h
96
struct nvif_device device;
drivers/gpu/drm/nouveau/nvif/device.c
28
nvif_device_time(struct nvif_device *device)
drivers/gpu/drm/nouveau/nvif/device.c
42
nvif_device_map(struct nvif_device *device)
drivers/gpu/drm/nouveau/nvif/device.c
48
nvif_device_dtor(struct nvif_device *device)
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/disp.c
36
nvif_disp_ctor(struct nvif_device *device, const char *name, s32 oclass, struct nvif_disp *disp)
drivers/gpu/drm/nouveau/nvif/fifo.c
25
nvif_fifo_runlists(struct nvif_device *device)
drivers/gpu/drm/nouveau/nvif/fifo.c
71
nvif_fifo_runlist(struct nvif_device *device, u64 engine)
drivers/gpu/drm/nouveau/nvif/timer.c
50
nvif_timer_wait_init(struct nvif_device *device, u64 nsec,
drivers/gpu/drm/nouveau/nvif/user.c
28
nvif_user_dtor(struct nvif_device *device)
drivers/gpu/drm/nouveau/nvif/user.c
37
nvif_user_ctor(struct nvif_device *device, const char *name)