Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvif/
Dnotify.h5 struct nvif_notify { struct
14 void (*dtor)(struct nvif_notify *); argument
17 int (*func)(struct nvif_notify *); argument
29 int (*func)(struct nvif_notify *), bool work, u8 type, argument
/linux-5.19.10/drivers/gpu/drm/nouveau/nvif/
Dnotify.c112 nvif_notify(const void *header, u32 length, const void *data, u32 size) in nvif_notify() function
166 int (*func)(struct nvif_notify *), bool work, u8 event, in nvif_notify_ctor()