Searched defs:nvif_notify (Results  1 – 2 of 2) sorted by relevance
| /linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ | 
| D | notify.h | 4 struct nvif_notify {  struct12 	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
 
 | 
| /linux-4.1.27/drivers/gpu/drm/nouveau/nvif/ | 
| D | notify.c | 112 nvif_notify(const void *header, u32 length, const void *data, u32 size)  in nvif_notify()  function167 nvif_notify_init(struct nvif_object *object, void (*dtor)(struct nvif_notify *),  in nvif_notify_init()
 168 		 int (*func)(struct nvif_notify *), bool work, u8 event,  in nvif_notify_init()
 232 nvif_notify_new(struct nvif_object *object, int (*func)(struct nvif_notify *),  in nvif_notify_new()
 
 |