| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/ |
| nouveau_nvkm_core_event.c | 28 #include <core/notify.h> 60 struct nvkm_notify *notify; local 67 list_for_each_entry(notify, &event->list, head) { 68 if (notify->index == index && (notify->types & types)) { 70 event->func->send(data, size, notify); 73 nvkm_notify_send(notify, data, size);
|
| nouveau_nvkm_core_event.c | 28 #include <core/notify.h> 60 struct nvkm_notify *notify; local 67 list_for_each_entry(notify, &event->list, head) { 68 if (notify->index == index && (notify->types & types)) { 70 event->func->send(data, size, notify); 73 nvkm_notify_send(notify, data, size);
|
| nouveau_nvkm_core_notify.c | 29 #include <core/notify.h> 33 nvkm_notify_put_locked(struct nvkm_notify *notify) 35 if (notify->block++ == 0) 36 nvkm_event_put(notify->event, notify->types, notify->index); 40 nvkm_notify_put(struct nvkm_notify *notify) 42 struct nvkm_event *event = notify->event; 45 test_and_clear_bit(NVKM_NOTIFY_USER, ¬ify->flags)) { 47 nvkm_notify_put_locked(notify); 91 struct nvkm_notify *notify = container_of(work, typeof(*notify), work); local [all...] |
| nouveau_nvkm_core_notify.c | 29 #include <core/notify.h> 33 nvkm_notify_put_locked(struct nvkm_notify *notify) 35 if (notify->block++ == 0) 36 nvkm_event_put(notify->event, notify->types, notify->index); 40 nvkm_notify_put(struct nvkm_notify *notify) 42 struct nvkm_event *event = notify->event; 45 test_and_clear_bit(NVKM_NOTIFY_USER, ¬ify->flags)) { 47 nvkm_notify_put_locked(notify); 91 struct nvkm_notify *notify = container_of(work, typeof(*notify), work); local [all...] |
| nouveau_nvkm_core_client.c | 31 #include <core/notify.h> 89 struct nvkm_client_notify *notify = container_of(n, typeof(*notify), n); local 90 struct nvkm_client *client = notify->client; 91 return client->ntfy(¬ify->rep, notify->size, n->data, n->size); 97 if (index < ARRAY_SIZE(client->notify)) { 98 if (client->notify[index]) { 99 nvkm_notify_put(&client->notify[index]->n); 109 if (index < ARRAY_SIZE(client->notify)) { 137 struct nvkm_client_notify *notify; local [all...] |
| nouveau_nvkm_core_client.c | 31 #include <core/notify.h> 89 struct nvkm_client_notify *notify = container_of(n, typeof(*notify), n); local 90 struct nvkm_client *client = notify->client; 91 return client->ntfy(¬ify->rep, notify->size, n->data, n->size); 97 if (index < ARRAY_SIZE(client->notify)) { 98 if (client->notify[index]) { 99 nvkm_notify_put(&client->notify[index]->n); 109 if (index < ARRAY_SIZE(client->notify)) { 137 struct nvkm_client_notify *notify; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sw/ |
| nv50.h | 10 #include <core/notify.h> 15 struct nvkm_notify notify[4]; member in struct:nv50_sw_chan::__anon5399
|
| nv50.h | 10 #include <core/notify.h> 15 struct nvkm_notify notify[4]; member in struct:nv50_sw_chan::__anon5399
|
| /src/games/monop/ |
| misc.c | 70 notify(void) function
|
| misc.c | 70 notify(void) function
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/ |
| nouveau_nvif_notify.c | 32 #include <nvif/notify.h> 38 nvif_notify_put_(struct nvif_notify *notify) 40 struct nvif_object *object = notify->object; 46 .ntfy.index = notify->index, 49 if (atomic_inc_return(¬ify->putcnt) != 1) 56 nvif_notify_put(struct nvif_notify *notify) 58 if (likely(notify->object) && 59 test_and_clear_bit(NVIF_NOTIFY_USER, ¬ify->flags)) { 60 int ret = nvif_notify_put_(notify); 61 if (test_bit(NVIF_NOTIFY_WORK, ¬ify->flags) 112 struct nvif_notify *notify = container_of(work, typeof(*notify), work); local 119 struct nvif_notify *notify = NULL; local [all...] |
| nouveau_nvif_notify.c | 32 #include <nvif/notify.h> 38 nvif_notify_put_(struct nvif_notify *notify) 40 struct nvif_object *object = notify->object; 46 .ntfy.index = notify->index, 49 if (atomic_inc_return(¬ify->putcnt) != 1) 56 nvif_notify_put(struct nvif_notify *notify) 58 if (likely(notify->object) && 59 test_and_clear_bit(NVIF_NOTIFY_USER, ¬ify->flags)) { 60 int ret = nvif_notify_put_(notify); 61 if (test_bit(NVIF_NOTIFY_WORK, ¬ify->flags) 112 struct nvif_notify *notify = container_of(work, typeof(*notify), work); local 119 struct nvif_notify *notify = NULL; local [all...] |
| /src/sys/dev/ |
| midictl.h | 63 * midictl from a notify handler it has called are permitted. If you are 96 * notify function will be called with MIDICTL_CTLR, MIDICTL_RPN, or 101 * be needed if the update is to half of a 14-bit value). The notify function 110 * affected. The notify function is then called with evt = MIDICTL_RESET. 154 void *cookie; /* this value will be passed to notify */ 155 midictl_notify *notify; member in struct:__anon3189
|
| midictl.h | 63 * midictl from a notify handler it has called are permitted. If you are 96 * notify function will be called with MIDICTL_CTLR, MIDICTL_RPN, or 101 * be needed if the update is to half of a 14-bit value). The notify function 110 * affected. The notify function is then called with evt = MIDICTL_RESET. 154 void *cookie; /* this value will be passed to notify */ 155 midictl_notify *notify; member in struct:__anon3189
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
| client.h | 15 struct nvkm_client_notify *notify[32]; member in struct:nvkm_client
|
| client.h | 15 struct nvkm_client_notify *notify[32]; member in struct:nvkm_client
|
| /src/sys/arch/hpc/stand/hpcboot/menu/ |
| rootwindow.cpp | 127 NMHDR *notify = reinterpret_cast <NMHDR *>(lparam); local 136 switch(notify->code) {
|
| rootwindow.cpp | 127 NMHDR *notify = reinterpret_cast <NMHDR *>(lparam); local 136 switch(notify->code) {
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_fence.h | 8 #include <nvif/notify.h> 49 struct nvif_notify notify; member in struct:nouveau_fence_chan
|
| nouveau_fence.h | 8 #include <nvif/notify.h> 49 struct nvif_notify notify; member in struct:nouveau_fence_chan
|
| nouveau_usif.c | 34 #include <nvif/notify.h> 407 struct usif_notify *notify, *ntemp; local 409 list_for_each_entry_safe(notify, ntemp, &cli->notifys, head) { 410 usif_notify_dtor(notify);
|
| /src/sys/external/bsd/drm2/dist/drm/xen/ |
| xen_drm_front_evtchnl.c | 353 int notify; local 356 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&evtchnl->u.req.ring, notify); 357 if (notify)
|
| xen_drm_front_evtchnl.c | 353 int notify; local 356 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&evtchnl->u.req.ring, notify); 357 if (notify)
|
| /src/libexec/comsat/ |
| comsat.c | 93 static void notify(const struct utmpentry *, off_t); 216 notify(ep, offset); 220 notify(const struct utmpentry *ep, off_t offset) function 242 dsyslog(LOG_DEBUG, "notify %s on %s", ep->name, tty);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| wndw.h | 10 #include <nvif/notify.h> 35 struct nvif_notify notify; member in struct:nv50_wndw
|