HomeSort by: relevance | last modified time | path
    Searched refs:notify (Results 1 - 25 of 126) sorted by relevancy

1 2 3 4 5 6

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
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, &notify->flags)) {
47 nvkm_notify_put_locked(notify);
91 struct nvkm_notify *notify = container_of(work, typeof(*notify), work); local in function:nvkm_notify_work
    [all...]
nouveau_nvkm_core_client.c 31 #include <core/notify.h>
89 struct nvkm_client_notify *notify = container_of(n, typeof(*notify), n); local in function:nvkm_client_notify
90 struct nvkm_client *client = notify->client;
91 return client->ntfy(&notify->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 in function:nvkm_client_notify_new
    [all...]
nouveau_nvkm_core_event.c 28 #include <core/notify.h>
60 struct nvkm_notify *notify; local in function:nvkm_event_send
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);
  /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(&notify->putcnt) != 1)
56 nvif_notify_put(struct nvif_notify *notify)
58 if (likely(notify->object) &&
59 test_and_clear_bit(NVIF_NOTIFY_USER, &notify->flags)) {
60 int ret = nvif_notify_put_(notify);
61 if (test_bit(NVIF_NOTIFY_WORK, &notify->flags)
112 struct nvif_notify *notify = container_of(work, typeof(*notify), work); local in function:nvif_notify_work
119 struct nvif_notify *notify = NULL; local in function:nvif_notify
    [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::__anon06a9b8480108
nouveau_nvkm_engine_sw_chan.c 31 #include <core/notify.h>
56 struct nvkm_notify *notify)
64 notify->size = sizeof(struct nvif_notify_uevent_rep);
65 notify->types = 1;
66 notify->index = 0;
nouveau_nvkm_engine_sw_nv50.c 44 nv50_sw_chan_vblsem_release(struct nvkm_notify *notify)
47 container_of(notify, typeof(*chan), vblank.notify[notify->index]);
78 nvkm_notify_get(&chan->vblank.notify[data]);
93 for (i = 0; i < ARRAY_SIZE(chan->vblank.notify); i++)
94 nvkm_notify_fini(&chan->vblank.notify[i]);
128 &chan->vblank.notify[i]);
nouveau_nvkm_engine_sw_gf100.c 44 gf100_sw_chan_vblsem_release(struct nvkm_notify *notify)
47 container_of(notify, typeof(*chan), vblank.notify[notify->index]);
81 nvkm_notify_get(&chan->vblank.notify[data]);
135 &chan->vblank.notify[i]);
  /src/sys/dev/ic/
isp_target.c 127 * around and acknowledge the Immediate Notify by writing an entry onto the
197 isp_notify_t notify; local in function:isp_target_notify
310 isp_prt(isp, ISP_LOGTDEBUG0, "Immediate Notify On Bus %d, status=0x%x seqid=0x%x", bus, status, seqid);
327 ISP_MEMZERO(&notify, sizeof (isp_notify_t));
328 notify.nt_hba = isp;
329 notify.nt_wwn = INI_ANY;
330 notify.nt_tgt = TGT_ANY;
331 notify.nt_nphdl = iid;
332 notify.nt_sid = PORT_ANY;
333 notify.nt_did = PORT_ANY
791 isp_notify_t notify; local in function:isp_target_async
888 isp_notify_t notify; local in function:isp_got_msg
945 isp_notify_t notify; local in function:isp_got_msg_fc
1008 isp_notify_t notify; local in function:isp_got_tmf_24xx
    [all...]
  /src/usr.sbin/rpc.lockd/
lockd_lock.h 9 void notify(const char *, int);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
nouveau_nvkm_engine_fifo_base.c 34 #include <core/notify.h>
135 struct nvkm_notify *notify)
139 notify->size = 0;
140 notify->types = 1;
141 notify->index = chan->chid;
154 struct nvkm_notify *notify)
157 notify->size = 0;
158 notify->types = 1;
159 notify->index = 0;
192 struct nvkm_notify *notify)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
fault.h 6 #include <core/notify.h>
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fault/
nouveau_nvkm_subdev_fault_base.c 30 #include <core/notify.h>
48 struct nvkm_notify *notify)
52 notify->size = 0;
53 notify->types = 1;
54 notify->index = buffer->id;
  /src/sys/dev/acpi/
acpi_lid.c 151 * Callback from ACPI interrupt handler to notify us of an event.
154 acpilid_notify_handler(ACPI_HANDLE handle, uint32_t notify, void *context)
159 switch (notify) {
169 aprint_debug_dev(dv, "unknown notify 0x%02X\n", notify);
acpi_button.c 181 * Callback from ACPI interrupt handler to notify us of an event.
184 acpibut_notify_handler(ACPI_HANDLE handle, uint32_t notify, void *context)
189 switch (notify) {
199 aprint_debug_dev(dv, "unknown notify 0x%02X\n", notify);
asus_acpi.c 199 asus_notify_handler(ACPI_HANDLE hdl, uint32_t notify, void *opaque)
206 if (notify >= ASUS_NOTIFY_BrightnessLow &&
207 notify <= ASUS_NOTIFY_BrightnessHigh) {
209 (notify & 0xf) * 100 / 0xf);
213 switch (notify) {
233 aprint_debug_dev(sc->sc_dev, "unknown event 0x%02x\n", notify);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_conn.c 38 nvkm_conn_hpd(struct nvkm_notify *notify)
40 struct nvkm_conn *conn = container_of(notify, typeof(*conn), hpd);
43 const struct nvkm_gpio_ntfy_rep *line = notify->data;
nouveau_nvkm_engine_disp_base.c 37 #include <core/notify.h>
67 struct nvkm_notify *notify)
70 container_of(notify->event, typeof(*disp), vblank);
77 notify->size = sizeof(struct nvif_notify_head_rep_v0);
79 notify->types = 1;
80 notify->index = req->v0.head;
104 struct nvkm_notify *notify)
107 container_of(notify->event, typeof(*disp), hpd);
115 notify->size = sizeof(struct nvif_notify_conn_rep_v0);
119 notify->types = req->v0.mask
    [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:__anona7dcc7c50208
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_chan.h 7 #include <nvif/notify.h>
nouveau_crtc.h 34 #include <nvif/notify.h>
nouveau_fence.c 40 #include <nvif/notify.h>
109 nvif_notify_put(&fctx->notify);
118 nvif_notify_fini(&fctx->notify);
164 nouveau_fence_wait_uevent_handler(struct nvif_notify *notify)
167 container_of(notify, typeof(*fctx), notify);
214 &fctx->notify);
244 nvif_notify_put(&fctx->notify);
268 nvif_notify_put(&fctx->notify);
558 nvif_notify_get(&fctx->notify);
    [all...]
nouveau_fence.h 8 #include <nvif/notify.h>
49 struct nvif_notify notify; member in struct:nouveau_fence_chan
  /src/sys/arch/xen/include/
xenio.h 168 /* notify action */
169 struct ioctl_gntdev_grant_notify notify; member in struct:ioctl_gntdev_mmap_grant_ref
191 /* notify action */
192 struct ioctl_gntdev_grant_notify notify; member in struct:ioctl_gntdev_alloc_grant_ref
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/gpio/
nouveau_nvkm_subdev_gpio_base.c 32 #include <core/notify.h>
133 struct nvkm_notify *notify)
137 notify->size = sizeof(struct nvkm_gpio_ntfy_rep);
138 notify->types = req->mask;
139 notify->index = req->line;

Completed in 22 milliseconds

1 2 3 4 5 6