Home
last modified time | relevance | path

Searched defs:nvif_notify (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
H A Dnotify.h7 struct nvif_notify { struct
15 void (*dtor)(struct nvif_notify *); argument
18 int (*func)(struct nvif_notify *); argument
29 int nvif_notify_init(struct nvif_object *, int (*func)(struct nvif_notify *), argument
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
H A Dnouveau_nvif_notify.c117 nvif_notify(const void *header, u32 length, const void *data, u32 size) in nvif_notify() function
170 nvif_notify_init(struct nvif_object *object, int (*func)(struct nvif_notify *), in nvif_notify_init()