notify 407 arch/arm/mach-pxa/magician.c .notify = magician_backlight_notify, notify 323 arch/arm/mach-pxa/palm27x.c .notify = palm27x_backlight_notify, notify 181 arch/arm/mach-pxa/palmte2.c .notify = palmte2_backlight_notify, notify 409 arch/arm/mach-pxa/viper.c .notify = viper_backlight_notify, notify 521 arch/arm/mach-s3c24xx/mach-h1940.c .notify = h1940_backlight_notify, notify 534 arch/arm/mach-s3c24xx/mach-rx1950.c .notify = rx1950_backlight_notify, notify 118 arch/arm/mach-s3c64xx/dev-backlight.c if (bl_data->notify) notify 119 arch/arm/mach-s3c64xx/dev-backlight.c samsung_bl_data->notify = bl_data->notify; notify 120 arch/arm/mach-s3c64xx/mach-hmt.c .notify = hmt_bl_notify, notify 79 arch/mips/include/asm/vpe.h struct list_head notify; notify 111 arch/mips/include/asm/vpe.h int vpe_notify(int index, struct vpe_notifications *notify); notify 30 arch/mips/kernel/vpe-cmp.c list_for_each_entry(notifier, &vpe->notify, list) notify 141 arch/mips/kernel/vpe-mt.c list_for_each_entry(notifier, &v->notify, list) notify 267 arch/mips/kernel/vpe-mt.c list_for_each_entry(notifier, &vpe->notify, list) notify 105 arch/mips/kernel/vpe.c INIT_LIST_HEAD(&v->notify); notify 790 arch/mips/kernel/vpe.c list_for_each_entry(notifier, &v->notify, list) notify 906 arch/mips/kernel/vpe.c int vpe_notify(int index, struct vpe_notifications *notify) notify 913 arch/mips/kernel/vpe.c list_add(¬ify->list, &v->notify); notify 83 arch/mips/mti-malta/malta-amon.c list_for_each_entry(n, &v->notify, list) notify 141 arch/s390/include/asm/ccwdev.h int (*notify) (struct ccw_device *, int); notify 109 arch/s390/include/asm/eadm.h void (*notify) (struct scm_device *scmdev, enum scm_event event); notify 93 arch/s390/mm/pgalloc.c int rc, notify; notify 98 arch/s390/mm/pgalloc.c notify = 0; notify 123 arch/s390/mm/pgalloc.c notify = 1; notify 126 arch/s390/mm/pgalloc.c if (notify) notify 86 drivers/acpi/ac.c .notify = acpi_ac_notify, notify 113 drivers/acpi/acpi_video.c .notify = acpi_video_bus_notify, notify 187 drivers/acpi/acpi_video.c u8 notify:1; notify 1922 drivers/acpi/acpi_video.c device->flags.notify = 1; notify 1981 drivers/acpi/acpi_video.c if (dev->flags.notify) { notify 1984 drivers/acpi/acpi_video.c dev->flags.notify = 0; notify 665 drivers/acpi/acpica/aclocal.h struct acpi_notify_info notify; notify 386 drivers/acpi/acpica/acobject.h struct acpi_object_notify_handler notify; notify 730 drivers/acpi/acpica/dbdisply.c struct acpi_gpe_notify_info *notify; notify 878 drivers/acpi/acpica/dbdisply.c notify = notify 881 drivers/acpi/acpica/dbdisply.c while (notify) { notify 883 drivers/acpi/acpica/dbdisply.c notify = notify->next; notify 460 drivers/acpi/acpica/evgpe.c struct acpi_gpe_notify_info *notify; notify 479 drivers/acpi/acpica/evgpe.c notify = gpe_event_info->dispatch.notify_list; notify 480 drivers/acpi/acpica/evgpe.c while (ACPI_SUCCESS(status) && notify) { notify 482 drivers/acpi/acpica/evgpe.c acpi_ev_queue_notify_request(notify->device_node, notify 485 drivers/acpi/acpica/evgpe.c notify = notify->next; notify 275 drivers/acpi/acpica/evgpeutil.c struct acpi_gpe_notify_info *notify; notify 309 drivers/acpi/acpica/evgpeutil.c notify = gpe_event_info->dispatch.notify_list; notify 310 drivers/acpi/acpica/evgpeutil.c while (notify) { notify 311 drivers/acpi/acpica/evgpeutil.c next = notify->next; notify 312 drivers/acpi/acpica/evgpeutil.c ACPI_FREE(notify); notify 313 drivers/acpi/acpica/evgpeutil.c notify = next; notify 126 drivers/acpi/acpica/evmisc.c info->notify.node = node; notify 127 drivers/acpi/acpica/evmisc.c info->notify.value = (u16)notify_value; notify 128 drivers/acpi/acpica/evmisc.c info->notify.handler_list_id = handler_list_id; notify 129 drivers/acpi/acpica/evmisc.c info->notify.handler_list_head = handler_list_head; notify 130 drivers/acpi/acpica/evmisc.c info->notify.global = &acpi_gbl_global_notify[handler_list_id]; notify 170 drivers/acpi/acpica/evmisc.c if (info->notify.global->handler) { notify 171 drivers/acpi/acpica/evmisc.c info->notify.global->handler(info->notify.node, notify 172 drivers/acpi/acpica/evmisc.c info->notify.value, notify 173 drivers/acpi/acpica/evmisc.c info->notify.global->context); notify 178 drivers/acpi/acpica/evmisc.c handler_obj = info->notify.handler_list_head; notify 180 drivers/acpi/acpica/evmisc.c handler_obj->notify.handler(info->notify.node, notify 181 drivers/acpi/acpica/evmisc.c info->notify.value, notify 182 drivers/acpi/acpica/evmisc.c handler_obj->notify.context); notify 185 drivers/acpi/acpica/evmisc.c handler_obj->notify.next[info->notify.handler_list_id]; notify 147 drivers/acpi/acpica/evxface.c if (handler_obj->notify.handler == handler) { notify 152 drivers/acpi/acpica/evxface.c handler_obj = handler_obj->notify.next[i]; notify 165 drivers/acpi/acpica/evxface.c handler_obj->notify.node = node; notify 166 drivers/acpi/acpica/evxface.c handler_obj->notify.handler_type = handler_type; notify 167 drivers/acpi/acpica/evxface.c handler_obj->notify.handler = handler; notify 168 drivers/acpi/acpica/evxface.c handler_obj->notify.context = context; notify 174 drivers/acpi/acpica/evxface.c handler_obj->notify.next[i] = notify 294 drivers/acpi/acpica/evxface.c (handler_obj->notify.handler != handler)) { notify 296 drivers/acpi/acpica/evxface.c handler_obj = handler_obj->notify.next[i]; notify 307 drivers/acpi/acpica/evxface.c previous_handler_obj->notify.next[i] = notify 308 drivers/acpi/acpica/evxface.c handler_obj->notify.next[i]; notify 312 drivers/acpi/acpica/evxface.c handler_obj->notify.next[i]; notify 358 drivers/acpi/acpica/evxfgpe.c struct acpi_gpe_notify_info *notify; notify 442 drivers/acpi/acpica/evxfgpe.c notify = gpe_event_info->dispatch.notify_list; notify 443 drivers/acpi/acpica/evxfgpe.c while (notify) { notify 444 drivers/acpi/acpica/evxfgpe.c if (notify->device_node == device_node) { notify 448 drivers/acpi/acpica/evxfgpe.c notify = notify->next; notify 219 drivers/acpi/acpica/exdump.c {ACPI_EXD_NODE, ACPI_EXD_OFFSET(notify.node), "Node"}, notify 220 drivers/acpi/acpica/exdump.c {ACPI_EXD_UINT32, ACPI_EXD_OFFSET(notify.handler_type), "Handler Type"}, notify 221 drivers/acpi/acpica/exdump.c {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(notify.handler), "Handler"}, notify 222 drivers/acpi/acpica/exdump.c {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(notify.context), "Context"}, notify 223 drivers/acpi/acpica/exdump.c {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(notify.next[0]), notify 225 drivers/acpi/acpica/exdump.c {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(notify.next[1]), "Next Device Notify"} notify 512 drivers/acpi/acpica/utdelete.c prev_object->notify.next[i]; notify 750 drivers/acpi/apei/ghes.c if (!g->notify.poll_interval) { notify 755 drivers/acpi/apei/ghes.c expire = jiffies + msecs_to_jiffies(g->notify.poll_interval); notify 1127 drivers/acpi/apei/ghes.c switch (generic->notify.type) { notify 1163 drivers/acpi/apei/ghes.c generic->notify.type, generic->header.source_id); notify 1182 drivers/acpi/apei/ghes.c switch (generic->notify.type) { notify 1189 drivers/acpi/apei/ghes.c rc = acpi_gsi_to_irq(generic->notify.vector, &ghes->irq); notify 1258 drivers/acpi/apei/ghes.c switch (generic->notify.type) { notify 1513 drivers/acpi/battery.c .notify = acpi_battery_notify, notify 398 drivers/acpi/bus.c if (driver && driver->ops.notify && notify 400 drivers/acpi/bus.c driver->ops.notify(adev, type); notify 420 drivers/acpi/bus.c device->driver->ops.notify(device, event); notify 917 drivers/acpi/bus.c if (acpi_drv->ops.notify) { notify 941 drivers/acpi/bus.c if (acpi_drv->ops.notify) notify 126 drivers/acpi/button.c .notify = acpi_button_notify, notify 118 drivers/acpi/dock.c int (*notify)(struct acpi_device *, u32); notify 120 drivers/acpi/dock.c notify = adev->hp->notify; notify 121 drivers/acpi/dock.c if (notify) { notify 123 drivers/acpi/dock.c notify(adev, event); notify 72 drivers/acpi/hed.c .notify = acpi_hed_notify, notify 3768 drivers/acpi/nfit/core.c .notify = acpi_nfit_notify, notify 83 drivers/acpi/scan.c int (*notify)(struct acpi_device *, u32), notify 87 drivers/acpi/scan.c hp->notify = notify; notify 411 drivers/acpi/scan.c int (*notify)(struct acpi_device *, u32); notify 414 drivers/acpi/scan.c notify = adev->hp ? adev->hp->notify : NULL; notify 420 drivers/acpi/scan.c if (notify) notify 421 drivers/acpi/scan.c error = notify(adev, src); notify 104 drivers/acpi/thermal.c .notify = acpi_thermal_notify, notify 863 drivers/acpi/thermal.c .notify = thermal_notify, notify 263 drivers/block/nbd.c int notify) notify 265 drivers/block/nbd.c if (!nsock->dead && notify && !nbd_disconnected(nbd->config)) { notify 117 drivers/block/ps3vram.c u32 __iomem *notify = ps3vram_get_notifier(priv->reports, NOTIFIER); notify 121 drivers/block/ps3vram.c iowrite32be(0xffffffff, notify + i); notify 128 drivers/block/ps3vram.c u32 __iomem *notify = ps3vram_get_notifier(priv->reports, NOTIFIER); notify 132 drivers/block/ps3vram.c if (!ioread32be(notify + 3)) notify 140 drivers/block/ps3vram.c if (!ioread32be(notify + 3)) notify 297 drivers/block/virtio_blk.c bool notify = false; notify 375 drivers/block/virtio_blk.c notify = true; notify 378 drivers/block/virtio_blk.c if (notify) notify 1446 drivers/block/xen-blkback/blkback.c int notify; notify 1473 drivers/block/xen-blkback/blkback.c RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(&blk_rings->common, notify); notify 1475 drivers/block/xen-blkback/blkback.c if (notify) notify 864 drivers/block/xen-blkfront.c int notify; notify 866 drivers/block/xen-blkfront.c RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&rinfo->ring, notify); notify 868 drivers/block/xen-blkfront.c if (notify) notify 3705 drivers/bluetooth/btusb.c hdev->notify = btusb_notify; notify 2062 drivers/cpufreq/cpufreq.c bool notify; notify 2067 drivers/cpufreq/cpufreq.c notify = !(cpufreq_driver->flags & CPUFREQ_ASYNC_NOTIFICATION); notify 2068 drivers/cpufreq/cpufreq.c if (notify) { notify 2093 drivers/cpufreq/cpufreq.c if (notify) { notify 903 drivers/firmware/arm_sdei.c event_num = ghes->generic->notify.vector; notify 933 drivers/firmware/arm_sdei.c u32 event_num = ghes->generic->notify.vector; notify 358 drivers/firmware/stratix10-rsu.c static DEVICE_ATTR_WO(notify); notify 324 drivers/firmware/tegra/ivc.c ivc->notify(ivc, ivc->notify_data); notify 380 drivers/firmware/tegra/ivc.c ivc->notify(ivc, ivc->notify_data); notify 392 drivers/firmware/tegra/ivc.c ivc->notify(ivc, ivc->notify_data); notify 461 drivers/firmware/tegra/ivc.c ivc->notify(ivc, ivc->notify_data); notify 501 drivers/firmware/tegra/ivc.c ivc->notify(ivc, ivc->notify_data); notify 525 drivers/firmware/tegra/ivc.c ivc->notify(ivc, ivc->notify_data); notify 615 drivers/firmware/tegra/ivc.c void (*notify)(struct tegra_ivc *ivc, void *data), notify 621 drivers/firmware/tegra/ivc.c if (WARN_ON(!ivc || !notify)) notify 659 drivers/firmware/tegra/ivc.c ivc->notify = notify; notify 5971 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c goto notify; notify 5986 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c notify: notify 63 drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.c struct cec_notifier *notify; notify 281 drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.c cec->notify = cec_notifier_cec_adap_register(pdev->dev.parent, notify 283 drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.c if (!cec->notify) notify 288 drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.c cec_notifier_cec_adap_unregister(cec->notify); notify 305 drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.c cec_notifier_cec_adap_unregister(cec->notify); notify 69 drivers/gpu/drm/i2c/tda9950.c struct cec_notifier *notify; notify 460 drivers/gpu/drm/i2c/tda9950.c priv->notify = cec_notifier_get(priv->hdmi); notify 461 drivers/gpu/drm/i2c/tda9950.c if (!priv->notify) notify 466 drivers/gpu/drm/i2c/tda9950.c cec_notifier_put(priv->notify); notify 476 drivers/gpu/drm/i2c/tda9950.c cec_register_cec_notifier(priv->adap, priv->notify); notify 486 drivers/gpu/drm/i2c/tda9950.c cec_notifier_put(priv->notify); notify 14115 drivers/gpu/drm/i915/display/intel_display.c enum i915_sw_fence_notify notify) notify 14120 drivers/gpu/drm/i915/display/intel_display.c switch (notify) { notify 73 drivers/gpu/drm/i915/gt/uc/intel_guc.c guc->notify = gen11_guc_raise_irq; notify 78 drivers/gpu/drm/i915/gt/uc/intel_guc.c guc->notify = gen8_guc_raise_irq; notify 83 drivers/gpu/drm/i915/gt/uc/intel_guc.h void (*notify)(struct intel_guc *guc); notify 101 drivers/gpu/drm/i915/gt/uc/intel_guc.h guc->notify(guc); notify 1077 drivers/gpu/drm/nouveau/dispnv04/crtc.c nv04_flip_complete(struct nvif_notify *notify) notify 1079 drivers/gpu/drm/nouveau/dispnv04/crtc.c struct nouveau_cli *cli = (void *)notify->object->client; notify 283 drivers/gpu/drm/nouveau/dispnv50/base507c.c ret = nvif_notify_init(&wndw->wndw.base.user, wndw->notify.func, notify 288 drivers/gpu/drm/nouveau/dispnv50/base507c.c &wndw->notify); notify 195 drivers/gpu/drm/nouveau/dispnv50/ovly507e.c ret = nvif_notify_init(&wndw->wndw.base.user, wndw->notify.func, false, notify 200 drivers/gpu/drm/nouveau/dispnv50/ovly507e.c &wndw->notify); notify 589 drivers/gpu/drm/nouveau/dispnv50/wndw.c nvif_notify_fini(&wndw->notify); notify 610 drivers/gpu/drm/nouveau/dispnv50/wndw.c nv50_wndw_notify(struct nvif_notify *notify) notify 618 drivers/gpu/drm/nouveau/dispnv50/wndw.c nvif_notify_put(&wndw->notify); notify 624 drivers/gpu/drm/nouveau/dispnv50/wndw.c nvif_notify_get(&wndw->notify); notify 670 drivers/gpu/drm/nouveau/dispnv50/wndw.c wndw->notify.func = nv50_wndw_notify; notify 33 drivers/gpu/drm/nouveau/dispnv50/wndw.h struct nvif_notify notify; notify 13 drivers/gpu/drm/nouveau/include/nvkm/core/client.h struct nvkm_client_notify *notify[32]; notify 1138 drivers/gpu/drm/nouveau/nouveau_connector.c nouveau_connector_hotplug(struct nvif_notify *notify) notify 1141 drivers/gpu/drm/nouveau/nouveau_connector.c container_of(notify, typeof(*nv_connector), hpd); notify 1144 drivers/gpu/drm/nouveau/nouveau_connector.c const struct nvif_notify_conn_rep_v0 *rep = notify->data; notify 48 drivers/gpu/drm/nouveau/nouveau_display.c nouveau_display_vblank_handler(struct nvif_notify *notify) notify 51 drivers/gpu/drm/nouveau/nouveau_display.c container_of(notify, typeof(*nv_crtc), vblank); notify 332 drivers/gpu/drm/nouveau/nouveau_drm.c nvkm_gpuobj_del(&drm->notify); notify 390 drivers/gpu/drm/nouveau/nouveau_drm.c &drm->notify); notify 402 drivers/gpu/drm/nouveau/nouveau_drm.c .start = drm->notify->addr, notify 403 drivers/gpu/drm/nouveau/nouveau_drm.c .limit = drm->notify->addr + 31 notify 183 drivers/gpu/drm/nouveau/nouveau_drv.h struct nvkm_gpuobj *notify; notify 99 drivers/gpu/drm/nouveau/nouveau_fence.c nvif_notify_put(&fctx->notify); notify 103 drivers/gpu/drm/nouveau/nouveau_fence.c nvif_notify_fini(&fctx->notify); notify 145 drivers/gpu/drm/nouveau/nouveau_fence.c nouveau_fence_wait_uevent_handler(struct nvif_notify *notify) notify 148 drivers/gpu/drm/nouveau/nouveau_fence.c container_of(notify, typeof(*fctx), notify); notify 195 drivers/gpu/drm/nouveau/nouveau_fence.c &fctx->notify); notify 225 drivers/gpu/drm/nouveau/nouveau_fence.c nvif_notify_put(&fctx->notify); notify 249 drivers/gpu/drm/nouveau/nouveau_fence.c nvif_notify_put(&fctx->notify); notify 512 drivers/gpu/drm/nouveau/nouveau_fence.c nvif_notify_get(&fctx->notify); notify 518 drivers/gpu/drm/nouveau/nouveau_fence.c nvif_notify_put(&fctx->notify); notify 47 drivers/gpu/drm/nouveau/nouveau_fence.h struct nvif_notify notify; notify 52 drivers/gpu/drm/nouveau/nouveau_svm.c struct nvif_notify notify; notify 524 drivers/gpu/drm/nouveau/nouveau_svm.c nouveau_svm_fault(struct nvif_notify *notify) notify 527 drivers/gpu/drm/nouveau/nouveau_svm.c container_of(notify, typeof(*buffer), notify); notify 745 drivers/gpu/drm/nouveau/nouveau_svm.c nvif_notify_put(&buffer->notify); notify 756 drivers/gpu/drm/nouveau/nouveau_svm.c return nvif_notify_get(&buffer->notify); notify 773 drivers/gpu/drm/nouveau/nouveau_svm.c nvif_notify_fini(&buffer->notify); notify 802 drivers/gpu/drm/nouveau/nouveau_svm.c &buffer->notify); notify 382 drivers/gpu/drm/nouveau/nouveau_usif.c struct usif_notify *notify, *ntemp; notify 384 drivers/gpu/drm/nouveau/nouveau_usif.c list_for_each_entry_safe(notify, ntemp, &cli->notifys, head) { notify 385 drivers/gpu/drm/nouveau/nouveau_usif.c usif_notify_dtor(notify); notify 33 drivers/gpu/drm/nouveau/nvif/notify.c nvif_notify_put_(struct nvif_notify *notify) notify 35 drivers/gpu/drm/nouveau/nvif/notify.c struct nvif_object *object = notify->object; notify 41 drivers/gpu/drm/nouveau/nvif/notify.c .ntfy.index = notify->index, notify 44 drivers/gpu/drm/nouveau/nvif/notify.c if (atomic_inc_return(¬ify->putcnt) != 1) notify 51 drivers/gpu/drm/nouveau/nvif/notify.c nvif_notify_put(struct nvif_notify *notify) notify 53 drivers/gpu/drm/nouveau/nvif/notify.c if (likely(notify->object) && notify 54 drivers/gpu/drm/nouveau/nvif/notify.c test_and_clear_bit(NVIF_NOTIFY_USER, ¬ify->flags)) { notify 55 drivers/gpu/drm/nouveau/nvif/notify.c int ret = nvif_notify_put_(notify); notify 56 drivers/gpu/drm/nouveau/nvif/notify.c if (test_bit(NVIF_NOTIFY_WORK, ¬ify->flags)) notify 57 drivers/gpu/drm/nouveau/nvif/notify.c flush_work(¬ify->work); notify 64 drivers/gpu/drm/nouveau/nvif/notify.c nvif_notify_get_(struct nvif_notify *notify) notify 66 drivers/gpu/drm/nouveau/nvif/notify.c struct nvif_object *object = notify->object; notify 72 drivers/gpu/drm/nouveau/nvif/notify.c .ntfy.index = notify->index, notify 75 drivers/gpu/drm/nouveau/nvif/notify.c if (atomic_dec_return(¬ify->putcnt) != 0) notify 82 drivers/gpu/drm/nouveau/nvif/notify.c nvif_notify_get(struct nvif_notify *notify) notify 84 drivers/gpu/drm/nouveau/nvif/notify.c if (likely(notify->object) && notify 85 drivers/gpu/drm/nouveau/nvif/notify.c !test_and_set_bit(NVIF_NOTIFY_USER, ¬ify->flags)) notify 86 drivers/gpu/drm/nouveau/nvif/notify.c return nvif_notify_get_(notify); notify 91 drivers/gpu/drm/nouveau/nvif/notify.c nvif_notify_func(struct nvif_notify *notify, bool keep) notify 93 drivers/gpu/drm/nouveau/nvif/notify.c int ret = notify->func(notify); notify 95 drivers/gpu/drm/nouveau/nvif/notify.c !test_and_clear_bit(NVIF_NOTIFY_USER, ¬ify->flags)) { notify 97 drivers/gpu/drm/nouveau/nvif/notify.c atomic_dec(¬ify->putcnt); notify 99 drivers/gpu/drm/nouveau/nvif/notify.c nvif_notify_get_(notify); notify 107 drivers/gpu/drm/nouveau/nvif/notify.c struct nvif_notify *notify = container_of(work, typeof(*notify), work); notify 108 drivers/gpu/drm/nouveau/nvif/notify.c nvif_notify_func(notify, true); notify 114 drivers/gpu/drm/nouveau/nvif/notify.c struct nvif_notify *notify = NULL; notify 123 drivers/gpu/drm/nouveau/nvif/notify.c notify = (void *)(unsigned long)args->v0.token; notify 126 drivers/gpu/drm/nouveau/nvif/notify.c if (!WARN_ON(notify == NULL)) { notify 127 drivers/gpu/drm/nouveau/nvif/notify.c struct nvif_client *client = notify->object->client; notify 128 drivers/gpu/drm/nouveau/nvif/notify.c if (!WARN_ON(notify->size != size)) { notify 129 drivers/gpu/drm/nouveau/nvif/notify.c atomic_inc(¬ify->putcnt); notify 130 drivers/gpu/drm/nouveau/nvif/notify.c if (test_bit(NVIF_NOTIFY_WORK, ¬ify->flags)) { notify 131 drivers/gpu/drm/nouveau/nvif/notify.c memcpy((void *)notify->data, data, size); notify 132 drivers/gpu/drm/nouveau/nvif/notify.c schedule_work(¬ify->work); notify 135 drivers/gpu/drm/nouveau/nvif/notify.c notify->data = data; notify 136 drivers/gpu/drm/nouveau/nvif/notify.c ret = nvif_notify_func(notify, client->driver->keep); notify 137 drivers/gpu/drm/nouveau/nvif/notify.c notify->data = NULL; notify 145 drivers/gpu/drm/nouveau/nvif/notify.c nvif_notify_fini(struct nvif_notify *notify) notify 147 drivers/gpu/drm/nouveau/nvif/notify.c struct nvif_object *object = notify->object; notify 153 drivers/gpu/drm/nouveau/nvif/notify.c .ntfy.index = notify->index, notify 155 drivers/gpu/drm/nouveau/nvif/notify.c int ret = nvif_notify_put(notify); notify 158 drivers/gpu/drm/nouveau/nvif/notify.c notify->object = NULL; notify 159 drivers/gpu/drm/nouveau/nvif/notify.c kfree((void *)notify->data); notify 167 drivers/gpu/drm/nouveau/nvif/notify.c struct nvif_notify *notify) notify 176 drivers/gpu/drm/nouveau/nvif/notify.c notify->object = object; notify 177 drivers/gpu/drm/nouveau/nvif/notify.c notify->flags = 0; notify 178 drivers/gpu/drm/nouveau/nvif/notify.c atomic_set(¬ify->putcnt, 1); notify 179 drivers/gpu/drm/nouveau/nvif/notify.c notify->func = func; notify 180 drivers/gpu/drm/nouveau/nvif/notify.c notify->data = NULL; notify 181 drivers/gpu/drm/nouveau/nvif/notify.c notify->size = reply; notify 183 drivers/gpu/drm/nouveau/nvif/notify.c INIT_WORK(¬ify->work, nvif_notify_work); notify 184 drivers/gpu/drm/nouveau/nvif/notify.c set_bit(NVIF_NOTIFY_WORK, ¬ify->flags); notify 185 drivers/gpu/drm/nouveau/nvif/notify.c notify->data = kmalloc(notify->size, GFP_KERNEL); notify 186 drivers/gpu/drm/nouveau/nvif/notify.c if (!notify->data) notify 197 drivers/gpu/drm/nouveau/nvif/notify.c args->req.reply = notify->size; notify 199 drivers/gpu/drm/nouveau/nvif/notify.c args->req.token = (unsigned long)(void *)notify; notify 203 drivers/gpu/drm/nouveau/nvif/notify.c notify->index = args->ntfy.index; notify 207 drivers/gpu/drm/nouveau/nvif/notify.c nvif_notify_fini(notify); notify 84 drivers/gpu/drm/nouveau/nvkm/core/client.c struct nvkm_client_notify *notify = container_of(n, typeof(*notify), n); notify 85 drivers/gpu/drm/nouveau/nvkm/core/client.c struct nvkm_client *client = notify->client; notify 86 drivers/gpu/drm/nouveau/nvkm/core/client.c return client->ntfy(¬ify->rep, notify->size, n->data, n->size); notify 92 drivers/gpu/drm/nouveau/nvkm/core/client.c if (index < ARRAY_SIZE(client->notify)) { notify 93 drivers/gpu/drm/nouveau/nvkm/core/client.c if (client->notify[index]) { notify 94 drivers/gpu/drm/nouveau/nvkm/core/client.c nvkm_notify_put(&client->notify[index]->n); notify 104 drivers/gpu/drm/nouveau/nvkm/core/client.c if (index < ARRAY_SIZE(client->notify)) { notify 105 drivers/gpu/drm/nouveau/nvkm/core/client.c if (client->notify[index]) { notify 106 drivers/gpu/drm/nouveau/nvkm/core/client.c nvkm_notify_get(&client->notify[index]->n); notify 116 drivers/gpu/drm/nouveau/nvkm/core/client.c if (index < ARRAY_SIZE(client->notify)) { notify 117 drivers/gpu/drm/nouveau/nvkm/core/client.c if (client->notify[index]) { notify 118 drivers/gpu/drm/nouveau/nvkm/core/client.c nvkm_notify_fini(&client->notify[index]->n); notify 119 drivers/gpu/drm/nouveau/nvkm/core/client.c kfree(client->notify[index]); notify 120 drivers/gpu/drm/nouveau/nvkm/core/client.c client->notify[index] = NULL; notify 132 drivers/gpu/drm/nouveau/nvkm/core/client.c struct nvkm_client_notify *notify; notify 139 drivers/gpu/drm/nouveau/nvkm/core/client.c for (index = 0; index < ARRAY_SIZE(client->notify); index++) { notify 140 drivers/gpu/drm/nouveau/nvkm/core/client.c if (!client->notify[index]) notify 144 drivers/gpu/drm/nouveau/nvkm/core/client.c if (index == ARRAY_SIZE(client->notify)) notify 147 drivers/gpu/drm/nouveau/nvkm/core/client.c notify = kzalloc(sizeof(*notify), GFP_KERNEL); notify 148 drivers/gpu/drm/nouveau/nvkm/core/client.c if (!notify) notify 156 drivers/gpu/drm/nouveau/nvkm/core/client.c notify->version = req->v0.version; notify 157 drivers/gpu/drm/nouveau/nvkm/core/client.c notify->size = sizeof(notify->rep.v0); notify 158 drivers/gpu/drm/nouveau/nvkm/core/client.c notify->rep.v0.version = req->v0.version; notify 159 drivers/gpu/drm/nouveau/nvkm/core/client.c notify->rep.v0.route = req->v0.route; notify 160 drivers/gpu/drm/nouveau/nvkm/core/client.c notify->rep.v0.token = req->v0.token; notify 166 drivers/gpu/drm/nouveau/nvkm/core/client.c false, data, size, reply, ¬ify->n); notify 168 drivers/gpu/drm/nouveau/nvkm/core/client.c client->notify[index] = notify; notify 169 drivers/gpu/drm/nouveau/nvkm/core/client.c notify->client = client; notify 174 drivers/gpu/drm/nouveau/nvkm/core/client.c kfree(notify); notify 262 drivers/gpu/drm/nouveau/nvkm/core/client.c for (i = 0; i < ARRAY_SIZE(client->notify); i++) notify 272 drivers/gpu/drm/nouveau/nvkm/core/client.c for (i = 0; i < ARRAY_SIZE(client->notify); i++) notify 55 drivers/gpu/drm/nouveau/nvkm/core/event.c struct nvkm_notify *notify; notify 62 drivers/gpu/drm/nouveau/nvkm/core/event.c list_for_each_entry(notify, &event->list, head) { notify 63 drivers/gpu/drm/nouveau/nvkm/core/event.c if (notify->index == index && (notify->types & types)) { notify 65 drivers/gpu/drm/nouveau/nvkm/core/event.c event->func->send(data, size, notify); notify 68 drivers/gpu/drm/nouveau/nvkm/core/event.c nvkm_notify_send(notify, data, size); notify 28 drivers/gpu/drm/nouveau/nvkm/core/notify.c nvkm_notify_put_locked(struct nvkm_notify *notify) notify 30 drivers/gpu/drm/nouveau/nvkm/core/notify.c if (notify->block++ == 0) notify 31 drivers/gpu/drm/nouveau/nvkm/core/notify.c nvkm_event_put(notify->event, notify->types, notify->index); notify 35 drivers/gpu/drm/nouveau/nvkm/core/notify.c nvkm_notify_put(struct nvkm_notify *notify) notify 37 drivers/gpu/drm/nouveau/nvkm/core/notify.c struct nvkm_event *event = notify->event; notify 40 drivers/gpu/drm/nouveau/nvkm/core/notify.c test_and_clear_bit(NVKM_NOTIFY_USER, ¬ify->flags)) { notify 42 drivers/gpu/drm/nouveau/nvkm/core/notify.c nvkm_notify_put_locked(notify); notify 44 drivers/gpu/drm/nouveau/nvkm/core/notify.c if (test_bit(NVKM_NOTIFY_WORK, ¬ify->flags)) notify 45 drivers/gpu/drm/nouveau/nvkm/core/notify.c flush_work(¬ify->work); notify 50 drivers/gpu/drm/nouveau/nvkm/core/notify.c nvkm_notify_get_locked(struct nvkm_notify *notify) notify 52 drivers/gpu/drm/nouveau/nvkm/core/notify.c if (--notify->block == 0) notify 53 drivers/gpu/drm/nouveau/nvkm/core/notify.c nvkm_event_get(notify->event, notify->types, notify->index); notify 57 drivers/gpu/drm/nouveau/nvkm/core/notify.c nvkm_notify_get(struct nvkm_notify *notify) notify 59 drivers/gpu/drm/nouveau/nvkm/core/notify.c struct nvkm_event *event = notify->event; notify 62 drivers/gpu/drm/nouveau/nvkm/core/notify.c !test_and_set_bit(NVKM_NOTIFY_USER, ¬ify->flags)) { notify 64 drivers/gpu/drm/nouveau/nvkm/core/notify.c nvkm_notify_get_locked(notify); notify 70 drivers/gpu/drm/nouveau/nvkm/core/notify.c nvkm_notify_func(struct nvkm_notify *notify) notify 72 drivers/gpu/drm/nouveau/nvkm/core/notify.c struct nvkm_event *event = notify->event; notify 73 drivers/gpu/drm/nouveau/nvkm/core/notify.c int ret = notify->func(notify); notify 76 drivers/gpu/drm/nouveau/nvkm/core/notify.c !test_and_clear_bit(NVKM_NOTIFY_USER, ¬ify->flags)) { notify 78 drivers/gpu/drm/nouveau/nvkm/core/notify.c nvkm_notify_get_locked(notify); notify 86 drivers/gpu/drm/nouveau/nvkm/core/notify.c struct nvkm_notify *notify = container_of(work, typeof(*notify), work); notify 87 drivers/gpu/drm/nouveau/nvkm/core/notify.c nvkm_notify_func(notify); notify 91 drivers/gpu/drm/nouveau/nvkm/core/notify.c nvkm_notify_send(struct nvkm_notify *notify, void *data, u32 size) notify 93 drivers/gpu/drm/nouveau/nvkm/core/notify.c struct nvkm_event *event = notify->event; notify 97 drivers/gpu/drm/nouveau/nvkm/core/notify.c BUG_ON(size != notify->size); notify 100 drivers/gpu/drm/nouveau/nvkm/core/notify.c if (notify->block) { notify 104 drivers/gpu/drm/nouveau/nvkm/core/notify.c nvkm_notify_put_locked(notify); notify 107 drivers/gpu/drm/nouveau/nvkm/core/notify.c if (test_bit(NVKM_NOTIFY_WORK, ¬ify->flags)) { notify 108 drivers/gpu/drm/nouveau/nvkm/core/notify.c memcpy((void *)notify->data, data, size); notify 109 drivers/gpu/drm/nouveau/nvkm/core/notify.c schedule_work(¬ify->work); notify 111 drivers/gpu/drm/nouveau/nvkm/core/notify.c notify->data = data; notify 112 drivers/gpu/drm/nouveau/nvkm/core/notify.c nvkm_notify_func(notify); notify 113 drivers/gpu/drm/nouveau/nvkm/core/notify.c notify->data = NULL; notify 118 drivers/gpu/drm/nouveau/nvkm/core/notify.c nvkm_notify_fini(struct nvkm_notify *notify) notify 121 drivers/gpu/drm/nouveau/nvkm/core/notify.c if (notify->event) { notify 122 drivers/gpu/drm/nouveau/nvkm/core/notify.c nvkm_notify_put(notify); notify 123 drivers/gpu/drm/nouveau/nvkm/core/notify.c spin_lock_irqsave(¬ify->event->list_lock, flags); notify 124 drivers/gpu/drm/nouveau/nvkm/core/notify.c list_del(¬ify->head); notify 125 drivers/gpu/drm/nouveau/nvkm/core/notify.c spin_unlock_irqrestore(¬ify->event->list_lock, flags); notify 126 drivers/gpu/drm/nouveau/nvkm/core/notify.c kfree((void *)notify->data); notify 127 drivers/gpu/drm/nouveau/nvkm/core/notify.c notify->event = NULL; notify 135 drivers/gpu/drm/nouveau/nvkm/core/notify.c struct nvkm_notify *notify) notify 139 drivers/gpu/drm/nouveau/nvkm/core/notify.c if ((notify->event = event), event->refs) { notify 140 drivers/gpu/drm/nouveau/nvkm/core/notify.c ret = event->func->ctor(object, data, size, notify); notify 141 drivers/gpu/drm/nouveau/nvkm/core/notify.c if (ret == 0 && (ret = -EINVAL, notify->size == reply)) { notify 142 drivers/gpu/drm/nouveau/nvkm/core/notify.c notify->flags = 0; notify 143 drivers/gpu/drm/nouveau/nvkm/core/notify.c notify->block = 1; notify 144 drivers/gpu/drm/nouveau/nvkm/core/notify.c notify->func = func; notify 145 drivers/gpu/drm/nouveau/nvkm/core/notify.c notify->data = NULL; notify 147 drivers/gpu/drm/nouveau/nvkm/core/notify.c INIT_WORK(¬ify->work, nvkm_notify_work); notify 148 drivers/gpu/drm/nouveau/nvkm/core/notify.c set_bit(NVKM_NOTIFY_WORK, ¬ify->flags); notify 149 drivers/gpu/drm/nouveau/nvkm/core/notify.c notify->data = kmalloc(reply, GFP_KERNEL); notify 150 drivers/gpu/drm/nouveau/nvkm/core/notify.c if (!notify->data) notify 156 drivers/gpu/drm/nouveau/nvkm/core/notify.c list_add_tail(¬ify->head, &event->list); notify 161 drivers/gpu/drm/nouveau/nvkm/core/notify.c notify->event = NULL; notify 2615 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c struct nvkm_notify *notify) notify 2618 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c notify->size = 0; notify 2619 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c notify->types = 1; notify 2620 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c notify->index = 0; notify 62 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c struct nvkm_notify *notify) notify 65 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c container_of(notify->event, typeof(*disp), vblank); notify 72 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c notify->size = sizeof(struct nvif_notify_head_rep_v0); notify 74 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c notify->types = 1; notify 75 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c notify->index = req->v0.head; notify 99 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c struct nvkm_notify *notify) notify 102 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c container_of(notify->event, typeof(*disp), hpd); notify 110 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c notify->size = sizeof(struct nvif_notify_conn_rep_v0); notify 114 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c notify->types = req->v0.mask; notify 115 drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c notify->index = req->v0.conn; notify 135 drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c struct nvkm_notify *notify) notify 144 drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c notify->size = sizeof(struct nvif_notify_uevent_rep); notify 145 drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c notify->types = 1; notify 146 drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.c notify->index = chan->chid.user; notify 33 drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.c nvkm_conn_hpd(struct nvkm_notify *notify) notify 35 drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.c struct nvkm_conn *conn = container_of(notify, typeof(*conn), hpd); notify 38 drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.c const struct nvkm_gpio_ntfy_rep *line = notify->data; notify 536 drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c nvkm_dp_hpd(struct nvkm_notify *notify) notify 538 drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c const struct nvkm_i2c_ntfy_rep *line = notify->data; notify 539 drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c struct nvkm_dp *dp = container_of(notify, typeof(*dp), hpd); notify 130 drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c struct nvkm_notify *notify) notify 134 drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c notify->size = 0; notify 135 drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c notify->types = 1; notify 136 drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c notify->index = chan->chid; notify 149 drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c struct nvkm_notify *notify) notify 152 drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c notify->size = 0; notify 153 drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c notify->types = 1; notify 154 drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c notify->index = 0; notify 187 drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c struct nvkm_notify *notify) notify 195 drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c notify->size = sizeof(struct nvif_notify_uevent_rep); notify 196 drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c notify->types = 1; notify 197 drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c notify->index = 0; notify 51 drivers/gpu/drm/nouveau/nvkm/engine/sw/chan.c struct nvkm_notify *notify) notify 59 drivers/gpu/drm/nouveau/nvkm/engine/sw/chan.c notify->size = sizeof(struct nvif_notify_uevent_rep); notify 60 drivers/gpu/drm/nouveau/nvkm/engine/sw/chan.c notify->types = 1; notify 61 drivers/gpu/drm/nouveau/nvkm/engine/sw/chan.c notify->index = 0; notify 39 drivers/gpu/drm/nouveau/nvkm/engine/sw/gf100.c gf100_sw_chan_vblsem_release(struct nvkm_notify *notify) notify 42 drivers/gpu/drm/nouveau/nvkm/engine/sw/gf100.c container_of(notify, typeof(*chan), vblank.notify[notify->index]); notify 76 drivers/gpu/drm/nouveau/nvkm/engine/sw/gf100.c nvkm_notify_get(&chan->vblank.notify[data]); notify 130 drivers/gpu/drm/nouveau/nvkm/engine/sw/gf100.c &chan->vblank.notify[i]); notify 39 drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.c nv50_sw_chan_vblsem_release(struct nvkm_notify *notify) notify 42 drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.c container_of(notify, typeof(*chan), vblank.notify[notify->index]); notify 73 drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.c nvkm_notify_get(&chan->vblank.notify[data]); notify 88 drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.c for (i = 0; i < ARRAY_SIZE(chan->vblank.notify); i++) notify 89 drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.c nvkm_notify_fini(&chan->vblank.notify[i]); notify 123 drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.c &chan->vblank.notify[i]); notify 13 drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.h struct nvkm_notify notify[4]; notify 561 drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c nvkm_clk_pwrsrc(struct nvkm_notify *notify) notify 564 drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c container_of(notify, typeof(*clk), pwrsrc_ntfy); notify 43 drivers/gpu/drm/nouveau/nvkm/subdev/fault/base.c struct nvkm_notify *notify) notify 47 drivers/gpu/drm/nouveau/nvkm/subdev/fault/base.c notify->size = 0; notify 48 drivers/gpu/drm/nouveau/nvkm/subdev/fault/base.c notify->types = 1; notify 49 drivers/gpu/drm/nouveau/nvkm/subdev/fault/base.c notify->index = buffer->id; notify 118 drivers/gpu/drm/nouveau/nvkm/subdev/fault/gv100.c gv100_fault_ntfy_nrpfb(struct nvkm_notify *notify) notify 120 drivers/gpu/drm/nouveau/nvkm/subdev/fault/gv100.c struct nvkm_fault *fault = container_of(notify, typeof(*fault), nrpfb); notify 128 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c struct nvkm_notify *notify) notify 132 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c notify->size = sizeof(struct nvkm_gpio_ntfy_rep); notify 133 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c notify->types = req->mask; notify 134 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c notify->index = req->line; notify 109 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c struct nvkm_notify *notify) notify 113 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c notify->size = sizeof(struct nvkm_i2c_ntfy_rep); notify 114 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c notify->types = req->mask; notify 115 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/base.c notify->index = req->port; notify 210 drivers/gpu/drm/ttm/ttm_bo.c bool notify = false; notify 215 drivers/gpu/drm/ttm/ttm_bo.c notify = true; notify 220 drivers/gpu/drm/ttm/ttm_bo.c notify = true; notify 223 drivers/gpu/drm/ttm/ttm_bo.c if (notify && bdev->driver->del_from_lru_notify) notify 348 drivers/gpu/drm/xen/xen_drm_front_evtchnl.c int notify; notify 351 drivers/gpu/drm/xen/xen_drm_front_evtchnl.c RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&evtchnl->u.req.ring, notify); notify 352 drivers/gpu/drm/xen/xen_drm_front_evtchnl.c if (notify) notify 1420 drivers/gpu/vga/vgaarb.c bool notify = false; notify 1428 drivers/gpu/vga/vgaarb.c notify = vga_arbiter_add_pci_device(pdev); notify 1430 drivers/gpu/vga/vgaarb.c notify = vga_arbiter_del_pci_device(pdev); notify 1432 drivers/gpu/vga/vgaarb.c if (notify) notify 952 drivers/hwmon/acpi_power_meter.c .notify = acpi_power_meter_notify, notify 209 drivers/iio/light/acpi-als.c .notify = acpi_als_notify, notify 839 drivers/infiniband/hw/hfi1/affinity.c static void hfi1_irq_notifier_notify(struct irq_affinity_notify *notify, notify 843 drivers/infiniband/hw/hfi1/affinity.c struct hfi1_msix_entry *msix = container_of(notify, notify 845 drivers/infiniband/hw/hfi1/affinity.c notify); notify 861 drivers/infiniband/hw/hfi1/affinity.c struct irq_affinity_notify *notify = &msix->notify; notify 863 drivers/infiniband/hw/hfi1/affinity.c notify->irq = msix->irq; notify 864 drivers/infiniband/hw/hfi1/affinity.c notify->notify = hfi1_irq_notifier_notify; notify 865 drivers/infiniband/hw/hfi1/affinity.c notify->release = hfi1_irq_notifier_release; notify 867 drivers/infiniband/hw/hfi1/affinity.c if (irq_set_affinity_notifier(notify->irq, notify)) notify 869 drivers/infiniband/hw/hfi1/affinity.c notify->irq); notify 874 drivers/infiniband/hw/hfi1/affinity.c struct irq_affinity_notify *notify = &msix->notify; notify 876 drivers/infiniband/hw/hfi1/affinity.c if (irq_set_affinity_notifier(notify->irq, NULL)) notify 878 drivers/infiniband/hw/hfi1/affinity.c notify->irq); notify 723 drivers/infiniband/hw/hfi1/hfi.h struct irq_affinity_notify notify; notify 1038 drivers/infiniband/hw/qedr/main.c .notify = qedr_notify, notify 541 drivers/infiniband/hw/qib/qib_iba7322.c struct irq_affinity_notify notify; notify 2787 drivers/infiniband/hw/qib/qib_iba7322.c static void qib_irq_notifier_notify(struct irq_affinity_notify *notify, notify 2791 drivers/infiniband/hw/qib/qib_iba7322.c container_of(notify, struct qib_irq_notify, notify); notify 2808 drivers/infiniband/hw/qib/qib_iba7322.c container_of(ref, struct qib_irq_notify, notify.kref); notify 3350 drivers/infiniband/hw/qib/qib_iba7322.c n->notify.irq = pci_irq_vector(dd->pcidev, msixnum); notify 3351 drivers/infiniband/hw/qib/qib_iba7322.c n->notify.notify = qib_irq_notifier_notify; notify 3352 drivers/infiniband/hw/qib/qib_iba7322.c n->notify.release = qib_irq_notifier_release; notify 3357 drivers/infiniband/hw/qib/qib_iba7322.c n->notify.irq, n->rcv, &n->notify); notify 3359 drivers/infiniband/hw/qib/qib_iba7322.c n->notify.irq, notify 3360 drivers/infiniband/hw/qib/qib_iba7322.c &n->notify); notify 143 drivers/infiniband/sw/rdmavt/cq.c if (cq->notify == IB_CQ_NEXT_COMP || notify 144 drivers/infiniband/sw/rdmavt/cq.c (cq->notify == IB_CQ_SOLICITED && notify 150 drivers/infiniband/sw/rdmavt/cq.c cq->notify = RVT_CQ_NONE; notify 292 drivers/infiniband/sw/rdmavt/cq.c cq->notify = RVT_CQ_NONE; notify 354 drivers/infiniband/sw/rdmavt/cq.c if (cq->notify != IB_CQ_NEXT_COMP) notify 355 drivers/infiniband/sw/rdmavt/cq.c cq->notify = notify_flags & IB_CQ_SOLICITED_MASK; notify 537 drivers/infiniband/sw/rxe/rxe_comp.c static void rxe_drain_resp_pkts(struct rxe_qp *qp, bool notify) notify 548 drivers/infiniband/sw/rxe/rxe_comp.c if (notify) { notify 161 drivers/infiniband/sw/rxe/rxe_cq.c if ((cq->notify == IB_CQ_NEXT_COMP) || notify 162 drivers/infiniband/sw/rxe/rxe_cq.c (cq->notify == IB_CQ_SOLICITED && solicited)) { notify 163 drivers/infiniband/sw/rxe/rxe_cq.c cq->notify = 0; notify 1204 drivers/infiniband/sw/rxe/rxe_resp.c static void rxe_drain_req_pkts(struct rxe_qp *qp, bool notify) notify 1213 drivers/infiniband/sw/rxe/rxe_resp.c if (notify) notify 883 drivers/infiniband/sw/rxe/rxe_verbs.c if (cq->notify != IB_CQ_NEXT_COMP) notify 884 drivers/infiniband/sw/rxe/rxe_verbs.c cq->notify = flags & IB_CQ_SOLICITED_MASK; notify 92 drivers/infiniband/sw/rxe/rxe_verbs.h u8 notify; notify 217 drivers/infiniband/sw/siw/siw.h struct siw_cq_ctrl *notify; notify 1029 drivers/infiniband/sw/siw/siw_qp.c cq_notify = READ_ONCE(cq->notify->flags); notify 1040 drivers/infiniband/sw/siw/siw_qp.c WRITE_ONCE(cq->notify->flags, SIW_NOTIFY_NOT); notify 1065 drivers/infiniband/sw/siw/siw_qp.c bool notify; notify 1084 drivers/infiniband/sw/siw/siw_qp.c notify = siw_cq_notify_now(cq, sqe_flags); notify 1088 drivers/infiniband/sw/siw/siw_qp.c if (notify) { notify 1122 drivers/infiniband/sw/siw/siw_qp.c bool notify; notify 1146 drivers/infiniband/sw/siw/siw_qp.c notify = siw_cq_notify_now(cq, SIW_WQE_SIGNALLED); notify 1150 drivers/infiniband/sw/siw/siw_qp.c if (notify) { notify 1150 drivers/infiniband/sw/siw/siw_verbs.c cq->notify = (struct siw_cq_ctrl *)&cq->queue[size]; notify 1246 drivers/infiniband/sw/siw/siw_verbs.c smp_store_mb(cq->notify->flags, SIW_NOTIFY_SOLICITED); notify 1252 drivers/infiniband/sw/siw/siw_verbs.c smp_store_mb(cq->notify->flags, SIW_NOTIFY_ALL); notify 1982 drivers/iommu/amd_iommu_init.c static void _irq_notifier_notify(struct irq_affinity_notify *notify, notify 1988 drivers/iommu/amd_iommu_init.c if (iommu->dev->irq == notify->irq) { notify 2002 drivers/iommu/amd_iommu_init.c struct irq_affinity_notify *notify = &iommu->intcapxt_notify; notify 2015 drivers/iommu/amd_iommu_init.c notify->irq = iommu->dev->irq; notify 2016 drivers/iommu/amd_iommu_init.c notify->notify = _irq_notifier_notify, notify 2017 drivers/iommu/amd_iommu_init.c notify->release = _irq_notifier_release, notify 2018 drivers/iommu/amd_iommu_init.c ret = irq_set_affinity_notifier(iommu->dev->irq, notify); notify 207 drivers/isdn/mISDN/stack.c if (st->notify != NULL) { notify 208 drivers/isdn/mISDN/stack.c complete(st->notify); notify 209 drivers/isdn/mISDN/stack.c st->notify = NULL; notify 272 drivers/isdn/mISDN/stack.c if (st->notify != NULL) { notify 273 drivers/isdn/mISDN/stack.c complete(st->notify); notify 274 drivers/isdn/mISDN/stack.c st->notify = NULL; notify 317 drivers/isdn/mISDN/stack.c if (st->notify != NULL) { notify 318 drivers/isdn/mISDN/stack.c complete(st->notify); notify 319 drivers/isdn/mISDN/stack.c st->notify = NULL; notify 401 drivers/isdn/mISDN/stack.c newst->notify = &done; notify 630 drivers/isdn/mISDN/stack.c if (st->notify) { notify 633 drivers/isdn/mISDN/stack.c complete(st->notify); notify 635 drivers/isdn/mISDN/stack.c st->notify = &done; notify 561 drivers/md/dm-bufio.c .notify.fn = dmio_complete, notify 562 drivers/md/dm-bufio.c .notify.context = b, notify 483 drivers/md/dm-integrity.c io_req.notify.fn = NULL; notify 961 drivers/md/dm-integrity.c io_req.notify.fn = complete_journal_io; notify 962 drivers/md/dm-integrity.c io_req.notify.context = comp; notify 964 drivers/md/dm-integrity.c io_req.notify.fn = NULL; notify 1078 drivers/md/dm-integrity.c io_req.notify.fn = fn; notify 1079 drivers/md/dm-integrity.c io_req.notify.context = data; notify 2419 drivers/md/dm-integrity.c io_req.notify.fn = NULL; notify 547 drivers/md/dm-io.c if (!io_req->notify.fn) notify 553 drivers/md/dm-io.c io_req->bi_op_flags, &dp, io_req->notify.fn, notify 554 drivers/md/dm-io.c io_req->notify.context); notify 559 drivers/md/dm-kcopyd.c .notify.fn = complete_io, notify 560 drivers/md/dm-kcopyd.c .notify.context = job, notify 460 drivers/md/dm-log.c lc->io_req.notify.fn = NULL; notify 542 drivers/md/dm-raid1.c .notify.fn = read_callback, notify 543 drivers/md/dm-raid1.c .notify.context = bio, notify 656 drivers/md/dm-raid1.c .notify.fn = write_callback, notify 657 drivers/md/dm-raid1.c .notify.context = bio, notify 243 drivers/md/dm-snap-persistent.c .notify.fn = NULL, notify 486 drivers/md/dm-writecache.c req.notify.fn = writecache_notify_io; notify 487 drivers/md/dm-writecache.c req.notify.context = &endio; notify 527 drivers/md/dm-writecache.c req.notify.fn = NULL; notify 894 drivers/md/dm-writecache.c req.notify.fn = NULL; notify 242 drivers/media/i2c/bt819.c if (sd->v4l2_dev == NULL || sd->v4l2_dev->notify == NULL) notify 294 drivers/media/i2c/bt819.c if (sd->v4l2_dev == NULL || sd->v4l2_dev->notify == NULL) notify 586 drivers/media/mc/mc-device.c struct media_entity_notify *notify, *next; notify 621 drivers/media/mc/mc-device.c list_for_each_entry_safe(notify, next, &mdev->entity_notify, list) notify 622 drivers/media/mc/mc-device.c notify->notify(entity, notify->notify_data); notify 804 drivers/media/mc/mc-device.c struct media_entity_notify *notify, *nextp; notify 825 drivers/media/mc/mc-device.c list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) notify 826 drivers/media/mc/mc-device.c __media_device_unregister_entity_notify(mdev, notify); notify 680 drivers/media/pci/cobalt/cobalt-driver.c cobalt->v4l2_dev.notify = cobalt_notify; notify 1968 drivers/media/pci/cx23885/cx23885-core.c dev->v4l2_dev.notify = cx23885_v4l2_dev_notify; notify 38 drivers/media/platform/cros-ec-cec/cros-ec-cec.c struct cec_notifier *notify; notify 294 drivers/media/platform/cros-ec-cec/cros-ec-cec.c cros_ec_cec->notify = cec_notifier_cec_adap_register(hdmi_dev, conn, notify 296 drivers/media/platform/cros-ec-cec/cros-ec-cec.c if (!cros_ec_cec->notify) { notify 317 drivers/media/platform/cros-ec-cec/cros-ec-cec.c cec_notifier_cec_adap_unregister(cros_ec_cec->notify); notify 338 drivers/media/platform/cros-ec-cec/cros-ec-cec.c cec_notifier_cec_adap_unregister(cros_ec_cec->notify); notify 1449 drivers/media/platform/exynos4-is/media-dev.c v4l2_dev->notify = fimc_sensor_notify; notify 181 drivers/media/platform/meson/ao-cec-g12a.c struct cec_notifier *notify; notify 719 drivers/media/platform/meson/ao-cec-g12a.c ao_cec->notify = cec_notifier_cec_adap_register(hdmi_dev, NULL, notify 721 drivers/media/platform/meson/ao-cec-g12a.c if (!ao_cec->notify) { notify 736 drivers/media/platform/meson/ao-cec-g12a.c cec_notifier_cec_adap_unregister(ao_cec->notify); notify 755 drivers/media/platform/meson/ao-cec-g12a.c cec_notifier_cec_adap_unregister(ao_cec->notify); notify 223 drivers/media/platform/meson/ao-cec.c struct cec_notifier *notify; notify 670 drivers/media/platform/meson/ao-cec.c ao_cec->notify = cec_notifier_cec_adap_register(hdmi_dev, NULL, notify 672 drivers/media/platform/meson/ao-cec.c if (!ao_cec->notify) { notify 688 drivers/media/platform/meson/ao-cec.c cec_notifier_cec_adap_unregister(ao_cec->notify); notify 707 drivers/media/platform/meson/ao-cec.c cec_notifier_cec_adap_unregister(ao_cec->notify); notify 897 drivers/media/platform/rcar-vin/rcar-v4l2.c vin->v4l2_dev.notify = rvin_notify; notify 819 drivers/media/platform/ti-vpe/vpdma.c int notify = 1; notify 840 drivers/media/platform/ti-vpe/vpdma.c notify, notify 887 drivers/media/platform/ti-vpe/vpdma.c int notify = 1; notify 908 drivers/media/platform/ti-vpe/vpdma.c notify, notify 253 drivers/media/platform/ti-vpe/vpdma_priv.h static inline u32 dtd_type_ctl_stride(int type, bool notify, int field, notify 257 drivers/media/platform/ti-vpe/vpdma_priv.h return (type << DTD_DATA_TYPE_SHFT) | (notify << DTD_NOTIFY_SHFT) | notify 129 drivers/media/usb/au0828/au0828-core.c struct media_entity_notify *notify, *nextp; notify 135 drivers/media/usb/au0828/au0828-core.c list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) { notify 136 drivers/media/usb/au0828/au0828-core.c if (notify->notify != au0828_media_graph_notify) notify 138 drivers/media/usb/au0828/au0828-core.c media_device_unregister_entity_notify(mdev, notify); notify 629 drivers/media/usb/au0828/au0828-core.c dev->entity_notify.notify = (void *) au0828_media_graph_notify; notify 1992 drivers/media/v4l2-core/v4l2-ctrls.c if (ctrl->call_notify && changed && ctrl->handler->notify) notify 1993 drivers/media/v4l2-core/v4l2-ctrls.c ctrl->handler->notify(ctrl, ctrl->handler->notify_priv); notify 4250 drivers/media/v4l2-core/v4l2-ctrls.c void v4l2_ctrl_notify(struct v4l2_ctrl *ctrl, v4l2_ctrl_notify_fnc notify, void *priv) notify 4254 drivers/media/v4l2-core/v4l2-ctrls.c if (notify == NULL) { notify 4258 drivers/media/v4l2-core/v4l2-ctrls.c if (WARN_ON(ctrl->handler->notify && ctrl->handler->notify != notify)) notify 4260 drivers/media/v4l2-core/v4l2-ctrls.c ctrl->handler->notify = notify; notify 51 drivers/memstick/host/jmb38x_ms.c struct tasklet_struct notify; notify 632 drivers/memstick/host/jmb38x_ms.c tasklet_schedule(&host->notify); notify 888 drivers/memstick/host/jmb38x_ms.c tasklet_init(&host->notify, jmb38x_ms_req_tasklet, (unsigned long)msh); notify 1001 drivers/memstick/host/jmb38x_ms.c tasklet_kill(&host->notify); notify 71 drivers/memstick/host/tifm_ms.c struct tasklet_struct notify; notify 491 drivers/memstick/host/tifm_ms.c tasklet_schedule(&host->notify); notify 574 drivers/memstick/host/tifm_ms.c tasklet_init(&host->notify, tifm_ms_req_tasklet, (unsigned long)msh); notify 599 drivers/memstick/host/tifm_ms.c tasklet_kill(&host->notify); notify 278 drivers/misc/mic/vop/vop_main.c bool (*notify)(struct virtqueue *vq), notify 290 drivers/misc/mic/vop/vop_main.c notify, callback, name); notify 338 drivers/misc/mic/vop/vop_vringh.c vvr->vrh.notify = _vop_notify; notify 46 drivers/misc/vmw_vmci/vmci_context.c *context->notify = true; notify 51 drivers/misc/vmw_vmci/vmci_context.c *context->notify = false; notify 151 drivers/misc/vmw_vmci/vmci_context.c context->notify = &ctx_dummy_notify; notify 583 drivers/misc/vmw_vmci/vmci_context.c context->notify = &ctx_dummy_notify; notify 81 drivers/misc/vmw_vmci/vmci_context.h bool *notify; /* Notify flag pointer - hosted only. */ notify 246 drivers/misc/vmw_vmci/vmci_host.c context->notify = kmap(context->notify_page) + (uva & (PAGE_SIZE - 1)); notify 629 drivers/mmc/host/cqhci.c bool notify) notify 637 drivers/mmc/host/cqhci.c if (notify && mrq->recovery_notifier) notify 216 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c struct link_vars *vars, u8 notify); notify 13660 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c u32 phy_flag, u32 link_flag, u8 notify) notify 13722 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c if (notify) notify 13739 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c u8 notify) notify 13769 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c LINK_STATUS_NONE, notify); notify 13788 drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c LINK_STATUS_NONE, notify); notify 1082 drivers/net/ethernet/brocade/bna/bfa_ioc.c struct bfa_ioc_notify *notify; notify 1084 drivers/net/ethernet/brocade/bna/bfa_ioc.c list_for_each_entry(notify, &ioc->notify_q, qe) notify 1085 drivers/net/ethernet/brocade/bna/bfa_ioc.c notify->cbfn(notify->cbarg, event); notify 2739 drivers/net/ethernet/brocade/bna/bfa_ioc.c struct bfa_ioc_notify *notify) notify 2741 drivers/net/ethernet/brocade/bna/bfa_ioc.c list_add_tail(¬ify->qe, &ioc->notify_q); notify 283 drivers/net/ethernet/brocade/bna/bfa_ioc.h struct bfa_ioc_notify *notify); notify 832 drivers/net/ethernet/cisco/enic/vnic_dev.c vdev->notify = notify_addr; notify 849 drivers/net/ethernet/cisco/enic/vnic_dev.c if (vdev->notify || vdev->notify_pa) { notify 851 drivers/net/ethernet/cisco/enic/vnic_dev.c vdev->notify); notify 875 drivers/net/ethernet/cisco/enic/vnic_dev.c vdev->notify = NULL; notify 884 drivers/net/ethernet/cisco/enic/vnic_dev.c if (vdev->notify) { notify 887 drivers/net/ethernet/cisco/enic/vnic_dev.c vdev->notify, notify 901 drivers/net/ethernet/cisco/enic/vnic_dev.c if (!vdev->notify || !vdev->notify_sz) notify 906 drivers/net/ethernet/cisco/enic/vnic_dev.c memcpy(&vdev->notify_copy, vdev->notify, vdev->notify_sz); notify 1048 drivers/net/ethernet/cisco/enic/vnic_dev.c if (vdev->notify) notify 1051 drivers/net/ethernet/cisco/enic/vnic_dev.c vdev->notify, notify 97 drivers/net/ethernet/cisco/enic/vnic_dev.h struct vnic_devcmd_notify *notify; notify 2598 drivers/net/ethernet/emulex/benet/be_main.c u32 posted, page_offset = 0, notify = 0; notify 2658 drivers/net/ethernet/emulex/benet/be_main.c notify = min(MAX_NUM_POST_ERX_DB, posted); notify 2659 drivers/net/ethernet/emulex/benet/be_main.c be_rxq_notify(adapter, rxq->id, notify); notify 2660 drivers/net/ethernet/emulex/benet/be_main.c posted -= notify; notify 3051 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c static void hclge_irq_affinity_notify(struct irq_affinity_notify *notify, notify 3054 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c struct hclge_dev *hdev = container_of(notify, struct hclge_dev, notify 3069 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c hdev->affinity_notify.notify = hclge_irq_affinity_notify; notify 3741 drivers/net/ethernet/intel/i40e/i40e_main.c static void i40e_irq_affinity_notify(struct irq_affinity_notify *notify, notify 3745 drivers/net/ethernet/intel/i40e/i40e_main.c container_of(notify, struct i40e_q_vector, affinity_notify); notify 3809 drivers/net/ethernet/intel/i40e/i40e_main.c q_vector->affinity_notify.notify = i40e_irq_affinity_notify; notify 387 drivers/net/ethernet/intel/iavf/iavf_main.c static void iavf_irq_affinity_notify(struct irq_affinity_notify *notify, notify 391 drivers/net/ethernet/intel/iavf/iavf_main.c container_of(notify, struct iavf_q_vector, affinity_notify); notify 456 drivers/net/ethernet/intel/iavf/iavf_main.c q_vector->affinity_notify.notify = iavf_irq_affinity_notify; notify 1562 drivers/net/ethernet/intel/ice/ice_main.c ice_irq_affinity_notify(struct irq_affinity_notify *notify, notify 1566 drivers/net/ethernet/intel/ice/ice_main.c container_of(notify, struct ice_q_vector, affinity_notify); notify 1641 drivers/net/ethernet/intel/ice/ice_main.c q_vector->affinity_notify.notify = ice_irq_affinity_notify; notify 1733 drivers/net/ethernet/mscc/ocelot.c goto notify; notify 1744 drivers/net/ethernet/mscc/ocelot.c goto notify; notify 1750 drivers/net/ethernet/mscc/ocelot.c notify: notify 166 drivers/net/ethernet/qlogic/qede/qede_rdma.c if (qedr_drv && edev->rdma_info.qedr_dev && qedr_drv->notify) notify 167 drivers/net/ethernet/qlogic/qede/qede_rdma.c qedr_drv->notify(edev->rdma_info.qedr_dev, QEDE_UP); notify 182 drivers/net/ethernet/qlogic/qede/qede_rdma.c if (qedr_drv && edev->rdma_info.qedr_dev && qedr_drv->notify) notify 183 drivers/net/ethernet/qlogic/qede/qede_rdma.c qedr_drv->notify(edev->rdma_info.qedr_dev, QEDE_DOWN); notify 202 drivers/net/ethernet/qlogic/qede/qede_rdma.c if (qedr_drv && edev->rdma_info.qedr_dev && qedr_drv->notify) notify 203 drivers/net/ethernet/qlogic/qede/qede_rdma.c qedr_drv->notify(edev->rdma_info.qedr_dev, QEDE_CLOSE); notify 257 drivers/net/ethernet/qlogic/qede/qede_rdma.c if (qedr_drv && edev->rdma_info.qedr_dev && qedr_drv->notify) notify 258 drivers/net/ethernet/qlogic/qede/qede_rdma.c qedr_drv->notify(edev->rdma_info.qedr_dev, QEDE_CHANGE_ADDR); notify 1897 drivers/net/hyperv/netvsc_drv.c bool notify = false, reschedule = false; notify 1947 drivers/net/hyperv/netvsc_drv.c notify = true; notify 1976 drivers/net/hyperv/netvsc_drv.c if (notify) notify 908 drivers/net/vxlan.c int notify = 0; notify 920 drivers/net/vxlan.c notify = 1; notify 925 drivers/net/vxlan.c notify = 1; notify 935 drivers/net/vxlan.c notify |= rc; notify 947 drivers/net/vxlan.c notify |= rc; notify 953 drivers/net/vxlan.c if (notify) { notify 983 drivers/net/wireless/ath/wcn36xx/hal.h u8 notify; notify 1014 drivers/net/wireless/ath/wcn36xx/hal.h u8 notify; notify 1102 drivers/net/wireless/ath/wcn36xx/hal.h u8 notify; notify 626 drivers/net/wireless/ath/wil6210/interrupt.c if (wil->platform_ops.notify) { notify 628 drivers/net/wireless/ath/wil6210/interrupt.c wil->platform_ops.notify(wil->platform_handle, notify 1641 drivers/net/wireless/ath/wil6210/main.c if (wil->platform_ops.notify) { notify 1642 drivers/net/wireless/ath/wil6210/main.c rc = wil->platform_ops.notify(wil->platform_handle, notify 1786 drivers/net/wireless/ath/wil6210/main.c if (wil->platform_ops.notify) { notify 1787 drivers/net/wireless/ath/wil6210/main.c rc = wil->platform_ops.notify(wil->platform_handle, notify 599 drivers/net/wireless/ath/wil6210/pcie_bus.c if (wil->platform_ops.notify) notify 600 drivers/net/wireless/ath/wil6210/pcie_bus.c rc = wil->platform_ops.notify(wil->platform_handle, notify 607 drivers/net/wireless/ath/wil6210/pcie_bus.c if (wil->platform_ops.notify) notify 608 drivers/net/wireless/ath/wil6210/pcie_bus.c rc = wil->platform_ops.notify(wil->platform_handle, notify 52 drivers/net/wireless/ath/wil6210/wil_platform.h int (*notify)(void *handle, enum wil_platform_event evt); notify 1721 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h int iwl_mvm_scan_stop(struct iwl_mvm *mvm, int type, bool notify); notify 2136 drivers/net/wireless/intel/iwlwifi/mvm/scan.c int iwl_mvm_scan_stop(struct iwl_mvm *mvm, int type, bool notify) notify 2161 drivers/net/wireless/intel/iwlwifi/mvm/scan.c if (notify) { notify 2168 drivers/net/wireless/intel/iwlwifi/mvm/scan.c } else if (notify) { notify 3808 drivers/net/wireless/mac80211_hwsim.c struct netlink_notify *notify = _notify; notify 3813 drivers/net/wireless/mac80211_hwsim.c remove_user_radios(notify->portid); notify 3815 drivers/net/wireless/mac80211_hwsim.c if (notify->portid == hwsim_net_get_wmediumd(notify->net)) { notify 3818 drivers/net/wireless/mac80211_hwsim.c hwsim_register_wmediumd(notify->net, 0); notify 1394 drivers/net/xen-netback/netback.c int notify; notify 1396 drivers/net/xen-netback/netback.c RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(&queue->tx, notify); notify 1397 drivers/net/xen-netback/netback.c if (notify) notify 1531 drivers/net/xen-netback/netback.c int notify; notify 1533 drivers/net/xen-netback/netback.c RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(&vif->ctrl, notify); notify 1534 drivers/net/xen-netback/netback.c if (notify) notify 136 drivers/net/xen-netback/rx.c int notify; notify 160 drivers/net/xen-netback/rx.c RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(&queue->rx, notify); notify 161 drivers/net/xen-netback/rx.c if (notify) notify 286 drivers/net/xen-netfront.c int notify; notify 340 drivers/net/xen-netfront.c RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&queue->rx, notify); notify 341 drivers/net/xen-netfront.c if (notify) notify 571 drivers/net/xen-netfront.c int notify; notify 685 drivers/net/xen-netfront.c RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&queue->tx, notify); notify 686 drivers/net/xen-netfront.c if (notify) notify 152 drivers/nvdimm/bus.c if (nd_drv->notify) notify 153 drivers/nvdimm/bus.c nd_drv->notify(dev, event); notify 618 drivers/nvdimm/pmem.c .notify = nd_pmem_notify, notify 142 drivers/nvdimm/region.c .notify = nd_region_notify, notify 68 drivers/pci/hotplug/acpiphp_glue.c context->hp.notify = acpiphp_hotplug_notify; notify 340 drivers/pci/hotplug/acpiphp_glue.c adev->hp->notify = NULL; notify 113 drivers/platform/chrome/chromeos_tbmc.c .notify = chromeos_tbmc_notify, notify 526 drivers/platform/chrome/wilco_ec/event.c .notify = event_device_notify, notify 61 drivers/platform/x86/acer-wireless.c .notify = acer_wireless_notify, notify 1944 drivers/platform/x86/asus-laptop.c .notify = asus_acpi_notify, notify 196 drivers/platform/x86/asus-wireless.c .notify = asus_wireless_notify, notify 444 drivers/platform/x86/classmate-laptop.c .notify = cmpc_accel_handler_v4, notify 670 drivers/platform/x86/classmate-laptop.c .notify = cmpc_accel_handler, notify 764 drivers/platform/x86/classmate-laptop.c .notify = cmpc_tablet_handler, notify 1074 drivers/platform/x86/classmate-laptop.c .notify = cmpc_keys_handler, notify 296 drivers/platform/x86/dell-rbtn.c .notify = rbtn_notify, notify 702 drivers/platform/x86/dell-wmi.c .notify = dell_wmi_notify, notify 1475 drivers/platform/x86/eeepc-laptop.c .notify = eeepc_acpi_notify, notify 952 drivers/platform/x86/fujitsu-laptop.c .notify = acpi_fujitsu_bl_notify, notify 968 drivers/platform/x86/fujitsu-laptop.c .notify = acpi_fujitsu_laptop_notify, notify 96 drivers/platform/x86/hp-wireless.c .notify = hpwl_notify, notify 199 drivers/platform/x86/huawei-wmi.c .notify = huawei_wmi_notify, notify 676 drivers/platform/x86/lg-laptop.c .notify = acpi_notify, notify 188 drivers/platform/x86/panasonic-laptop.c .notify = acpi_pcc_hotkey_notify, notify 3322 drivers/platform/x86/sony-laptop.c .notify = sony_nc_notify, notify 263 drivers/platform/x86/surfacepro3_button.c .notify = surface_button_notify, notify 265 drivers/platform/x86/thinkpad_acpi.c void (*notify) (struct ibm_struct *, u32); notify 771 drivers/platform/x86/thinkpad_acpi.c if (!ibm || !ibm->acpi || !ibm->acpi->notify) notify 774 drivers/platform/x86/thinkpad_acpi.c ibm->acpi->notify(ibm, event); notify 4348 drivers/platform/x86/thinkpad_acpi.c .notify = hotkey_notify, notify 9963 drivers/platform/x86/thinkpad_acpi.c if (ibm->acpi->notify) { notify 364 drivers/platform/x86/topstar-laptop.c .notify = topstar_acpi_notify, notify 3310 drivers/platform/x86/toshiba_acpi.c .notify = toshiba_acpi_notify, notify 60 drivers/platform/x86/toshiba_bluetooth.c .notify = toshiba_bt_rfkill_notify, notify 262 drivers/platform/x86/toshiba_haps.c .notify = toshiba_haps_notify, notify 1319 drivers/platform/x86/wmi.c if (driver->notify) notify 1320 drivers/platform/x86/wmi.c driver->notify(&wblock->dev, notify 85 drivers/platform/x86/xiaomi-wmi.c .notify = xiaomi_wmi_notify, notify 164 drivers/platform/x86/xo15-ebook.c .notify = ebook_switch_notify, notify 121 drivers/power/avs/smartreflex.c if (sr_class->notify) notify 122 drivers/power/avs/smartreflex.c sr_class->notify(sr_info, status); notify 214 drivers/power/avs/smartreflex.c if (sr_class->notify && sr_class->notify_flags && sr_info->irq) { notify 879 drivers/rpmsg/virtio_rpmsg_bus.c bool notify; notify 965 drivers/rpmsg/virtio_rpmsg_bus.c notify = virtqueue_kick_prepare(vrp->rvq); notify 975 drivers/rpmsg/virtio_rpmsg_bus.c if (notify) notify 6668 drivers/s390/block/dasd_eckd.c .notify = dasd_generic_notify, notify 79 drivers/s390/block/dasd_fba.c .notify = dasd_generic_notify, notify 79 drivers/s390/block/scm_drv.c .notify = scm_notify, notify 307 drivers/s390/cio/device_fsm.c if (!cdev->drv->notify) { notify 311 drivers/s390/cio/device_fsm.c if (cdev->drv->notify(cdev, event)) notify 169 drivers/s390/cio/scm.c if (changed && scmdrv->notify) notify 170 drivers/s390/cio/scm.c scmdrv->notify(scmdev, SCM_CHANGE); notify 261 drivers/s390/cio/scm.c if (dev->driver && scmdrv->notify) notify 262 drivers/s390/cio/scm.c scmdrv->notify(scmdev, SCM_AVAIL); notify 336 drivers/s390/scsi/zfcp_ccw.c .notify = zfcp_ccw_notify, notify 1406 drivers/s390/virtio/virtio_ccw.c .notify = virtio_ccw_cio_notify, notify 833 drivers/scsi/aacraid/commsup.c u32 notify; notify 847 drivers/scsi/aacraid/commsup.c notify = HostNormCmdNotFull; notify 850 drivers/scsi/aacraid/commsup.c notify = HostNormRespNotFull; notify 856 drivers/scsi/aacraid/commsup.c aac_adapter_notify(dev, notify); notify 139 drivers/scsi/bfa/bfa_fcpim.c if ((__tskim)->notify) \ notify 3487 drivers/scsi/bfa/bfa_fcpim.c tskim->notify = BFA_FALSE; notify 3498 drivers/scsi/bfa/bfa_fcpim.c tskim->notify = BFA_TRUE; notify 3527 drivers/scsi/bfa/bfa_fcpim.c tskim->notify = BFA_FALSE; notify 3609 drivers/scsi/bfa/bfa_fcpim.c tskim->notify = BFA_FALSE; notify 199 drivers/scsi/bfa/bfa_fcpim.h bfa_boolean_t notify; /* notify itnim on TM comp */ notify 1309 drivers/scsi/bfa/bfa_ioc.c struct bfa_ioc_notify_s *notify; notify 1313 drivers/scsi/bfa/bfa_ioc.c notify = (struct bfa_ioc_notify_s *)qe; notify 1314 drivers/scsi/bfa/bfa_ioc.c notify->cbfn(notify->cbarg, event); notify 1109 drivers/scsi/esas2r/esas2r.h void esas2r_targ_db_remove_all(struct esas2r_adapter *a, bool notify); notify 59 drivers/scsi/esas2r/esas2r_targdb.c void esas2r_targ_db_remove_all(struct esas2r_adapter *a, bool notify) notify 72 drivers/scsi/esas2r/esas2r_targdb.c if (notify) { notify 60 drivers/scsi/fnic/vnic_dev.c struct vnic_devcmd_notify *notify; notify 768 drivers/scsi/fnic/vnic_dev.c if (!vdev->notify) { notify 769 drivers/scsi/fnic/vnic_dev.c vdev->notify = dma_alloc_coherent(&vdev->pdev->dev, notify 772 drivers/scsi/fnic/vnic_dev.c if (!vdev->notify) notify 802 drivers/scsi/fnic/vnic_dev.c if (!vdev->notify) notify 807 drivers/scsi/fnic/vnic_dev.c memcpy(&vdev->notify_copy, vdev->notify, notify 892 drivers/scsi/fnic/vnic_dev.c if (vdev->notify) notify 895 drivers/scsi/fnic/vnic_dev.c vdev->notify, notify 241 drivers/scsi/libfc/fc_libfc.c void fc_lport_iterate(void (*notify)(struct fc_lport *, void *), void *arg) notify 247 drivers/scsi/libfc/fc_libfc.c notify(lport, arg); notify 296 drivers/scsi/megaraid.h #define CUR_NOTIFY_SIZE sizeof(struct notify) notify 301 drivers/scsi/megaraid.h struct notify notify; notify 451 drivers/scsi/megaraid/mbox_defs.h mraid_notify_t notify; notify 56 drivers/scsi/snic/vnic_dev.c struct vnic_devcmd_notify *notify; notify 608 drivers/scsi/snic/vnic_dev.c if (!vdev->notify) { notify 609 drivers/scsi/snic/vnic_dev.c vdev->notify = dma_alloc_coherent(&vdev->pdev->dev, notify 612 drivers/scsi/snic/vnic_dev.c if (!vdev->notify) notify 642 drivers/scsi/snic/vnic_dev.c if (!vdev->notify) notify 647 drivers/scsi/snic/vnic_dev.c memcpy(&vdev->notify_copy, vdev->notify, notify 698 drivers/scsi/snic/vnic_dev.c if (vdev->notify) notify 701 drivers/scsi/snic/vnic_dev.c vdev->notify, notify 185 drivers/scsi/xen-scsifront.c int i, notify; notify 220 drivers/scsi/xen-scsifront.c RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(ring, notify); notify 221 drivers/scsi/xen-scsifront.c if (notify) notify 1639 drivers/staging/fwserial/fwserial.c if (port->port.console && port->fwcon_ops->notify) notify 1640 drivers/staging/fwserial/fwserial.c (*port->fwcon_ops->notify)(FWCON_NOTIFY_ATTACH, port->con_data); notify 1746 drivers/staging/fwserial/fwserial.c if (port->port.console && port->fwcon_ops->notify) notify 1747 drivers/staging/fwserial/fwserial.c (*port->fwcon_ops->notify)(FWCON_NOTIFY_DETACH, port->con_data); notify 178 drivers/staging/fwserial/fwserial.h void (*notify)(int code, void *data); notify 373 drivers/staging/media/imx/imx-media-dev-common.c imxmd->v4l2_dev.notify = imx_media_notify; notify 179 drivers/staging/rts5208/rtsx.c wait_for_completion(&dev->notify); notify 446 drivers/staging/rts5208/rtsx.c complete(&dev->notify); notify 851 drivers/staging/rts5208/rtsx.c init_completion(&dev->notify); notify 99 drivers/staging/rts5208/rtsx.h struct completion notify; /* thread begin/end */ notify 368 drivers/thermal/rcar_thermal.c .notify = rcar_thermal_notify, notify 391 drivers/thermal/thermal_core.c if (tz->ops->notify) notify 392 drivers/thermal/thermal_core.c tz->ops->notify(tz, trip, trip_type); notify 53 drivers/usb/gadget/function/f_acm.c struct usb_ep *notify; notify 430 drivers/usb/gadget/function/f_acm.c usb_ep_disable(acm->notify); notify 432 drivers/usb/gadget/function/f_acm.c if (!acm->notify->desc) notify 433 drivers/usb/gadget/function/f_acm.c if (config_ep_by_speed(cdev->gadget, f, acm->notify)) notify 436 drivers/usb/gadget/function/f_acm.c usb_ep_enable(acm->notify); notify 439 drivers/usb/gadget/function/f_acm.c if (acm->notify->enabled) { notify 471 drivers/usb/gadget/function/f_acm.c usb_ep_disable(acm->notify); notify 493 drivers/usb/gadget/function/f_acm.c struct usb_ep *ep = acm->notify; notify 495 drivers/usb/gadget/function/f_acm.c struct usb_cdc_notification *notify; notify 496 drivers/usb/gadget/function/f_acm.c const unsigned len = sizeof(*notify) + length; notify 505 drivers/usb/gadget/function/f_acm.c notify = req->buf; notify 506 drivers/usb/gadget/function/f_acm.c buf = notify + 1; notify 508 drivers/usb/gadget/function/f_acm.c notify->bmRequestType = USB_DIR_IN | USB_TYPE_CLASS notify 510 drivers/usb/gadget/function/f_acm.c notify->bNotificationType = type; notify 511 drivers/usb/gadget/function/f_acm.c notify->wValue = cpu_to_le16(value); notify 512 drivers/usb/gadget/function/f_acm.c notify->wIndex = cpu_to_le16(acm->ctrl_id); notify 513 drivers/usb/gadget/function/f_acm.c notify->wLength = cpu_to_le16(length); notify 662 drivers/usb/gadget/function/f_acm.c acm->notify = ep; notify 697 drivers/usb/gadget/function/f_acm.c acm->notify->name); notify 702 drivers/usb/gadget/function/f_acm.c gs_free_req(acm->notify, acm->notify_req); notify 716 drivers/usb/gadget/function/f_acm.c gs_free_req(acm->notify, acm->notify_req); notify 52 drivers/usb/gadget/function/f_ecm.c struct usb_ep *notify; notify 425 drivers/usb/gadget/function/f_ecm.c status = usb_ep_queue(ecm->notify, req, GFP_ATOMIC); notify 544 drivers/usb/gadget/function/f_ecm.c usb_ep_disable(ecm->notify); notify 545 drivers/usb/gadget/function/f_ecm.c if (!(ecm->notify->desc)) { notify 547 drivers/usb/gadget/function/f_ecm.c if (config_ep_by_speed(cdev->gadget, f, ecm->notify)) notify 550 drivers/usb/gadget/function/f_ecm.c usb_ep_enable(ecm->notify); notify 634 drivers/usb/gadget/function/f_ecm.c usb_ep_disable(ecm->notify); notify 635 drivers/usb/gadget/function/f_ecm.c ecm->notify->desc = NULL; notify 765 drivers/usb/gadget/function/f_ecm.c ecm->notify = ep; notify 810 drivers/usb/gadget/function/f_ecm.c ecm->notify->name); notify 816 drivers/usb/gadget/function/f_ecm.c usb_ep_free_request(ecm->notify, ecm->notify_req); notify 914 drivers/usb/gadget/function/f_ecm.c usb_ep_dequeue(ecm->notify, ecm->notify_req); notify 919 drivers/usb/gadget/function/f_ecm.c usb_ep_free_request(ecm->notify, ecm->notify_req); notify 53 drivers/usb/gadget/function/f_ncm.c struct usb_ep *notify; notify 599 drivers/usb/gadget/function/f_ncm.c status = usb_ep_queue(ncm->notify, req, GFP_ATOMIC); notify 875 drivers/usb/gadget/function/f_ncm.c usb_ep_disable(ncm->notify); notify 877 drivers/usb/gadget/function/f_ncm.c if (!(ncm->notify->desc)) { notify 879 drivers/usb/gadget/function/f_ncm.c if (config_ep_by_speed(cdev->gadget, f, ncm->notify)) notify 882 drivers/usb/gadget/function/f_ncm.c usb_ep_enable(ncm->notify); notify 1332 drivers/usb/gadget/function/f_ncm.c if (ncm->notify->enabled) { notify 1333 drivers/usb/gadget/function/f_ncm.c usb_ep_disable(ncm->notify); notify 1334 drivers/usb/gadget/function/f_ncm.c ncm->notify->desc = NULL; notify 1476 drivers/usb/gadget/function/f_ncm.c ncm->notify = ep; notify 1526 drivers/usb/gadget/function/f_ncm.c ncm->notify->name); notify 1535 drivers/usb/gadget/function/f_ncm.c usb_ep_free_request(ncm->notify, ncm->notify_req); notify 1657 drivers/usb/gadget/function/f_ncm.c usb_ep_dequeue(ncm->notify, ncm->notify_req); notify 1662 drivers/usb/gadget/function/f_ncm.c usb_ep_free_request(ncm->notify, ncm->notify_req); notify 77 drivers/usb/gadget/function/f_rndis.c struct usb_ep *notify; notify 402 drivers/usb/gadget/function/f_rndis.c status = usb_ep_queue(rndis->notify, req, GFP_ATOMIC); notify 431 drivers/usb/gadget/function/f_rndis.c if (ep != rndis->notify) notify 439 drivers/usb/gadget/function/f_rndis.c status = usb_ep_queue(rndis->notify, req, GFP_ATOMIC); notify 546 drivers/usb/gadget/function/f_rndis.c usb_ep_disable(rndis->notify); notify 548 drivers/usb/gadget/function/f_rndis.c if (!rndis->notify->desc) { notify 550 drivers/usb/gadget/function/f_rndis.c if (config_ep_by_speed(cdev->gadget, f, rndis->notify)) notify 553 drivers/usb/gadget/function/f_rndis.c usb_ep_enable(rndis->notify); notify 612 drivers/usb/gadget/function/f_rndis.c if (!rndis->notify->enabled) notify 620 drivers/usb/gadget/function/f_rndis.c usb_ep_disable(rndis->notify); notify 621 drivers/usb/gadget/function/f_rndis.c rndis->notify->desc = NULL; notify 762 drivers/usb/gadget/function/f_rndis.c rndis->notify = ep; notify 816 drivers/usb/gadget/function/f_rndis.c rndis->notify->name); notify 827 drivers/usb/gadget/function/f_rndis.c usb_ep_free_request(rndis->notify, rndis->notify_req); notify 977 drivers/usb/gadget/function/f_rndis.c usb_ep_free_request(rndis->notify, rndis->notify_req); notify 444 drivers/usb/storage/scsiglue.c wait_for_completion(&us->notify); notify 402 drivers/usb/storage/usb.c complete(&(us->notify)); notify 964 drivers/usb/storage/usb.c init_completion(&(us->notify)); notify 136 drivers/usb/storage/usb.h struct completion notify; /* thread begin/end */ notify 77 drivers/usb/typec/bus.c if (partner->adev.ops && partner->adev.ops->notify) notify 78 drivers/usb/typec/bus.c return partner->adev.ops->notify(&partner->adev, conf, data); notify 456 drivers/vhost/vringh.c bool notify; notify 487 drivers/vhost/vringh.c notify = true; notify 489 drivers/vhost/vringh.c notify = vring_need_event(used_event, notify 495 drivers/vhost/vringh.c return notify; notify 35 drivers/video/backlight/pwm_bl.c int (*notify)(struct device *, notify 120 drivers/video/backlight/pwm_bl.c if (pb->notify) notify 121 drivers/video/backlight/pwm_bl.c brightness = pb->notify(pb->dev, brightness); notify 479 drivers/video/backlight/pwm_bl.c pb->notify = data->notify; notify 683 drivers/video/backlight/pwm_bl.c if (pb->notify) notify 684 drivers/video/backlight/pwm_bl.c pb->notify(pb->dev, 0); notify 584 drivers/virtio/virtio_pci_modern.c int err, common, isr, notify, device; notify 619 drivers/virtio/virtio_pci_modern.c notify = virtio_pci_find_capability(pci_dev, VIRTIO_PCI_CAP_NOTIFY_CFG, notify 622 drivers/virtio/virtio_pci_modern.c if (!isr || !notify) { notify 625 drivers/virtio/virtio_pci_modern.c common, isr, notify); notify 663 drivers/virtio/virtio_pci_modern.c notify + offsetof(struct virtio_pci_notify_cap, notify 668 drivers/virtio/virtio_pci_modern.c notify + offsetof(struct virtio_pci_notify_cap, notify 673 drivers/virtio/virtio_pci_modern.c notify + offsetof(struct virtio_pci_notify_cap, notify 682 drivers/virtio/virtio_pci_modern.c vp_dev->notify_base = map_capability(pci_dev, notify, 2, 2, notify 688 drivers/virtio/virtio_pci_modern.c vp_dev->notify_map_cap = notify; notify 181 drivers/virtio/virtio_ring.c bool (*notify)(struct virtqueue *vq); notify 474 drivers/virtio/virtio_ring.c vq->notify(&vq->vq); notify 853 drivers/virtio/virtio_ring.c bool (*notify)(struct virtqueue *), notify 895 drivers/virtio/virtio_ring.c notify, callback, name); notify 1561 drivers/virtio/virtio_ring.c bool (*notify)(struct virtqueue *), notify 1604 drivers/virtio/virtio_ring.c vq->notify = notify; notify 1849 drivers/virtio/virtio_ring.c if (!vq->notify(_vq)) { notify 2058 drivers/virtio/virtio_ring.c bool (*notify)(struct virtqueue *), notify 2079 drivers/virtio/virtio_ring.c vq->notify = notify; notify 2139 drivers/virtio/virtio_ring.c bool (*notify)(struct virtqueue *), notify 2147 drivers/virtio/virtio_ring.c context, notify, callback, name); notify 2151 drivers/virtio/virtio_ring.c context, notify, callback, name); notify 2163 drivers/virtio/virtio_ring.c bool (*notify)(struct virtqueue *vq), notify 2174 drivers/virtio/virtio_ring.c notify, callback, name); notify 567 drivers/xen/evtchn.c struct ioctl_evtchn_notify notify; notify 571 drivers/xen/evtchn.c if (copy_from_user(¬ify, uarg, sizeof(notify))) notify 575 drivers/xen/evtchn.c evtchn = find_evtchn(u, notify.port); notify 577 drivers/xen/evtchn.c notify_remote_via_evtchn(notify.port); notify 96 drivers/xen/gntalloc.c struct notify_info notify; /* Unmap notification */ notify 186 drivers/xen/gntalloc.c if (gref->notify.flags & UNMAP_NOTIFY_CLEAR_BYTE) { notify 188 drivers/xen/gntalloc.c tmp[gref->notify.pgoff] = 0; notify 191 drivers/xen/gntalloc.c if (gref->notify.flags & UNMAP_NOTIFY_SEND_EVENT) { notify 192 drivers/xen/gntalloc.c notify_remote_via_evtchn(gref->notify.event); notify 193 drivers/xen/gntalloc.c evtchn_put(gref->notify.event); notify 196 drivers/xen/gntalloc.c gref->notify.flags = 0; notify 427 drivers/xen/gntalloc.c if (gref->notify.flags & UNMAP_NOTIFY_SEND_EVENT) notify 428 drivers/xen/gntalloc.c evtchn_put(gref->notify.event); notify 430 drivers/xen/gntalloc.c gref->notify.flags = op.action; notify 431 drivers/xen/gntalloc.c gref->notify.pgoff = pgoff; notify 432 drivers/xen/gntalloc.c gref->notify.event = op.event_channel_port; notify 58 drivers/xen/gntdev-common.h struct gntdev_unmap_notify notify; notify 247 drivers/xen/gntdev.c if (map->notify.flags & UNMAP_NOTIFY_SEND_EVENT) { notify 248 drivers/xen/gntdev.c notify_remote_via_evtchn(map->notify.event); notify 249 drivers/xen/gntdev.c evtchn_put(map->notify.event); notify 370 drivers/xen/gntdev.c if (map->notify.flags & UNMAP_NOTIFY_CLEAR_BYTE) { notify 371 drivers/xen/gntdev.c int pgno = (map->notify.addr >> PAGE_SHIFT); notify 375 drivers/xen/gntdev.c tmp[map->notify.addr & (PAGE_SIZE-1)] = 0; notify 376 drivers/xen/gntdev.c map->notify.flags &= ~UNMAP_NOTIFY_CLEAR_BYTE; notify 807 drivers/xen/gntdev.c out_flags = map->notify.flags; notify 808 drivers/xen/gntdev.c out_event = map->notify.event; notify 810 drivers/xen/gntdev.c map->notify.flags = op.action; notify 811 drivers/xen/gntdev.c map->notify.addr = op.index - (map->index << PAGE_SHIFT); notify 812 drivers/xen/gntdev.c map->notify.event = op.event_channel_port; notify 513 drivers/xen/pvcalls-back.c int notify; notify 567 drivers/xen/pvcalls-back.c RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(&fedata->ring, notify); notify 568 drivers/xen/pvcalls-back.c if (notify) notify 580 drivers/xen/pvcalls-back.c int notify; notify 598 drivers/xen/pvcalls-back.c RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(&fedata->ring, notify); notify 599 drivers/xen/pvcalls-back.c if (notify) notify 846 drivers/xen/pvcalls-back.c int notify, notify_all = 0, more = 1; notify 858 drivers/xen/pvcalls-back.c &fedata->ring, notify); notify 859 drivers/xen/pvcalls-back.c notify_all += notify; notify 265 drivers/xen/pvcalls-front.c int notify, req_id, ret; notify 318 drivers/xen/pvcalls-front.c RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify); notify 320 drivers/xen/pvcalls-front.c if (notify) notify 418 drivers/xen/pvcalls-front.c int notify, req_id, ret, evtchn; notify 463 drivers/xen/pvcalls-front.c RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify); notify 466 drivers/xen/pvcalls-front.c if (notify) notify 665 drivers/xen/pvcalls-front.c int notify, req_id, ret; notify 695 drivers/xen/pvcalls-front.c RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify); notify 697 drivers/xen/pvcalls-front.c if (notify) notify 718 drivers/xen/pvcalls-front.c int notify, req_id, ret; notify 744 drivers/xen/pvcalls-front.c RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify); notify 746 drivers/xen/pvcalls-front.c if (notify) notify 768 drivers/xen/pvcalls-front.c int notify, req_id, ret, evtchn, nonblock; notify 854 drivers/xen/pvcalls-front.c RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify); notify 856 drivers/xen/pvcalls-front.c if (notify) notify 903 drivers/xen/pvcalls-front.c int notify, req_id, ret; notify 946 drivers/xen/pvcalls-front.c RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify); notify 948 drivers/xen/pvcalls-front.c if (notify) notify 1002 drivers/xen/pvcalls-front.c int req_id, notify, ret; notify 1032 drivers/xen/pvcalls-front.c RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify); notify 1034 drivers/xen/pvcalls-front.c if (notify) notify 327 drivers/xen/xen-scsiback.c int notify; notify 353 drivers/xen/xen-scsiback.c RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(&info->ring, notify); notify 356 drivers/xen/xen-scsiback.c if (notify) notify 229 drivers/xen/xenbus/xenbus_xs.c bool notify; notify 242 drivers/xen/xenbus/xenbus_xs.c notify = list_is_singular(&xb_write_list); notify 245 drivers/xen/xenbus/xenbus_xs.c if (notify) notify 249 fs/autofs/waitq.c const struct path *path, enum autofs_notify notify) notify 276 fs/autofs/waitq.c if (notify == NFY_NONE) { notify 312 fs/autofs/waitq.c if (notify == NFY_MOUNT) { notify 348 fs/autofs/waitq.c const struct path *path, enum autofs_notify notify) notify 409 fs/autofs/waitq.c ret = validate_request(&wq, sbi, &qstr, path, notify); notify 443 fs/autofs/waitq.c if (notify == NFY_MOUNT) notify 448 fs/autofs/waitq.c if (notify == NFY_MOUNT) notify 460 fs/autofs/waitq.c wq->name.name, notify); notify 470 fs/autofs/waitq.c wq->name.name, notify); notify 190 fs/dlm/plock.c int (*notify)(struct file_lock *fl, int result) = NULL; notify 206 fs/dlm/plock.c notify = xop->callback; notify 209 fs/dlm/plock.c notify(fl, op->info.rv); notify 228 fs/dlm/plock.c rv = notify(fl, 0); notify 324 fs/fuse/virtio_fs.c bool notify; notify 368 fs/fuse/virtio_fs.c notify = virtqueue_kick_prepare(vq); notify 371 fs/fuse/virtio_fs.c if (notify) notify 718 fs/fuse/virtio_fs.c bool notify; notify 775 fs/fuse/virtio_fs.c notify = virtqueue_kick_prepare(vq); notify 779 fs/fuse/virtio_fs.c if (notify) notify 891 fs/fuse/virtio_fs.c bool notify; notify 958 fs/fuse/virtio_fs.c notify = virtqueue_kick_prepare(vq); notify 962 fs/fuse/virtio_fs.c if (notify) notify 548 fs/lockd/svc4proc.c PROC(free_all, notify, void, args, void, 1), notify 592 fs/lockd/svcproc.c PROC(free_all, notify, void, args, void, 0), notify 2308 fs/proc/base.c int notify; notify 2316 fs/proc/base.c notify = timer->it_sigev_notify; notify 2323 fs/proc/base.c nstr[notify & ~SIGEV_THREAD_ID], notify 2324 fs/proc/base.c (notify & SIGEV_THREAD_ID) ? "tid" : "pid", notify 139 include/acpi/acpi_bus.h int (*notify)(struct acpi_device *, u32); notify 156 include/acpi/acpi_bus.h acpi_op_notify notify; notify 464 include/acpi/acpi_bus.h int (*notify)(struct acpi_device *, u32), notify 1236 include/acpi/actbl1.h struct acpi_hest_notify notify; notify 1289 include/acpi/actbl1.h struct acpi_hest_notify notify; notify 1304 include/acpi/actbl1.h struct acpi_hest_notify notify; notify 1378 include/acpi/actbl1.h struct acpi_hest_notify notify; notify 131 include/linux/ceph/osd_client.h } notify; notify 510 include/linux/ceph/rados.h } __attribute__ ((packed)) notify; notify 63 include/linux/dm-io.h struct dm_io_notify notify; /* Synchronous if notify.fn is NULL */ notify 259 include/linux/interrupt.h void (*notify)(struct irq_affinity_notify *, const cpumask_t *mask); notify 342 include/linux/interrupt.h irq_set_affinity_notifier(unsigned int irq, struct irq_affinity_notify *notify); notify 376 include/linux/interrupt.h irq_set_affinity_notifier(unsigned int irq, struct irq_affinity_notify *notify) notify 510 include/linux/mISDNif.h struct completion *notify; notify 31 include/linux/nd.h void (*notify)(struct device *dev, enum nvdimm_event event); notify 241 include/linux/power/smartreflex.h int (*notify)(struct omap_sr *sr, u32 status); notify 22 include/linux/pwm_backlight.h int (*notify)(struct device *dev, int brightness); notify 65 include/linux/qed/qede_rdma.h void (*notify)(struct qedr_dev *, enum qede_rdma_event); notify 17 include/linux/spi/corgi_lcd.h void (*notify)(int intensity); notify 114 include/linux/thermal.h int (*notify) (struct thermal_zone_device *, int, notify 63 include/linux/usb/typec_altmode.h int (*notify)(struct typec_altmode *altmode, unsigned long conf, notify 76 include/linux/virtio_ring.h bool (*notify)(struct virtqueue *vq), notify 86 include/linux/virtio_ring.h bool (*notify)(struct virtqueue *), notify 101 include/linux/virtio_ring.h bool (*notify)(struct virtqueue *vq), notify 43 include/linux/vringh.h void (*notify)(struct vringh *); notify 212 include/linux/vringh.h if (vrh->notify) notify 213 include/linux/vringh.h vrh->notify(vrh); notify 41 include/linux/wmi.h void (*notify)(struct wmi_device *device, union acpi_object *data); notify 39 include/media/media-device.h void (*notify)(struct media_entity *entity, void *notify_data); notify 338 include/media/v4l2-ctrls.h v4l2_ctrl_notify_fnc notify; notify 893 include/media/v4l2-ctrls.h void v4l2_ctrl_notify(struct v4l2_ctrl *ctrl, v4l2_ctrl_notify_fnc notify, notify 53 include/media/v4l2-device.h void (*notify)(struct v4l2_subdev *sd, notify 198 include/media/v4l2-device.h if (sd && sd->v4l2_dev && sd->v4l2_dev->notify) notify 199 include/media/v4l2-device.h sd->v4l2_dev->notify(sd, notification, arg); notify 442 include/net/bluetooth/hci_core.h void (*notify)(struct hci_dev *hdev, unsigned int evt); notify 358 include/net/bonding.h int slave_state, bool notify) notify 364 include/net/bonding.h if (notify) { notify 524 include/net/bonding.h bool notify) notify 527 include/net/bonding.h bond_set_slave_state(slave, BOND_STATE_BACKUP, notify); notify 533 include/net/bonding.h bool notify) notify 535 include/net/bonding.h bond_set_slave_state(slave, BOND_STATE_ACTIVE, notify); notify 549 include/net/bonding.h static inline void bond_commit_link_state(struct slave *slave, bool notify) notify 555 include/net/bonding.h if (notify) { notify 568 include/net/bonding.h bool notify) notify 571 include/net/bonding.h bond_commit_link_state(slave, notify); notify 558 include/net/neighbour.h int *notify) notify 568 include/net/neighbour.h *notify = 1; notify 304 include/net/xfrm.h void (*notify)(struct xfrm_state *x, int event); notify 571 include/net/xfrm.h int (*notify)(struct xfrm_state *x, const struct km_event *c); notify 95 include/rdma/rdmavt_cq.h u8 notify; notify 23 include/soc/tegra/ivc.h void (*notify)(struct tegra_ivc *ivc, void *data); notify 97 include/soc/tegra/ivc.h void (*notify)(struct tegra_ivc *ivc, void *data), notify 547 include/sound/pcm.h int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree); notify 83 ipc/mqueue.c struct sigevent notify; notify 573 ipc/mqueue.c info->notify_owner ? info->notify.sigev_notify : 0, notify 575 ipc/mqueue.c info->notify.sigev_notify == SIGEV_SIGNAL) ? notify 576 ipc/mqueue.c info->notify.sigev_signo : 0, notify 713 ipc/mqueue.c switch (info->notify.sigev_notify) { notify 721 ipc/mqueue.c if (!info->notify.sigev_signo) notify 725 ipc/mqueue.c sig_i.si_signo = info->notify.sigev_signo; notify 728 ipc/mqueue.c sig_i.si_value = info->notify.sigev_value; notify 745 ipc/mqueue.c do_send_sig_info(info->notify.sigev_signo, notify 778 ipc/mqueue.c info->notify.sigev_notify == SIGEV_THREAD) { notify 1322 ipc/mqueue.c info->notify.sigev_notify = SIGEV_NONE; notify 1329 ipc/mqueue.c info->notify.sigev_notify = SIGEV_THREAD; notify 1332 ipc/mqueue.c info->notify.sigev_signo = notification->sigev_signo; notify 1333 ipc/mqueue.c info->notify.sigev_value = notification->sigev_value; notify 1334 ipc/mqueue.c info->notify.sigev_notify = SIGEV_SIGNAL; notify 331 kernel/irq/manage.c struct irq_affinity_notify *notify = notify 333 kernel/irq/manage.c struct irq_desc *desc = irq_to_desc(notify->irq); notify 347 kernel/irq/manage.c notify->notify(notify, cpumask); notify 351 kernel/irq/manage.c kref_put(¬ify->kref, notify->release); notify 366 kernel/irq/manage.c irq_set_affinity_notifier(unsigned int irq, struct irq_affinity_notify *notify) notify 379 kernel/irq/manage.c if (notify) { notify 380 kernel/irq/manage.c notify->irq = irq; notify 381 kernel/irq/manage.c kref_init(¬ify->kref); notify 382 kernel/irq/manage.c INIT_WORK(¬ify->work, irq_affinity_notify); notify 387 kernel/irq/manage.c desc->affinity_notify = notify; notify 2369 kernel/signal.c int notify = 0; notify 2377 kernel/signal.c notify = CLD_STOPPED; notify 2391 kernel/signal.c if (notify) { notify 2393 kernel/signal.c do_notify_parent_cldstop(current, false, notify); notify 28 kernel/task_work.c task_work_add(struct task_struct *task, struct callback_head *work, bool notify) notify 39 kernel/task_work.c if (notify) notify 214 lib/cpu_rmap.c struct irq_affinity_notify notify; notify 235 lib/cpu_rmap.c irq_set_affinity_notifier(glue->notify.irq, NULL); notify 250 lib/cpu_rmap.c irq_cpu_rmap_notify(struct irq_affinity_notify *notify, const cpumask_t *mask) notify 253 lib/cpu_rmap.c container_of(notify, struct irq_glue, notify); notify 268 lib/cpu_rmap.c container_of(ref, struct irq_glue, notify.kref); notify 292 lib/cpu_rmap.c glue->notify.notify = irq_cpu_rmap_notify; notify 293 lib/cpu_rmap.c glue->notify.release = irq_cpu_rmap_release; notify 297 lib/cpu_rmap.c rc = irq_set_affinity_notifier(irq, &glue->notify); notify 125 net/bluetooth/hci_conn.c if (hdev->notify) notify 126 net/bluetooth/hci_conn.c hdev->notify(hdev, HCI_NOTIFY_CONN_DEL); notify 564 net/bluetooth/hci_conn.c if (hdev->notify) notify 565 net/bluetooth/hci_conn.c hdev->notify(hdev, HCI_NOTIFY_CONN_ADD); notify 438 net/bluetooth/hci_event.c if (hdev->notify) notify 439 net/bluetooth/hci_event.c hdev->notify(hdev, HCI_NOTIFY_VOICE_SETTING); notify 467 net/bluetooth/hci_event.c if (hdev->notify) notify 468 net/bluetooth/hci_event.c hdev->notify(hdev, HCI_NOTIFY_VOICE_SETTING); notify 3006 net/bluetooth/hci_event.c goto notify; notify 3017 net/bluetooth/hci_event.c goto notify; notify 3042 net/bluetooth/hci_event.c notify: notify 514 net/bridge/br_multicast.c void br_multicast_host_join(struct net_bridge_mdb_entry *mp, bool notify) notify 518 net/bridge/br_multicast.c if (notify) notify 525 net/bridge/br_multicast.c void br_multicast_host_leave(struct net_bridge_mdb_entry *mp, bool notify) notify 531 net/bridge/br_multicast.c if (notify) notify 705 net/bridge/br_private.h void br_multicast_host_join(struct net_bridge_mdb_entry *mp, bool notify); notify 706 net/bridge/br_private.h void br_multicast_host_leave(struct net_bridge_mdb_entry *mp, bool notify); notify 399 net/ceph/osd_client.c ceph_osd_data_release(&op->notify.request_data); notify 400 net/ceph/osd_client.c ceph_osd_data_release(&op->notify.response_data); notify 1012 net/ceph/osd_client.c dst->notify.cookie = cpu_to_le64(src->notify.cookie); notify 2004 net/ceph/osd_client.c &op->notify.request_data); notify 2006 net/ceph/osd_client.c &op->notify.response_data); notify 2823 net/ceph/osd_client.c } notify; notify 2883 net/ceph/osd_client.c __func__, lreq, lwork->notify.notify_id, lwork->notify.notifier_id, notify 2884 net/ceph/osd_client.c lwork->notify.payload_len); notify 2885 net/ceph/osd_client.c lreq->wcb(lreq->data, lwork->notify.notify_id, lreq->linger_id, notify 2886 net/ceph/osd_client.c lwork->notify.notifier_id, lwork->notify.payload, notify 2887 net/ceph/osd_client.c lwork->notify.payload_len); notify 2890 net/ceph/osd_client.c ceph_msg_put(lwork->notify.msg); notify 2946 net/ceph/osd_client.c osd_req_op_data(req, 0, notify, response_data); notify 3111 net/ceph/osd_client.c lreq->reg_req->r_ops[0].notify.cookie = lreq->linger_id; notify 4455 net/ceph/osd_client.c lwork->notify.notify_id = notify_id; notify 4456 net/ceph/osd_client.c lwork->notify.notifier_id = notifier_id; notify 4457 net/ceph/osd_client.c lwork->notify.payload = payload; notify 4458 net/ceph/osd_client.c lwork->notify.payload_len = payload_len; notify 4459 net/ceph/osd_client.c lwork->notify.msg = ceph_msg_get(msg); notify 4787 net/ceph/osd_client.c op->notify.cookie = cookie; notify 4802 net/ceph/osd_client.c ceph_osd_data_pagelist_init(&op->notify.request_data, pl); notify 4866 net/ceph/osd_client.c ceph_osd_data_pages_init(osd_req_op_data(lreq->reg_req, 0, notify, notify 7645 net/core/dev.c static int __dev_set_promiscuity(struct net_device *dev, int inc, bool notify) notify 7688 net/core/dev.c if (notify) notify 7718 net/core/dev.c static int __dev_set_allmulti(struct net_device *dev, int inc, bool notify) notify 7743 net/core/dev.c if (notify) notify 156 net/core/neighbour.c int *notify) notify 171 net/core/neighbour.c *notify = 1; notify 1021 net/core/neighbour.c int notify = 0; notify 1050 net/core/neighbour.c notify = 1; notify 1060 net/core/neighbour.c notify = 1; notify 1067 net/core/neighbour.c notify = 1; notify 1078 net/core/neighbour.c notify = 1; notify 1096 net/core/neighbour.c if (notify) notify 1233 net/core/neighbour.c int notify = 0; notify 1253 net/core/neighbour.c ext_learn_change = neigh_update_ext_learned(neigh, flags, ¬ify); notify 1261 net/core/neighbour.c notify = old & NUD_VALID; notify 1265 net/core/neighbour.c notify = 1; notify 1339 net/core/neighbour.c notify = 1; notify 1350 net/core/neighbour.c notify = 1; notify 1396 net/core/neighbour.c neigh_update_is_router(neigh, flags, ¬ify); notify 1402 net/core/neighbour.c if (notify) notify 667 net/ipv4/ipmr.c static int vif_delete(struct mr_table *mrt, int vifi, int notify, notify 719 net/ipv4/ipmr.c if (v->flags & (VIFF_TUNNEL | VIFF_REGISTER) && !notify) notify 3946 net/ipv6/addrconf.c bool bump_id, notify = false; notify 4001 net/ipv6/addrconf.c notify = true; notify 4009 net/ipv6/addrconf.c if (notify) notify 691 net/ipv6/ip6mr.c static int mif6_delete(struct mr_table *mrt, int vifi, int notify, notify 743 net/ipv6/ip6mr.c if ((v->flags & MIFF_REGISTER) && !notify) notify 3834 net/key/af_key.c .notify = pfkey_send_notify, notify 125 net/netfilter/nf_conntrack_ecache.c struct nf_ct_event_notifier *notify; notify 129 net/netfilter/nf_conntrack_ecache.c notify = rcu_dereference(net->ct.nf_conntrack_event_cb); notify 130 net/netfilter/nf_conntrack_ecache.c if (!notify) notify 149 net/netfilter/nf_conntrack_ecache.c ret = notify->fcn(eventmask | missed, &item); notify 182 net/netfilter/nf_conntrack_ecache.c struct nf_ct_event_notifier *notify; notify 188 net/netfilter/nf_conntrack_ecache.c notify = rcu_dereference(net->ct.nf_conntrack_event_cb); notify 189 net/netfilter/nf_conntrack_ecache.c if (notify == NULL) notify 213 net/netfilter/nf_conntrack_ecache.c ret = notify->fcn(events | missed, &item); notify 236 net/netfilter/nf_conntrack_ecache.c struct nf_exp_event_notifier *notify; notify 240 net/netfilter/nf_conntrack_ecache.c notify = rcu_dereference(net->ct.nf_expect_event_cb); notify 241 net/netfilter/nf_conntrack_ecache.c if (!notify) notify 254 net/netfilter/nf_conntrack_ecache.c notify->fcn(1 << event, &item); notify 264 net/netfilter/nf_conntrack_ecache.c struct nf_ct_event_notifier *notify; notify 267 net/netfilter/nf_conntrack_ecache.c notify = rcu_dereference_protected(net->ct.nf_conntrack_event_cb, notify 269 net/netfilter/nf_conntrack_ecache.c if (notify != NULL) { notify 285 net/netfilter/nf_conntrack_ecache.c struct nf_ct_event_notifier *notify; notify 288 net/netfilter/nf_conntrack_ecache.c notify = rcu_dereference_protected(net->ct.nf_conntrack_event_cb, notify 290 net/netfilter/nf_conntrack_ecache.c BUG_ON(notify != new); notify 301 net/netfilter/nf_conntrack_ecache.c struct nf_exp_event_notifier *notify; notify 304 net/netfilter/nf_conntrack_ecache.c notify = rcu_dereference_protected(net->ct.nf_expect_event_cb, notify 306 net/netfilter/nf_conntrack_ecache.c if (notify != NULL) { notify 322 net/netfilter/nf_conntrack_ecache.c struct nf_exp_event_notifier *notify; notify 325 net/netfilter/nf_conntrack_ecache.c notify = rcu_dereference_protected(net->ct.nf_expect_event_cb, notify 327 net/netfilter/nf_conntrack_ecache.c BUG_ON(notify != new); notify 16 net/openvswitch/dp_notify.c struct sk_buff *notify; notify 20 net/openvswitch/dp_notify.c notify = ovs_vport_cmd_build_info(vport, ovs_dp_get_net(dp), notify 23 net/openvswitch/dp_notify.c if (IS_ERR(notify)) { notify 25 net/openvswitch/dp_notify.c 0, PTR_ERR(notify)); notify 30 net/openvswitch/dp_notify.c ovs_dp_get_net(dp), notify, 0, notify 455 net/rds/ib_send.c bool notify) notify 462 net/rds/ib_send.c if (ic->i_unsignaled_wrs-- == 0 || notify) { notify 519 net/rds/recv.c uint64_t notify = rs->rs_cong_notify; notify 524 net/rds/recv.c sizeof(notify), ¬ify); notify 529 net/rds/recv.c rs->rs_cong_notify &= ~notify; notify 759 net/sched/sch_api.c bool notify; notify 781 net/sched/sch_api.c notify = !sch->q.qlen && !WARN_ON_ONCE(!n && notify 790 net/sched/sch_api.c if (notify && cops->qlen_notify) { notify 78 net/sctp/chunk.c int error = 0, notify; notify 81 net/sctp/chunk.c notify = msg->send_failed ? -1 : 0; notify 88 net/sctp/chunk.c if (notify < 0) { notify 95 net/sctp/chunk.c notify = sctp_ulpevent_type_enabled(asoc->subscribe, notify 100 net/sctp/chunk.c if (notify > 0) { notify 115 net/vmw_vsock/vmci_transport.h union vmci_transport_notify notify; notify 15 net/vmw_vsock/vmci_transport_notify.c #define PKT_FIELD(vsk, field_name) (vmci_trans(vsk)->notify.pkt.field_name) notify 16 net/vmw_vsock/vmci_transport_notify_qstate.c (vmci_trans(vsk)->notify.pkt_q_state.field_name) notify 11 net/wireless/ap.c struct net_device *dev, bool notify) notify 35 net/wireless/ap.c if (notify) notify 50 net/wireless/ap.c struct net_device *dev, bool notify) notify 56 net/wireless/ap.c err = __cfg80211_stop_ap(rdev, dev, notify); notify 356 net/wireless/core.h struct net_device *dev, bool notify); notify 358 net/wireless/core.h struct net_device *dev, bool notify); notify 16734 net/wireless/nl80211.c struct netlink_notify *notify = _notify; notify 16739 net/wireless/nl80211.c if (state != NETLINK_URELEASE || notify->protocol != NETLINK_GENERIC) notify 16750 net/wireless/nl80211.c if (sched_scan_req->owner_nlportid == notify->portid) { notify 16757 net/wireless/nl80211.c cfg80211_mlme_unregister_socket(wdev, notify->portid); notify 16759 net/wireless/nl80211.c if (wdev->owner_nlportid == notify->portid) { notify 16762 net/wireless/nl80211.c } else if (wdev->conn_owner_nlportid == notify->portid) { notify 16766 net/wireless/nl80211.c cfg80211_release_pmsr(wdev, notify->portid); notify 16772 net/wireless/nl80211.c if (reg->nlportid == notify->portid) { notify 16787 net/wireless/nl80211.c regulatory_netlink_notify(notify->portid); notify 100 net/xfrm/xfrm_replay.c x->repl->notify(x, XFRM_REPLAY_UPDATE); notify 159 net/xfrm/xfrm_replay.c x->repl->notify(x, XFRM_REPLAY_UPDATE); notify 179 net/xfrm/xfrm_replay.c x->repl->notify(x, XFRM_REPLAY_UPDATE); notify 274 net/xfrm/xfrm_replay.c x->repl->notify(x, XFRM_REPLAY_UPDATE); notify 417 net/xfrm/xfrm_replay.c x->repl->notify(x, XFRM_REPLAY_UPDATE); notify 549 net/xfrm/xfrm_replay.c x->repl->notify(x, XFRM_REPLAY_UPDATE); notify 585 net/xfrm/xfrm_replay.c x->repl->notify(x, XFRM_REPLAY_UPDATE); notify 624 net/xfrm/xfrm_replay.c x->repl->notify(x, XFRM_REPLAY_UPDATE); notify 673 net/xfrm/xfrm_replay.c x->repl->notify(x, XFRM_REPLAY_UPDATE); notify 683 net/xfrm/xfrm_replay.c .notify = xfrm_replay_notify, notify 691 net/xfrm/xfrm_replay.c .notify = xfrm_replay_notify_bmp, notify 699 net/xfrm/xfrm_replay.c .notify = xfrm_replay_notify_esn, notify 707 net/xfrm/xfrm_replay.c .notify = xfrm_replay_notify, notify 715 net/xfrm/xfrm_replay.c .notify = xfrm_replay_notify_bmp, notify 723 net/xfrm/xfrm_replay.c .notify = xfrm_replay_notify_esn, notify 2110 net/xfrm/xfrm_state.c x->repl->notify(x, XFRM_REPLAY_TIMEOUT); notify 2136 net/xfrm/xfrm_state.c if (km->notify) notify 2137 net/xfrm/xfrm_state.c km->notify(x, c); notify 3321 net/xfrm/xfrm_user.c .notify = xfrm_send_state_notify, notify 54 sound/aoa/aoa-gpio.h notify_func_t notify, notify 64 sound/aoa/aoa-gpio.h notify_func_t notify; notify 216 sound/aoa/core/gpio-feature.c if (notif->notify) notify 217 sound/aoa/core/gpio-feature.c notif->notify(notif->data); notify 287 sound/aoa/core/gpio-feature.c if (rt->headphone_notify.notify) notify 312 sound/aoa/core/gpio-feature.c notify_func_t notify, notify 346 sound/aoa/core/gpio-feature.c old = notif->notify; notify 348 sound/aoa/core/gpio-feature.c if (!old && !notify) { notify 353 sound/aoa/core/gpio-feature.c if (old && notify) { notify 354 sound/aoa/core/gpio-feature.c if (old == notify && notif->data == data) notify 359 sound/aoa/core/gpio-feature.c if (old && !notify) notify 362 sound/aoa/core/gpio-feature.c if (!old && notify) { notify 368 sound/aoa/core/gpio-feature.c notif->notify = notify; notify 78 sound/aoa/core/gpio-pmf.c if (notif->notify) notify 79 sound/aoa/core/gpio-pmf.c notif->notify(notif->data); notify 131 sound/aoa/core/gpio-pmf.c notify_func_t notify, notify 159 sound/aoa/core/gpio-pmf.c old = notif->notify; notify 161 sound/aoa/core/gpio-pmf.c if (!old && !notify) { notify 166 sound/aoa/core/gpio-pmf.c if (old && notify) { notify 167 sound/aoa/core/gpio-pmf.c if (old == notify && notif->data == data) notify 172 sound/aoa/core/gpio-pmf.c if (old && !notify) { notify 178 sound/aoa/core/gpio-pmf.c if (!old && notify) { notify 199 sound/aoa/core/gpio-pmf.c notif->notify = notify; notify 1132 sound/core/pcm.c int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree) notify 1136 sound/core/pcm.c if (snd_BUG_ON(!notify || notify 1137 sound/core/pcm.c !notify->n_register || notify 1138 sound/core/pcm.c !notify->n_unregister || notify 1139 sound/core/pcm.c !notify->n_disconnect)) notify 1143 sound/core/pcm.c list_del(¬ify->list); notify 1145 sound/core/pcm.c notify->n_unregister(pcm); notify 1147 sound/core/pcm.c list_add_tail(¬ify->list, &snd_pcm_notify_list); notify 1149 sound/core/pcm.c notify->n_register(pcm); notify 71 sound/drivers/aloop.c unsigned int notify: 1; notify 147 sound/drivers/aloop.c return get_setup(dpcm)->notify; notify 349 sound/drivers/aloop.c (get_setup(dpcm)->notify && notify 847 sound/drivers/aloop.c [kcontrol->id.device].notify; notify 862 sound/drivers/aloop.c [kcontrol->id.device].notify) { notify 864 sound/drivers/aloop.c [kcontrol->id.device].notify = val; notify 1010 sound/drivers/aloop.c static int loopback_mixer_new(struct loopback *loopback, int notify) notify 1025 sound/drivers/aloop.c setup->notify = notify; notify 445 sound/pci/mixart/mixart_core.c struct mixart_timer_notify *notify; notify 446 sound/pci/mixart/mixart_core.c notify = (struct mixart_timer_notify *)mixart_msg_data; notify 448 sound/pci/mixart/mixart_core.c for(i=0; i<notify->stream_count; i++) { notify 450 sound/pci/mixart/mixart_core.c u32 buffer_id = notify->streams[i].buffer_id; notify 462 sound/pci/mixart/mixart_core.c buffer_id, notify->streams[i].sample_pos_low_part); notify 474 sound/pci/mixart/mixart_core.c u64 sample_count = ((u64)notify->streams[i].sample_pos_high_part) << 32; notify 475 sound/pci/mixart/mixart_core.c sample_count |= notify->streams[i].sample_pos_low_part; notify 331 sound/soc/codecs/arizona.h int (*notify) notify 338 sound/soc/codecs/arizona.h nb->notifier_call = notify; notify 535 sound/soc/sprd/sprd-mcdt.c chan->cb->notify(chan->cb->data); notify 546 sound/soc/sprd/sprd-mcdt.c chan->cb->notify(chan->cb->data); notify 21 sound/soc/sprd/sprd-mcdt.h void (*notify)(void *data); notify 139 sound/xen/xen_snd_front_evtchnl.c int notify; notify 142 sound/xen/xen_snd_front_evtchnl.c RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&channel->u.req.ring, notify); notify 143 sound/xen/xen_snd_front_evtchnl.c if (notify) notify 63 tools/virtio/linux/virtio.h bool (*notify)(struct virtqueue *vq), notify 58 tools/virtio/ringtest/main.c notify(kickfd); notify 68 tools/virtio/ringtest/main.c notify(callfd);