HomeSort by: relevance | last modified time | path
    Searched defs:nvif_notify (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
notify.h 7 struct nvif_notify { struct
15 void (*dtor)(struct nvif_notify *);
18 int (*func)(struct nvif_notify *);
29 int nvif_notify_init(struct nvif_object *, int (*func)(struct nvif_notify *),
31 struct nvif_notify *);
32 int nvif_notify_fini(struct nvif_notify *);
33 int nvif_notify_get(struct nvif_notify *);
34 int nvif_notify_put(struct nvif_notify *);
35 int nvif_notify(const void *, u32, const void *, u32);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
nouveau_nvif_notify.c 38 nvif_notify_put_(struct nvif_notify *notify)
56 nvif_notify_put(struct nvif_notify *notify)
69 nvif_notify_get_(struct nvif_notify *notify)
87 nvif_notify_get(struct nvif_notify *notify)
96 nvif_notify_func(struct nvif_notify *notify, bool keep)
112 struct nvif_notify *notify = container_of(work, typeof(*notify), work);
117 nvif_notify(const void *header, u32 length, const void *data, u32 size) function in typeref:typename:int
119 struct nvif_notify *notify = NULL;
150 nvif_notify_fini(struct nvif_notify *notify)
170 nvif_notify_init(struct nvif_object *object, int (*func)(struct nvif_notify *),
    [all...]

Completed in 12 milliseconds