HomeSort by: relevance | last modified time | path
    Searched refs:usif_notify (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_usif.h 14 int usif_notify(const void *, u32, const void *, u32);
nouveau_usif.c 48 struct usif_notify { struct
58 static inline struct usif_notify *
62 struct usif_notify *ntfy;
71 usif_notify_dtor(struct usif_notify *ntfy)
78 usif_notify(const void *header, u32 length, const void *data, u32 size) function in typeref:typename:int
80 struct usif_notify *ntfy = NULL;
141 struct usif_notify *ntfy;
183 struct usif_notify *ntfy;
206 struct usif_notify *ntfy;
243 struct usif_notify *ntfy
    [all...]
nouveau_nvif.c 154 return usif_notify(header, length, data, size);

Completed in 14 milliseconds