Symbol: nvif_event
drivers/gpu/drm/nouveau/dispnv04/crtc.c
1074
nv04_flip_complete(struct nvif_event *event, void *argv, u32 argc)
drivers/gpu/drm/nouveau/dispnv04/crtc.c
1277
nv04_crtc_vblank_handler(struct nvif_event *event, void *repv, u32 repc)
drivers/gpu/drm/nouveau/dispnv04/disp.h
185
int nv04_flip_complete(struct nvif_event *, void *, u32);
drivers/gpu/drm/nouveau/dispnv04/disp.h
89
struct nvif_event flip;
drivers/gpu/drm/nouveau/dispnv50/head.c
558
nv50_head_vblank_handler(struct nvif_event *event, void *repv, u32 repc)
drivers/gpu/drm/nouveau/include/nvif/conn.h
37
struct nvif_event *);
drivers/gpu/drm/nouveau/include/nvif/event.h
10
typedef int (*nvif_event_func)(struct nvif_event *, void *repv, u32 repc);
drivers/gpu/drm/nouveau/include/nvif/event.h
18
nvif_event_constructed(struct nvif_event *event)
drivers/gpu/drm/nouveau/include/nvif/event.h
24
struct nvif_event_v0 *, u32, bool, struct nvif_event *);
drivers/gpu/drm/nouveau/include/nvif/event.h
28
bool wait, struct nvif_event_v0 *args, u32 argc, struct nvif_event *event)
drivers/gpu/drm/nouveau/include/nvif/event.h
33
void nvif_event_dtor(struct nvif_event *);
drivers/gpu/drm/nouveau/include/nvif/event.h
34
int nvif_event_allow(struct nvif_event *);
drivers/gpu/drm/nouveau/include/nvif/event.h
35
int nvif_event_block(struct nvif_event *);
drivers/gpu/drm/nouveau/include/nvif/event.h
6
struct nvif_event;
drivers/gpu/drm/nouveau/include/nvif/head.h
22
struct nvif_event *);
drivers/gpu/drm/nouveau/nouveau_chan.c
52
nouveau_channel_killed(struct nvif_event *event, void *repv, u32 repc)
drivers/gpu/drm/nouveau/nouveau_chan.h
52
struct nvif_event kill;
drivers/gpu/drm/nouveau/nouveau_connector.c
1206
nouveau_connector_irq(struct nvif_event *event, void *repv, u32 repc)
drivers/gpu/drm/nouveau/nouveau_connector.c
1215
nouveau_connector_hotplug(struct nvif_event *event, void *repv, u32 repc)
drivers/gpu/drm/nouveau/nouveau_connector.h
127
struct nvif_event hpd;
drivers/gpu/drm/nouveau/nouveau_connector.h
128
struct nvif_event irq;
drivers/gpu/drm/nouveau/nouveau_crtc.h
39
struct nvif_event vblank;
drivers/gpu/drm/nouveau/nouveau_fence.c
160
nouveau_fence_wait_uevent_handler(struct nvif_event *event, void *repv, u32 repc)
drivers/gpu/drm/nouveau/nouveau_fence.h
54
struct nvif_event event;
drivers/gpu/drm/nouveau/nouveau_nvif.c
81
struct nvif_event *event = container_of(object, typeof(*event), object);
drivers/gpu/drm/nouveau/nouveau_svm.c
54
struct nvif_event notify;
drivers/gpu/drm/nouveau/nouveau_svm.c
884
nouveau_svm_event(struct nvif_event *event, void *argv, u32 argc)
drivers/gpu/drm/nouveau/nvif/conn.c
31
struct nvif_event *event)
drivers/gpu/drm/nouveau/nvif/event.c
29
nvif_event_block(struct nvif_event *event)
drivers/gpu/drm/nouveau/nvif/event.c
40
nvif_event_allow(struct nvif_event *event)
drivers/gpu/drm/nouveau/nvif/event.c
51
nvif_event_dtor(struct nvif_event *event)
drivers/gpu/drm/nouveau/nvif/event.c
59
struct nvif_event *event)
drivers/gpu/drm/nouveau/nvif/head.c
31
bool wait, struct nvif_event *event)