Lines Matching refs:nvif_notify
4 struct nvif_notify { struct
12 void (*dtor)(struct nvif_notify *); argument
15 int (*func)(struct nvif_notify *); argument
26 int nvif_notify_init(struct nvif_object *, void (*dtor)(struct nvif_notify *), argument
27 int (*func)(struct nvif_notify *), bool work, u8 type,
28 void *data, u32 size, u32 reply, struct nvif_notify *);
29 int nvif_notify_fini(struct nvif_notify *);
30 int nvif_notify_get(struct nvif_notify *);
31 int nvif_notify_put(struct nvif_notify *);
32 int nvif_notify(const void *, u32, const void *, u32);
34 int nvif_notify_new(struct nvif_object *, int (*func)(struct nvif_notify *),
36 struct nvif_notify **);
37 void nvif_notify_ref(struct nvif_notify *, struct nvif_notify **);