nvif_notify      1077 drivers/gpu/drm/nouveau/dispnv04/crtc.c nv04_flip_complete(struct nvif_notify *notify)
nvif_notify        85 drivers/gpu/drm/nouveau/dispnv04/disp.h 	struct nvif_notify flip;
nvif_notify       176 drivers/gpu/drm/nouveau/dispnv04/disp.h int nv04_flip_complete(struct nvif_notify *);
nvif_notify       610 drivers/gpu/drm/nouveau/dispnv50/wndw.c nv50_wndw_notify(struct nvif_notify *notify)
nvif_notify        33 drivers/gpu/drm/nouveau/dispnv50/wndw.h 	struct nvif_notify notify;
nvif_notify        13 drivers/gpu/drm/nouveau/include/nvif/notify.h 	void (*dtor)(struct nvif_notify *);
nvif_notify        16 drivers/gpu/drm/nouveau/include/nvif/notify.h 	int  (*func)(struct nvif_notify *);
nvif_notify        27 drivers/gpu/drm/nouveau/include/nvif/notify.h int  nvif_notify_init(struct nvif_object *, int (*func)(struct nvif_notify *),
nvif_notify        29 drivers/gpu/drm/nouveau/include/nvif/notify.h 		      struct nvif_notify *);
nvif_notify        30 drivers/gpu/drm/nouveau/include/nvif/notify.h int  nvif_notify_fini(struct nvif_notify *);
nvif_notify        31 drivers/gpu/drm/nouveau/include/nvif/notify.h int  nvif_notify_get(struct nvif_notify *);
nvif_notify        32 drivers/gpu/drm/nouveau/include/nvif/notify.h int  nvif_notify_put(struct nvif_notify *);
nvif_notify        33 drivers/gpu/drm/nouveau/include/nvif/notify.h int  nvif_notify(const void *, u32, const void *, u32);
nvif_notify        52 drivers/gpu/drm/nouveau/nouveau_chan.c nouveau_channel_killed(struct nvif_notify *ntfy)
nvif_notify        47 drivers/gpu/drm/nouveau/nouveau_chan.h 	struct nvif_notify kill;
nvif_notify      1138 drivers/gpu/drm/nouveau/nouveau_connector.c nouveau_connector_hotplug(struct nvif_notify *notify)
nvif_notify       108 drivers/gpu/drm/nouveau/nouveau_connector.h 	struct nvif_notify hpd;
nvif_notify        38 drivers/gpu/drm/nouveau/nouveau_crtc.h 	struct nvif_notify vblank;
nvif_notify        48 drivers/gpu/drm/nouveau/nouveau_display.c nouveau_display_vblank_handler(struct nvif_notify *notify)
nvif_notify       145 drivers/gpu/drm/nouveau/nouveau_fence.c nouveau_fence_wait_uevent_handler(struct nvif_notify *notify)
nvif_notify        47 drivers/gpu/drm/nouveau/nouveau_fence.h 	struct nvif_notify notify;
nvif_notify        91 drivers/gpu/drm/nouveau/nouveau_nvif.c 		return nvif_notify(header, length, data, size);
nvif_notify        52 drivers/gpu/drm/nouveau/nouveau_svm.c 		struct nvif_notify notify;
nvif_notify       524 drivers/gpu/drm/nouveau/nouveau_svm.c nouveau_svm_fault(struct nvif_notify *notify)
nvif_notify        33 drivers/gpu/drm/nouveau/nvif/notify.c nvif_notify_put_(struct nvif_notify *notify)
nvif_notify        51 drivers/gpu/drm/nouveau/nvif/notify.c nvif_notify_put(struct nvif_notify *notify)
nvif_notify        64 drivers/gpu/drm/nouveau/nvif/notify.c nvif_notify_get_(struct nvif_notify *notify)
nvif_notify        82 drivers/gpu/drm/nouveau/nvif/notify.c nvif_notify_get(struct nvif_notify *notify)
nvif_notify        91 drivers/gpu/drm/nouveau/nvif/notify.c nvif_notify_func(struct nvif_notify *notify, bool keep)
nvif_notify       107 drivers/gpu/drm/nouveau/nvif/notify.c 	struct nvif_notify *notify = container_of(work, typeof(*notify), work);
nvif_notify       114 drivers/gpu/drm/nouveau/nvif/notify.c 	struct nvif_notify *notify = NULL;
nvif_notify       145 drivers/gpu/drm/nouveau/nvif/notify.c nvif_notify_fini(struct nvif_notify *notify)
nvif_notify       165 drivers/gpu/drm/nouveau/nvif/notify.c nvif_notify_init(struct nvif_object *object, int (*func)(struct nvif_notify *),
nvif_notify       167 drivers/gpu/drm/nouveau/nvif/notify.c 		 struct nvif_notify *notify)