Searched refs:nouveau_notifier (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dnouveau_notifier.h38 struct nouveau_notifier { struct
45 struct nouveau_notifier **);
48 nouveau_notifier_free(struct nouveau_notifier **);
51 nouveau_notifier_reset(struct nouveau_notifier *, int id);
54 nouveau_notifier_status(struct nouveau_notifier *, int id);
57 nouveau_notifier_return_val(struct nouveau_notifier *, int id);
60 nouveau_notifier_wait_status(struct nouveau_notifier *, int id, uint32_t status,
H A Dnouveau_private.h34 #include "nouveau_notifier.h"
81 struct nouveau_notifier base;
86 #define nouveau_notifier(n) ((struct nouveau_notifier_priv *)(n)) macro

Completed in 41 milliseconds