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_fini(struct nvif_notify *notify) in nvif_notify_fini()
167 nvif_notify_init(struct nvif_object *object, void (*dtor)(struct nvif_notify *), in nvif_notify_init() argument
168 int (*func)(struct nvif_notify *), bool work, u8 event, in nvif_notify_init() argument
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()
232 nvif_notify_new(struct nvif_object *object, int (*func)(struct nvif_notify *), in nvif_notify_new() argument
234 struct nvif_notify **pnotify) in nvif_notify_new()
236 struct nvif_notify *notify = kzalloc(sizeof(*notify), GFP_KERNEL); in nvif_notify_new()