/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/ |
chan.h | 13 int (*ntfy)(struct nvkm_fifo_chan *, u32 type, struct nvkm_event **); member in struct:nvkm_fifo_chan_func
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
client.h | 24 int (*ntfy)(const void *, u32, const void *, u32); member in struct:nvkm_client
|
object.h | 38 int (*ntfy)(struct nvkm_object *, u32 mthd, struct nvkm_event **); member in struct:nvkm_object_func
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/ |
nouveau_nvif_notify.c | 43 struct nvif_ioctl_ntfy_put_v0 ntfy; member in struct:nvif_notify_put_::__anon62118ee00108 46 .ntfy.index = notify->index, 74 struct nvif_ioctl_ntfy_get_v0 ntfy; member in struct:nvif_notify_get_::__anon62118ee00208 77 .ntfy.index = notify->index, 155 struct nvif_ioctl_ntfy_del_v0 ntfy; member in struct:nvif_notify_fini::__anon62118ee00408 158 .ntfy.index = notify->index, 176 struct nvif_ioctl_ntfy_new_v0 ntfy; member in struct:nvif_notify_init::__anon62118ee00508 199 args->ntfy.version = 0; 200 args->ntfy.event = event; 208 notify->index = args->ntfy.index [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_abi16.c | 120 struct nouveau_abi16_ntfy *ntfy) 122 nvif_object_fini(&ntfy->object); 123 nvkm_mm_free(&chan->heap, &ntfy->node); 124 list_del(&ntfy->head); 125 kfree(ntfy); 132 struct nouveau_abi16_ntfy *ntfy, *temp; local in function:nouveau_abi16_chan_fini 136 if (chan->chan && chan->ntfy) 140 list_for_each_entry_safe(ntfy, temp, &chan->notifiers, head) { 141 nouveau_abi16_ntfy_fini(chan, ntfy); 144 if (chan->ntfy) { 433 struct nouveau_abi16_ntfy *ntfy; local in function:nouveau_abi16_ioctl_grobj_alloc 526 struct nouveau_abi16_ntfy *ntfy; local in function:nouveau_abi16_ioctl_notifierobj_alloc 598 struct nouveau_abi16_ntfy *ntfy; local in function:nouveau_abi16_ioctl_gpuobj_free [all...] |
nouveau_abi16.h | 27 struct nouveau_bo *ntfy; member in struct:nouveau_abi16_chan
|
nouveau_usif.c | 62 struct usif_notify *ntfy; local in function:usif_notify_find 63 list_for_each_entry(ntfy, &cli->notifys, head) { 64 if (ntfy->handle == handle) 65 return ntfy; 71 usif_notify_dtor(struct usif_notify *ntfy) 73 list_del(&ntfy->head); 74 kfree(ntfy); 80 struct usif_notify *ntfy = NULL; local in function:usif_notify 89 if (WARN_ON(!(ntfy = (void *)(unsigned long)rep->v0.token))) 96 if (WARN_ON(!ntfy->p || ntfy->reply != (length + size)) 141 struct usif_notify *ntfy; local in function:usif_notify_new 183 struct usif_notify *ntfy; local in function:usif_notify_del 206 struct usif_notify *ntfy; local in function:usif_notify_get 243 struct usif_notify *ntfy; local in function:usif_notify_put 260 struct list_head ntfy; member in struct:usif_object [all...] |
nouveau_drv.h | 189 struct nvif_object ntfy; member in struct:nouveau_drm
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
wndw.h | 36 u16 ntfy; member in struct:nv50_wndw
|
atom.h | 171 } ntfy; member in struct:nv50_wndw_atom 241 bool ntfy:1; member in struct:nv50_wndw_atom::nv50_wndw_atom_mask::__anonf635598f1908
|