Lines Matching defs: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() local
114 struct nvif_notify *notify = NULL; in nvif_notify() local
145 nvif_notify_fini(struct nvif_notify *notify) in nvif_notify_fini()
169 void *data, u32 size, u32 reply, struct nvif_notify *notify) in nvif_notify_init()
216 nvif_notify_del(struct nvif_notify *notify) in nvif_notify_del()
223 nvif_notify_ref(struct nvif_notify *notify, struct nvif_notify **pnotify) in nvif_notify_ref()
236 struct nvif_notify *notify = kzalloc(sizeof(*notify), GFP_KERNEL); in nvif_notify_new() local