Lines Matching refs:nvif_notify
33 nvif_notify_put_(struct nvif_notify *notify) in nvif_notify_put_()
51 nvif_notify_put(struct nvif_notify *notify) in nvif_notify_put()
64 nvif_notify_get_(struct nvif_notify *notify) in nvif_notify_get_()
82 nvif_notify_get(struct nvif_notify *notify) in nvif_notify_get()
91 nvif_notify_func(struct nvif_notify *notify, bool keep) in nvif_notify_func()
107 struct nvif_notify *notify = container_of(work, typeof(*notify), work); in nvif_notify_work()
112 nvif_notify(const void *header, u32 length, const void *data, u32 size) in nvif_notify() function
114 struct nvif_notify *notify = NULL; in nvif_notify()
145 nvif_notify_dtor(struct nvif_notify *notify) in nvif_notify_dtor()
166 int (*func)(struct nvif_notify *), bool work, u8 event, in nvif_notify_ctor() argument
167 void *data, u32 size, u32 reply, struct nvif_notify *notify) in nvif_notify_ctor()