Lines Matching refs:notify
130 struct nvkm_notify *notify) in nvkm_fifo_kevent_ctor() argument
134 notify->size = 0; in nvkm_fifo_kevent_ctor()
135 notify->types = 1; in nvkm_fifo_kevent_ctor()
136 notify->index = chan->chid; in nvkm_fifo_kevent_ctor()
149 struct nvkm_notify *notify) in nvkm_fifo_cevent_ctor() argument
152 notify->size = 0; in nvkm_fifo_cevent_ctor()
153 notify->types = 1; in nvkm_fifo_cevent_ctor()
154 notify->index = 0; in nvkm_fifo_cevent_ctor()
187 struct nvkm_notify *notify) in nvkm_fifo_uevent_ctor() argument
195 notify->size = sizeof(struct nvif_notify_uevent_rep); in nvkm_fifo_uevent_ctor()
196 notify->types = 1; in nvkm_fifo_uevent_ctor()
197 notify->index = 0; in nvkm_fifo_uevent_ctor()