Symbol: notify
arch/loongarch/kvm/intc/eiointc.c
75
int irq, u64 val, u32 len, bool notify)
arch/loongarch/kvm/intc/eiointc.c
97
if (notify && test_bit(irq + i, (unsigned long *)s->isr)) {
arch/mips/include/asm/vpe.h
104
int vpe_notify(int index, struct vpe_notifications *notify);
arch/mips/include/asm/vpe.h
73
struct list_head notify;
arch/mips/kernel/vpe-mt.c
140
list_for_each_entry(notifier, &v->notify, list)
arch/mips/kernel/vpe-mt.c
266
list_for_each_entry(notifier, &vpe->notify, list)
arch/mips/kernel/vpe.c
106
INIT_LIST_HEAD(&v->notify);
arch/mips/kernel/vpe.c
774
list_for_each_entry(notifier, &v->notify, list)
arch/mips/kernel/vpe.c
884
int vpe_notify(int index, struct vpe_notifications *notify)
arch/mips/kernel/vpe.c
891
list_add(&notify->list, &v->notify);
arch/s390/include/asm/ccwdev.h
141
int (*notify) (struct ccw_device *, int);
arch/s390/include/asm/eadm.h
110
void (*notify) (struct scm_device *scmdev, enum scm_event event);
arch/x86/events/intel/uncore.c
1308
bool notify = false;
arch/x86/events/intel/uncore.c
1333
notify = true;
arch/x86/events/intel/uncore.c
1338
if (notify && bus_register_notifier(&pci_bus_type, &uncore_pci_sub_notifier))
arch/x86/events/intel/uncore.c
1339
notify = false;
arch/x86/events/intel/uncore.c
1341
if (!notify)
arch/x86/kernel/acpi/apei.c
22
mce_save_apei_thr_limit(cmc->notify.error_threshold_value);
arch/x86/kvm/vmx/vmx.c
6372
vcpu->run->notify.flags = context_invalid ?
crypto/acompress.c
261
goto notify;
crypto/acompress.c
265
notify:
drivers/acpi/acpi_video.c
179
u8 notify:1;
drivers/acpi/acpi_video.c
1882
device->flags.notify = 1;
drivers/acpi/acpi_video.c
1942
if (dev->flags.notify) {
drivers/acpi/acpi_video.c
1945
dev->flags.notify = 0;
drivers/acpi/acpica/aclocal.h
688
struct acpi_notify_info notify;
drivers/acpi/acpica/acobject.h
424
struct acpi_object_notify_handler notify;
drivers/acpi/acpica/dbdisply.c
730
struct acpi_gpe_notify_info *notify;
drivers/acpi/acpica/dbdisply.c
878
notify =
drivers/acpi/acpica/dbdisply.c
881
while (notify) {
drivers/acpi/acpica/dbdisply.c
883
notify = notify->next;
drivers/acpi/acpica/evgpe.c
460
struct acpi_gpe_notify_info *notify;
drivers/acpi/acpica/evgpe.c
479
notify = gpe_event_info->dispatch.notify_list;
drivers/acpi/acpica/evgpe.c
480
while (ACPI_SUCCESS(status) && notify) {
drivers/acpi/acpica/evgpe.c
482
acpi_ev_queue_notify_request(notify->device_node,
drivers/acpi/acpica/evgpe.c
485
notify = notify->next;
drivers/acpi/acpica/evgpeutil.c
275
struct acpi_gpe_notify_info *notify;
drivers/acpi/acpica/evgpeutil.c
309
notify = gpe_event_info->dispatch.notify_list;
drivers/acpi/acpica/evgpeutil.c
310
while (notify) {
drivers/acpi/acpica/evgpeutil.c
311
next = notify->next;
drivers/acpi/acpica/evgpeutil.c
312
ACPI_FREE(notify);
drivers/acpi/acpica/evgpeutil.c
313
notify = next;
drivers/acpi/acpica/evmisc.c
126
info->notify.node = node;
drivers/acpi/acpica/evmisc.c
127
info->notify.value = (u16)notify_value;
drivers/acpi/acpica/evmisc.c
128
info->notify.handler_list_id = handler_list_id;
drivers/acpi/acpica/evmisc.c
129
info->notify.handler_list_head = handler_list_head;
drivers/acpi/acpica/evmisc.c
130
info->notify.global = &acpi_gbl_global_notify[handler_list_id];
drivers/acpi/acpica/evmisc.c
170
if (info->notify.global->handler) {
drivers/acpi/acpica/evmisc.c
171
info->notify.global->handler(info->notify.node,
drivers/acpi/acpica/evmisc.c
172
info->notify.value,
drivers/acpi/acpica/evmisc.c
173
info->notify.global->context);
drivers/acpi/acpica/evmisc.c
178
handler_obj = info->notify.handler_list_head;
drivers/acpi/acpica/evmisc.c
180
handler_obj->notify.handler(info->notify.node,
drivers/acpi/acpica/evmisc.c
181
info->notify.value,
drivers/acpi/acpica/evmisc.c
182
handler_obj->notify.context);
drivers/acpi/acpica/evmisc.c
185
handler_obj->notify.next[info->notify.handler_list_id];
drivers/acpi/acpica/evxface.c
147
if (handler_obj->notify.handler == handler) {
drivers/acpi/acpica/evxface.c
152
handler_obj = handler_obj->notify.next[i];
drivers/acpi/acpica/evxface.c
165
handler_obj->notify.node = node;
drivers/acpi/acpica/evxface.c
166
handler_obj->notify.handler_type = handler_type;
drivers/acpi/acpica/evxface.c
167
handler_obj->notify.handler = handler;
drivers/acpi/acpica/evxface.c
168
handler_obj->notify.context = context;
drivers/acpi/acpica/evxface.c
174
handler_obj->notify.next[i] =
drivers/acpi/acpica/evxface.c
294
(handler_obj->notify.handler != handler)) {
drivers/acpi/acpica/evxface.c
296
handler_obj = handler_obj->notify.next[i];
drivers/acpi/acpica/evxface.c
307
previous_handler_obj->notify.next[i] =
drivers/acpi/acpica/evxface.c
308
handler_obj->notify.next[i];
drivers/acpi/acpica/evxface.c
312
handler_obj->notify.next[i];
drivers/acpi/acpica/evxfgpe.c
358
struct acpi_gpe_notify_info *notify;
drivers/acpi/acpica/evxfgpe.c
442
notify = gpe_event_info->dispatch.notify_list;
drivers/acpi/acpica/evxfgpe.c
443
while (notify) {
drivers/acpi/acpica/evxfgpe.c
444
if (notify->device_node == device_node) {
drivers/acpi/acpica/evxfgpe.c
448
notify = notify->next;
drivers/acpi/acpica/exdump.c
219
{ACPI_EXD_NODE, ACPI_EXD_OFFSET(notify.node), "Node"},
drivers/acpi/acpica/exdump.c
220
{ACPI_EXD_UINT32, ACPI_EXD_OFFSET(notify.handler_type), "Handler Type"},
drivers/acpi/acpica/exdump.c
221
{ACPI_EXD_POINTER, ACPI_EXD_OFFSET(notify.handler), "Handler"},
drivers/acpi/acpica/exdump.c
222
{ACPI_EXD_POINTER, ACPI_EXD_OFFSET(notify.context), "Context"},
drivers/acpi/acpica/exdump.c
223
{ACPI_EXD_POINTER, ACPI_EXD_OFFSET(notify.next[0]),
drivers/acpi/acpica/exdump.c
225
{ACPI_EXD_POINTER, ACPI_EXD_OFFSET(notify.next[1]), "Next Device Notify"}
drivers/acpi/acpica/utdelete.c
521
prev_object->notify.next[i];
drivers/acpi/apei/ghes.c
1188
if (!g->notify.poll_interval) {
drivers/acpi/apei/ghes.c
119
u8 notify_type = ghes->generic->notify.type;
drivers/acpi/apei/ghes.c
1193
expire = jiffies + msecs_to_jiffies(g->notify.poll_interval);
drivers/acpi/apei/ghes.c
1657
switch (generic->notify.type) {
drivers/acpi/apei/ghes.c
1693
generic->notify.type, generic->header.source_id);
drivers/acpi/apei/ghes.c
1711
switch (generic->notify.type) {
drivers/acpi/apei/ghes.c
1718
rc = acpi_gsi_to_irq(generic->notify.vector, &ghes->irq);
drivers/acpi/apei/ghes.c
1795
switch (generic->notify.type) {
drivers/acpi/bus.c
1136
if (acpi_drv->ops.notify) {
drivers/acpi/bus.c
1159
if (acpi_drv->ops.notify)
drivers/acpi/bus.c
628
acpi_drv->ops.notify(device, event);
drivers/acpi/dock.c
103
notify = adev->hp->notify;
drivers/acpi/dock.c
112
else if (notify)
drivers/acpi/dock.c
113
notify(adev, event);
drivers/acpi/dock.c
93
acpi_hp_notify notify = NULL;
drivers/acpi/scan.c
463
acpi_hp_notify notify;
drivers/acpi/scan.c
466
notify = adev->hp ? adev->hp->notify : NULL;
drivers/acpi/scan.c
472
if (notify)
drivers/acpi/scan.c
473
error = notify(adev, src);
drivers/acpi/scan.c
80
acpi_hp_notify notify, acpi_hp_uevent uevent)
drivers/acpi/scan.c
83
hp->notify = notify;
drivers/block/nbd.c
306
int notify)
drivers/block/nbd.c
308
if (!nsock->dead && notify && !nbd_disconnected(nbd->config)) {
drivers/block/ps3vram.c
110
u32 __iomem *notify = ps3vram_get_notifier(priv->reports, NOTIFIER);
drivers/block/ps3vram.c
114
iowrite32be(0xffffffff, notify + i);
drivers/block/ps3vram.c
121
u32 __iomem *notify = ps3vram_get_notifier(priv->reports, NOTIFIER);
drivers/block/ps3vram.c
125
if (!ioread32be(notify + 3))
drivers/block/ps3vram.c
133
if (!ioread32be(notify + 3))
drivers/block/virtio_blk.c
434
bool notify = false;
drivers/block/virtio_blk.c
457
notify = true;
drivers/block/virtio_blk.c
460
if (notify)
drivers/block/xen-blkback/blkback.c
1494
int notify;
drivers/block/xen-blkback/blkback.c
1521
RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(&blk_rings->common, notify);
drivers/block/xen-blkback/blkback.c
1523
if (notify)
drivers/block/xen-blkfront.c
885
int notify;
drivers/block/xen-blkfront.c
887
RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&rinfo->ring, notify);
drivers/block/xen-blkfront.c
889
if (notify)
drivers/bluetooth/btusb.c
4171
hdev->notify = btusb_notify;
drivers/cpufreq/cpufreq.c
2301
bool notify;
drivers/cpufreq/cpufreq.c
2309
notify = !(cpufreq_driver->flags & CPUFREQ_ASYNC_NOTIFICATION);
drivers/cpufreq/cpufreq.c
2310
if (notify) {
drivers/cpufreq/cpufreq.c
2335
if (notify) {
drivers/firmware/arm_ffa/driver.c
927
static int ffa_notification_get(u32 flags, struct ffa_notify_bitmaps *notify)
drivers/firmware/arm_ffa/driver.c
944
notify->sp_map = PACK_NOTIFICATION_BITMAP(ret.a2, ret.a3);
drivers/firmware/arm_ffa/driver.c
946
notify->vm_map = PACK_NOTIFICATION_BITMAP(ret.a4, ret.a5);
drivers/firmware/arm_ffa/driver.c
948
notify->arch_map = SPM_FRAMEWORK_BITMAP(ret.a6);
drivers/firmware/arm_ffa/driver.c
950
notify->arch_map = PACK_NOTIFICATION_BITMAP(notify->arch_map,
drivers/firmware/arm_scmi/clock.c
975
struct scmi_msg_clock_rate_notify *notify;
drivers/firmware/arm_scmi/clock.c
977
ret = ph->xops->xfer_get_init(ph, message_id, sizeof(*notify), 0, &t);
drivers/firmware/arm_scmi/clock.c
981
notify = t->tx.buf;
drivers/firmware/arm_scmi/clock.c
982
notify->clk_id = cpu_to_le32(clk_id);
drivers/firmware/arm_scmi/clock.c
983
notify->notify_enable = enable ? cpu_to_le32(BIT(0)) : 0;
drivers/firmware/arm_scmi/perf.c
812
struct scmi_perf_notify_level_or_limits *notify;
drivers/firmware/arm_scmi/perf.c
814
ret = ph->xops->xfer_get_init(ph, message_id, sizeof(*notify), 0, &t);
drivers/firmware/arm_scmi/perf.c
818
notify = t->tx.buf;
drivers/firmware/arm_scmi/perf.c
819
notify->domain = cpu_to_le32(domain);
drivers/firmware/arm_scmi/perf.c
820
notify->notify_enable = enable ? cpu_to_le32(BIT(0)) : 0;
drivers/firmware/arm_scmi/power.c
224
struct scmi_power_state_notify *notify;
drivers/firmware/arm_scmi/power.c
227
sizeof(*notify), 0, &t);
drivers/firmware/arm_scmi/power.c
231
notify = t->tx.buf;
drivers/firmware/arm_scmi/power.c
232
notify->domain = cpu_to_le32(domain);
drivers/firmware/arm_scmi/power.c
233
notify->notify_enable = enable ? cpu_to_le32(BIT(0)) : 0;
drivers/firmware/arm_scmi/powercap.c
752
struct scmi_msg_powercap_notify_cap *notify;
drivers/firmware/arm_scmi/powercap.c
755
sizeof(*notify), 0, &t);
drivers/firmware/arm_scmi/powercap.c
759
notify = t->tx.buf;
drivers/firmware/arm_scmi/powercap.c
760
notify->domain = cpu_to_le32(domain);
drivers/firmware/arm_scmi/powercap.c
761
notify->notify_enable = cpu_to_le32(enable ? BIT(0) : 0);
drivers/firmware/arm_scmi/powercap.c
767
struct scmi_msg_powercap_notify_thresh *notify;
drivers/firmware/arm_scmi/powercap.c
789
sizeof(*notify), 0, &t);
drivers/firmware/arm_scmi/powercap.c
793
notify = t->tx.buf;
drivers/firmware/arm_scmi/powercap.c
794
notify->domain = cpu_to_le32(domain);
drivers/firmware/arm_scmi/powercap.c
795
notify->notify_enable = cpu_to_le32(enable ? BIT(0) : 0);
drivers/firmware/arm_scmi/powercap.c
796
notify->power_thresh_low = cpu_to_le32(low);
drivers/firmware/arm_scmi/powercap.c
797
notify->power_thresh_high = cpu_to_le32(high);
drivers/firmware/arm_scmi/system.c
57
struct scmi_system_power_state_notify *notify;
drivers/firmware/arm_scmi/system.c
60
sizeof(*notify), 0, &t);
drivers/firmware/arm_scmi/system.c
64
notify = t->tx.buf;
drivers/firmware/arm_scmi/system.c
65
notify->notify_enable = enable ? cpu_to_le32(BIT(0)) : 0;
drivers/firmware/arm_sdei.c
867
event_num = ghes->generic->notify.vector;
drivers/firmware/arm_sdei.c
897
u32 event_num = ghes->generic->notify.vector;
drivers/firmware/stratix10-rsu.c
685
static DEVICE_ATTR_WO(notify);
drivers/firmware/tegra/ivc.c
336
ivc->notify(ivc, ivc->notify_data);
drivers/firmware/tegra/ivc.c
392
ivc->notify(ivc, ivc->notify_data);
drivers/firmware/tegra/ivc.c
404
ivc->notify(ivc, ivc->notify_data);
drivers/firmware/tegra/ivc.c
474
ivc->notify(ivc, ivc->notify_data);
drivers/firmware/tegra/ivc.c
514
ivc->notify(ivc, ivc->notify_data);
drivers/firmware/tegra/ivc.c
538
ivc->notify(ivc, ivc->notify_data);
drivers/firmware/tegra/ivc.c
649
void (*notify)(struct tegra_ivc *ivc, void *data),
drivers/firmware/tegra/ivc.c
655
if (WARN_ON(!ivc || !notify))
drivers/firmware/tegra/ivc.c
693
ivc->notify = notify;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1017
dc_stat_get_dmub_notification(adev->dm.dc, &notify);
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1018
if (notify.type >= ARRAY_SIZE(dm->dmub_thread_offload)) {
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1019
drm_err(adev_to_drm(adev), "DM: notify type %d invalid!", notify.type);
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1022
if (!dm->dmub_callback[notify.type]) {
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1024
dmub_notification_type_str(notify.type));
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1027
if (dm->dmub_thread_offload[notify.type] == true) {
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
10325
goto notify;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1034
dmub_hpd_wrk->dmub_notify = kmemdup(&notify, sizeof(struct dmub_notification),
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
10340
notify:
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1045
dm->dmub_callback[notify.type](adev, &notify);
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1047
} while (notify.pending_notification);
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
787
struct dmub_notification *notify)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
790
memcpy(adev->dm.dmub_notify, notify, sizeof(struct dmub_notification));
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
791
if (notify->type == DMUB_NOTIFICATION_AUX_REPLY)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
796
struct dmub_notification *notify)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
798
if (!adev || !notify) {
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
803
const struct dmub_cmd_fused_request *req = &notify->fused_request;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
827
struct dmub_notification *notify)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
840
if (notify == NULL) {
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
845
if (notify->link_index > adev->dm.dc->link_count) {
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
846
drm_err(adev_to_drm(adev), "DMUB HPD index (%u)is abnormal", notify->link_index);
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
851
if (notify->type == DMUB_NOTIFICATION_HPD && adev->in_suspend) {
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
856
link_index = notify->link_index;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
868
if (notify->type == DMUB_NOTIFICATION_HPD)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
870
else if (notify->type == DMUB_NOTIFICATION_HPD_IRQ)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
874
notify->type, link_index);
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
883
if (notify->type == DMUB_NOTIFICATION_HPD) {
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
884
if (hpd_aconnector->dc_link->hpd_status == (notify->hpd_status == DP_HPD_PLUG))
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
887
} else if (notify->type == DMUB_NOTIFICATION_HPD_IRQ) {
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
902
struct dmub_notification *notify)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
988
struct dmub_notification notify = {0};
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h
126
typedef void (*dmub_notify_interrupt_callback_t)(struct amdgpu_device *adev, struct dmub_notification *notify);
drivers/gpu/drm/amd/display/dc/core/dc.c
6178
struct dmub_notification *notify)
drivers/gpu/drm/amd/display/dc/core/dc.c
6193
notify->sc_status = SET_CONFIG_UNKNOWN_ERROR;
drivers/gpu/drm/amd/display/dc/core/dc.c
6199
notify->sc_status = cmd.set_config_access.set_config_control.immed_status;
drivers/gpu/drm/amd/display/dc/core/dc_stat.c
48
void dc_stat_get_dmub_notification(const struct dc *dc, struct dmub_notification *notify)
drivers/gpu/drm/amd/display/dc/core/dc_stat.c
58
status = dmub_srv_stat_get_notification(dmub, notify);
drivers/gpu/drm/amd/display/dc/core/dc_stat.c
62
if (notify->type == DMUB_NOTIFICATION_HPD ||
drivers/gpu/drm/amd/display/dc/core/dc_stat.c
63
notify->type == DMUB_NOTIFICATION_HPD_IRQ ||
drivers/gpu/drm/amd/display/dc/core/dc_stat.c
64
notify->type == DMUB_NOTIFICATION_AUX_REPLY ||
drivers/gpu/drm/amd/display/dc/core/dc_stat.c
65
notify->type == DMUB_NOTIFICATION_DPIA_NOTIFICATION ||
drivers/gpu/drm/amd/display/dc/core/dc_stat.c
66
notify->type == DMUB_NOTIFICATION_SET_CONFIG_REPLY) {
drivers/gpu/drm/amd/display/dc/core/dc_stat.c
67
notify->link_index =
drivers/gpu/drm/amd/display/dc/core/dc_stat.c
68
get_link_index_from_dpia_port_index(dc, notify->instance);
drivers/gpu/drm/amd/display/dc/dc.h
2801
struct dmub_notification *notify);
drivers/gpu/drm/amd/display/dc/dc_stat.h
40
void dc_stat_get_dmub_notification(const struct dc *dc, struct dmub_notification *notify);
drivers/gpu/drm/amd/display/dmub/dmub_srv_stat.h
39
struct dmub_notification *notify);
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
100
notify->type = DMUB_NOTIFICATION_HPD_SENSE_NOTIFY;
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
101
dmub_memcpy(&notify->hpd_sense_notify,
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
106
notify->type = DMUB_NOTIFICATION_FUSED_IO;
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
107
dmub_memcpy(&notify->fused_request, &cmd.fused_io.request, sizeof(cmd.fused_io.request));
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
110
notify->type = DMUB_NOTIFICATION_NO_DATA;
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
123
notify->pending_notification = false;
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
125
notify->pending_notification = true;
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
47
struct dmub_notification *notify)
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
57
notify->type = DMUB_NOTIFICATION_NO_DATA;
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
58
notify->pending_notification = false;
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
66
notify->type = DMUB_NOTIFICATION_NO_DATA;
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
67
notify->pending_notification = false;
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
73
notify->type = DMUB_NOTIFICATION_AUX_REPLY;
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
74
notify->instance = cmd.dp_aux_reply.control.instance;
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
75
notify->result = cmd.dp_aux_reply.control.result;
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
76
dmub_memcpy((void *)&notify->aux_reply,
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
81
notify->type = DMUB_NOTIFICATION_HPD;
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
82
notify->hpd_status = cmd.dp_hpd_notify.hpd_data.hpd_status;
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
84
notify->type = DMUB_NOTIFICATION_HPD_IRQ;
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
87
notify->instance = cmd.dp_hpd_notify.hpd_data.instance;
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
88
notify->result = AUX_RET_SUCCESS;
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
91
notify->type = DMUB_NOTIFICATION_SET_CONFIG_REPLY;
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
92
notify->instance = cmd.set_config_reply.set_config_reply_control.instance;
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
93
notify->sc_status = cmd.set_config_reply.set_config_reply_control.status;
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
96
notify->type = DMUB_NOTIFICATION_DPIA_NOTIFICATION;
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
97
notify->instance = cmd.dpia_notification.payload.header.instance;
drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.c
287
cec->notify = cec_notifier_cec_adap_register(pdev->dev.parent,
drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.c
289
if (!cec->notify)
drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.c
294
cec_notifier_cec_adap_unregister(cec->notify, cec->adap);
drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.c
311
cec_notifier_cec_adap_unregister(cec->notify, cec->adap);
drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.c
63
struct cec_notifier *notify;
drivers/gpu/drm/nouveau/nouveau_drm.c
361
nvkm_gpuobj_del(&drm->notify);
drivers/gpu/drm/nouveau/nouveau_drm.c
428
ret = nvkm_gpuobj_new(nvxx_device(drm), 32, 0, false, NULL, &drm->notify);
drivers/gpu/drm/nouveau/nouveau_drm.c
440
.start = drm->notify->addr,
drivers/gpu/drm/nouveau/nouveau_drm.c
441
.limit = drm->notify->addr + 31
drivers/gpu/drm/nouveau/nouveau_drv.h
276
struct nvkm_gpuobj *notify;
drivers/gpu/drm/nouveau/nouveau_svm.c
1009
&buffer->notify);
drivers/gpu/drm/nouveau/nouveau_svm.c
54
struct nvif_event notify;
drivers/gpu/drm/nouveau/nouveau_svm.c
886
struct nouveau_svm_fault_buffer *buffer = container_of(event, typeof(*buffer), notify);
drivers/gpu/drm/nouveau/nouveau_svm.c
946
nvif_event_block(&buffer->notify);
drivers/gpu/drm/nouveau/nouveau_svm.c
960
return nvif_event_allow(&buffer->notify);
drivers/gpu/drm/nouveau/nouveau_svm.c
980
nvif_event_dtor(&buffer->notify);
drivers/gpu/drm/nouveau/nvkm/engine/sw/gf100.c
124
gf100_sw_chan_vblsem_release, &chan->vblank.notify[i]);
drivers/gpu/drm/nouveau/nvkm/engine/sw/gf100.c
39
gf100_sw_chan_vblsem_release(struct nvkm_event_ntfy *notify, u32 bits)
drivers/gpu/drm/nouveau/nvkm/engine/sw/gf100.c
42
container_of(notify, typeof(*chan), vblank.notify[notify->id]);
drivers/gpu/drm/nouveau/nvkm/engine/sw/gf100.c
76
nvkm_event_ntfy_allow(&chan->vblank.notify[data]);
drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.c
119
nv50_sw_chan_vblsem_release, &chan->vblank.notify[i]);
drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.c
39
nv50_sw_chan_vblsem_release(struct nvkm_event_ntfy *notify, u32 bits)
drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.c
42
container_of(notify, typeof(*chan), vblank.notify[notify->id]);
drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.c
73
nvkm_event_ntfy_allow(&chan->vblank.notify[data]);
drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.c
89
for (i = 0; i < ARRAY_SIZE(chan->vblank.notify); i++)
drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.c
90
nvkm_event_ntfy_del(&chan->vblank.notify[i]);
drivers/gpu/drm/nouveau/nvkm/engine/sw/nv50.h
13
struct nvkm_event_ntfy notify[4];
drivers/gpu/drm/virtio/virtgpu_vq.c
513
bool notify;
drivers/gpu/drm/virtio/virtgpu_vq.c
519
notify = virtqueue_kick_prepare(vgdev->ctrlq.vq);
drivers/gpu/drm/virtio/virtgpu_vq.c
521
if (notify)
drivers/gpu/drm/virtio/virtgpu_vq.c
527
bool notify;
drivers/gpu/drm/virtio/virtgpu_vq.c
534
notify = virtqueue_kick_prepare(vgdev->ctrlq.vq);
drivers/gpu/drm/virtio/virtgpu_vq.c
537
if (notify)
drivers/gpu/drm/virtio/virtgpu_vq.c
553
bool notify;
drivers/gpu/drm/virtio/virtgpu_vq.c
578
notify = virtqueue_kick_prepare(vq);
drivers/gpu/drm/virtio/virtgpu_vq.c
583
if (notify)
drivers/gpu/drm/xen/xen_drm_front_evtchnl.c
326
int notify;
drivers/gpu/drm/xen/xen_drm_front_evtchnl.c
329
RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&evtchnl->u.req.ring, notify);
drivers/gpu/drm/xen/xen_drm_front_evtchnl.c
330
if (notify)
drivers/hwmon/acpi_power_meter.c
1001
.notify = acpi_power_meter_notify,
drivers/hwmon/occ/p9_sbe.c
56
bool notify = false;
drivers/hwmon/occ/p9_sbe.c
72
notify = true;
drivers/hwmon/occ/p9_sbe.c
80
return notify;
drivers/hwmon/pmbus/pmbus_core.c
2991
unsigned int *event, bool notify)
drivers/hwmon/pmbus/pmbus_core.c
3018
if (notify && status)
drivers/hwmon/pmbus/pmbus_core.c
3074
unsigned int *event, bool notify)
drivers/hwmon/pmbus/pmbus_core.c
3079
ret = _pmbus_get_flags(data, page, flags, event, notify);
drivers/iio/light/acpi-als.c
237
.notify = acpi_als_notify,
drivers/infiniband/hw/hfi1/affinity.c
778
static void hfi1_irq_notifier_notify(struct irq_affinity_notify *notify,
drivers/infiniband/hw/hfi1/affinity.c
782
struct hfi1_msix_entry *msix = container_of(notify,
drivers/infiniband/hw/hfi1/affinity.c
784
notify);
drivers/infiniband/hw/hfi1/affinity.c
800
struct irq_affinity_notify *notify = &msix->notify;
drivers/infiniband/hw/hfi1/affinity.c
802
notify->irq = msix->irq;
drivers/infiniband/hw/hfi1/affinity.c
803
notify->notify = hfi1_irq_notifier_notify;
drivers/infiniband/hw/hfi1/affinity.c
804
notify->release = hfi1_irq_notifier_release;
drivers/infiniband/hw/hfi1/affinity.c
806
if (irq_set_affinity_notifier(notify->irq, notify))
drivers/infiniband/hw/hfi1/affinity.c
808
notify->irq);
drivers/infiniband/hw/hfi1/affinity.c
813
struct irq_affinity_notify *notify = &msix->notify;
drivers/infiniband/hw/hfi1/affinity.c
815
if (irq_set_affinity_notifier(notify->irq, NULL))
drivers/infiniband/hw/hfi1/affinity.c
817
notify->irq);
drivers/infiniband/hw/hfi1/hfi.h
685
struct irq_affinity_notify notify;
drivers/infiniband/hw/ionic/ionic_datapath.c
1230
bool notify = false;
drivers/infiniband/hw/ionic/ionic_datapath.c
1284
notify = true;
drivers/infiniband/hw/ionic/ionic_datapath.c
1292
if (notify && vcq->ibcq.comp_handler)
drivers/infiniband/hw/ionic/ionic_datapath.c
1307
bool notify = false;
drivers/infiniband/hw/ionic/ionic_datapath.c
1361
notify = true;
drivers/infiniband/hw/ionic/ionic_datapath.c
1369
if (notify && vcq->ibcq.comp_handler)
drivers/infiniband/hw/qedr/main.c
1039
.notify = qedr_notify,
drivers/infiniband/sw/rdmavt/cq.c
102
if (cq->notify == IB_CQ_NEXT_COMP ||
drivers/infiniband/sw/rdmavt/cq.c
103
(cq->notify == IB_CQ_SOLICITED &&
drivers/infiniband/sw/rdmavt/cq.c
109
cq->notify = RVT_CQ_NONE;
drivers/infiniband/sw/rdmavt/cq.c
252
cq->notify = RVT_CQ_NONE;
drivers/infiniband/sw/rdmavt/cq.c
315
if (cq->notify != IB_CQ_NEXT_COMP)
drivers/infiniband/sw/rdmavt/cq.c
316
cq->notify = notify_flags & IB_CQ_SOLICITED_MASK;
drivers/infiniband/sw/rxe/rxe_comp.c
588
static void flush_send_queue(struct rxe_qp *qp, bool notify)
drivers/infiniband/sw/rxe/rxe_comp.c
599
if (notify) {
drivers/infiniband/sw/rxe/rxe_comp.c
602
notify = 0;
drivers/infiniband/sw/rxe/rxe_comp.c
656
bool notify = qp->valid && (qp_state(qp) == IB_QPS_ERR);
drivers/infiniband/sw/rxe/rxe_comp.c
659
flush_send_queue(qp, notify);
drivers/infiniband/sw/rxe/rxe_cq.c
113
if ((cq->notify & IB_CQ_NEXT_COMP) ||
drivers/infiniband/sw/rxe/rxe_cq.c
114
(cq->notify & IB_CQ_SOLICITED && solicited)) {
drivers/infiniband/sw/rxe/rxe_cq.c
115
cq->notify = 0;
drivers/infiniband/sw/rxe/rxe_resp.c
1472
static void flush_recv_queue(struct rxe_qp *qp, bool notify)
drivers/infiniband/sw/rxe/rxe_resp.c
1479
if (notify && qp->ibqp.event_handler) {
drivers/infiniband/sw/rxe/rxe_resp.c
1495
if (notify) {
drivers/infiniband/sw/rxe/rxe_resp.c
1498
notify = 0;
drivers/infiniband/sw/rxe/rxe_resp.c
1517
bool notify = qp->valid && (qp_state(qp) == IB_QPS_ERR);
drivers/infiniband/sw/rxe/rxe_resp.c
1520
flush_recv_queue(qp, notify);
drivers/infiniband/sw/rxe/rxe_verbs.c
1204
cq->notify |= flags & IB_CQ_SOLICITED_MASK;
drivers/infiniband/sw/rxe/rxe_verbs.h
65
u8 notify;
drivers/infiniband/sw/siw/siw.h
202
struct siw_cq_ctrl *notify;
drivers/infiniband/sw/siw/siw_qp.c
1013
cq_notify = READ_ONCE(cq->notify->flags);
drivers/infiniband/sw/siw/siw_qp.c
1024
WRITE_ONCE(cq->notify->flags, SIW_NOTIFY_NOT);
drivers/infiniband/sw/siw/siw_qp.c
1049
bool notify;
drivers/infiniband/sw/siw/siw_qp.c
1068
notify = siw_cq_notify_now(cq, sqe_flags);
drivers/infiniband/sw/siw/siw_qp.c
1072
if (notify) {
drivers/infiniband/sw/siw/siw_qp.c
1106
bool notify;
drivers/infiniband/sw/siw/siw_qp.c
1130
notify = siw_cq_notify_now(cq, SIW_WQE_SIGNALLED);
drivers/infiniband/sw/siw/siw_qp.c
1134
if (notify) {
drivers/infiniband/sw/siw/siw_verbs.c
1183
cq->notify = (struct siw_cq_ctrl *)&cq->queue[size];
drivers/infiniband/sw/siw/siw_verbs.c
1280
smp_store_mb(cq->notify->flags, SIW_NOTIFY_SOLICITED);
drivers/infiniband/sw/siw/siw_verbs.c
1286
smp_store_mb(cq->notify->flags, SIW_NOTIFY_ALL);
drivers/infiniband/ulp/rtrs/rtrs-clt.c
345
bool notify, bool can_wait);
drivers/infiniband/ulp/rtrs/rtrs-clt.c
381
bool notify, bool can_wait)
drivers/infiniband/ulp/rtrs/rtrs-clt.c
417
WARN_ON(!notify);
drivers/infiniband/ulp/rtrs/rtrs-clt.c
449
clt_path->hca_port, notify);
drivers/infiniband/ulp/rtrs/rtrs-clt.c
452
if (notify)
drivers/isdn/mISDN/stack.c
207
if (st->notify != NULL) {
drivers/isdn/mISDN/stack.c
208
complete(st->notify);
drivers/isdn/mISDN/stack.c
209
st->notify = NULL;
drivers/isdn/mISDN/stack.c
272
if (st->notify != NULL) {
drivers/isdn/mISDN/stack.c
273
complete(st->notify);
drivers/isdn/mISDN/stack.c
274
st->notify = NULL;
drivers/isdn/mISDN/stack.c
317
if (st->notify != NULL) {
drivers/isdn/mISDN/stack.c
318
complete(st->notify);
drivers/isdn/mISDN/stack.c
319
st->notify = NULL;
drivers/isdn/mISDN/stack.c
401
newst->notify = &done;
drivers/isdn/mISDN/stack.c
630
if (st->notify) {
drivers/isdn/mISDN/stack.c
633
complete(st->notify);
drivers/isdn/mISDN/stack.c
635
st->notify = &done;
drivers/md/dm-bufio.c
1304
.notify.fn = dmio_complete,
drivers/md/dm-bufio.c
1305
.notify.context = b,
drivers/md/dm-integrity.c
1073
io_req.notify.fn = complete_journal_io;
drivers/md/dm-integrity.c
1074
io_req.notify.context = comp;
drivers/md/dm-integrity.c
1076
io_req.notify.fn = NULL;
drivers/md/dm-integrity.c
1193
io_req.notify.fn = fn;
drivers/md/dm-integrity.c
1194
io_req.notify.context = data;
drivers/md/dm-integrity.c
1519
fr.io_req.notify.fn = flush_notify;
drivers/md/dm-integrity.c
1520
fr.io_req.notify.context = &fr;
drivers/md/dm-integrity.c
1829
io_req.notify.fn = NULL;
drivers/md/dm-integrity.c
3216
io_req.notify.fn = NULL;
drivers/md/dm-integrity.c
550
io_req.notify.fn = NULL;
drivers/md/dm-io.c
517
if (!io_req->notify.fn)
drivers/md/dm-io.c
522
io_req->notify.fn, io_req->notify.context, ioprio);
drivers/md/dm-kcopyd.c
563
.notify.fn = complete_io,
drivers/md/dm-kcopyd.c
564
.notify.context = job,
drivers/md/dm-log.c
462
lc->io_req.notify.fn = NULL;
drivers/md/dm-raid1.c
549
.notify.fn = read_callback,
drivers/md/dm-raid1.c
550
.notify.context = bio,
drivers/md/dm-raid1.c
663
.notify.fn = write_callback,
drivers/md/dm-raid1.c
664
.notify.context = bio,
drivers/md/dm-snap-persistent.c
245
.notify.fn = NULL,
drivers/md/dm-vdo/slab-depot.c
2756
bool notify = vdo_waitq_has_waiters(&scrubber->waiters);
drivers/md/dm-vdo/slab-depot.c
2803
if (notify)
drivers/md/dm-vdo/vdo.c
1007
.notify = notification,
drivers/md/dm-vdo/vdo.c
1163
listener->notify(listener->listener, completion);
drivers/md/dm-vdo/vdo.c
1244
bool notify = false;
drivers/md/dm-vdo/vdo.c
1265
notify = true;
drivers/md/dm-vdo/vdo.c
1270
if (!notify) {
drivers/md/dm-vdo/vdo.h
51
vdo_read_only_notification_fn notify;
drivers/md/dm-verity-target.c
391
io_req.notify.fn = NULL;
drivers/md/dm-writecache.c
529
req.notify.fn = writecache_notify_io;
drivers/md/dm-writecache.c
530
req.notify.context = &endio;
drivers/md/dm-writecache.c
567
req.notify.fn = NULL;
drivers/md/dm-writecache.c
568
req.notify.context = NULL;
drivers/md/dm-writecache.c
596
req.notify.fn = NULL;
drivers/md/dm-writecache.c
990
req.notify.fn = NULL;
drivers/media/cec/i2c/tda9950.c
460
priv->notify = cec_notifier_cec_adap_register(priv->hdmi, NULL,
drivers/media/cec/i2c/tda9950.c
462
if (!priv->notify)
drivers/media/cec/i2c/tda9950.c
467
cec_notifier_cec_adap_unregister(priv->notify, priv->adap);
drivers/media/cec/i2c/tda9950.c
484
cec_notifier_cec_adap_unregister(priv->notify, priv->adap);
drivers/media/cec/i2c/tda9950.c
69
struct cec_notifier *notify;
drivers/media/cec/platform/cros-ec/cros-ec-cec.c
37
struct cec_notifier *notify;
drivers/media/cec/platform/cros-ec/cros-ec-cec.c
469
port->notify = cec_notifier_cec_adap_register(hdmi_dev, conns[port_num],
drivers/media/cec/platform/cros-ec/cros-ec-cec.c
471
if (!port->notify) {
drivers/media/cec/platform/cros-ec/cros-ec-cec.c
485
cec_notifier_cec_adap_unregister(port->notify, port->adap);
drivers/media/cec/platform/cros-ec/cros-ec-cec.c
551
cec_notifier_cec_adap_unregister(port->notify, port->adap);
drivers/media/cec/platform/cros-ec/cros-ec-cec.c
577
cec_notifier_cec_adap_unregister(port->notify, port->adap);
drivers/media/cec/platform/meson/ao-cec-g12a.c
181
struct cec_notifier *notify;
drivers/media/cec/platform/meson/ao-cec-g12a.c
717
ao_cec->notify = cec_notifier_cec_adap_register(hdmi_dev, NULL,
drivers/media/cec/platform/meson/ao-cec-g12a.c
719
if (!ao_cec->notify) {
drivers/media/cec/platform/meson/ao-cec-g12a.c
734
cec_notifier_cec_adap_unregister(ao_cec->notify, ao_cec->adap);
drivers/media/cec/platform/meson/ao-cec-g12a.c
753
cec_notifier_cec_adap_unregister(ao_cec->notify, ao_cec->adap);
drivers/media/cec/platform/meson/ao-cec.c
223
struct cec_notifier *notify;
drivers/media/cec/platform/meson/ao-cec.c
668
ao_cec->notify = cec_notifier_cec_adap_register(hdmi_dev, NULL,
drivers/media/cec/platform/meson/ao-cec.c
670
if (!ao_cec->notify) {
drivers/media/cec/platform/meson/ao-cec.c
686
cec_notifier_cec_adap_unregister(ao_cec->notify, ao_cec->adap);
drivers/media/cec/platform/meson/ao-cec.c
705
cec_notifier_cec_adap_unregister(ao_cec->notify, ao_cec->adap);
drivers/media/i2c/bt819.c
242
if (sd->v4l2_dev == NULL || sd->v4l2_dev->notify == NULL)
drivers/media/i2c/bt819.c
294
if (sd->v4l2_dev == NULL || sd->v4l2_dev->notify == NULL)
drivers/media/mc/mc-device.c
608
struct media_entity_notify *notify, *next;
drivers/media/mc/mc-device.c
642
list_for_each_entry_safe(notify, next, &mdev->entity_notify, list)
drivers/media/mc/mc-device.c
643
notify->notify(entity, notify->notify_data);
drivers/media/mc/mc-device.c
816
struct media_entity_notify *notify, *nextp;
drivers/media/mc/mc-device.c
837
list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list)
drivers/media/mc/mc-device.c
838
__media_device_unregister_entity_notify(mdev, notify);
drivers/media/pci/cobalt/cobalt-driver.c
682
cobalt->v4l2_dev.notify = cobalt_notify;
drivers/media/pci/cx23885/cx23885-core.c
1972
dev->v4l2_dev.notify = cx23885_v4l2_dev_notify;
drivers/media/pci/zoran/zoran_card.c
1255
zr->v4l2_dev.notify = zoran_subdev_notify;
drivers/media/platform/raspberrypi/rp1-cfe/cfe.c
2152
cfe->v4l2_dev.notify = cfe_notify;
drivers/media/platform/renesas/rcar-vin/rcar-v4l2.c
699
vin->v4l2_dev.notify = rvin_notify;
drivers/media/platform/samsung/exynos4-is/media-dev.c
1448
v4l2_dev->notify = fimc_sensor_notify;
drivers/media/platform/ti/vpe/vpdma.c
840
int notify = 1;
drivers/media/platform/ti/vpe/vpdma.c
862
notify,
drivers/media/platform/ti/vpe/vpdma.c
909
int notify = 1;
drivers/media/platform/ti/vpe/vpdma.c
931
notify,
drivers/media/platform/ti/vpe/vpdma_priv.h
254
static inline u32 dtd_type_ctl_stride(int type, bool notify, int field,
drivers/media/platform/ti/vpe/vpdma_priv.h
258
return (type << DTD_DATA_TYPE_SHFT) | (notify << DTD_NOTIFY_SHFT) |
drivers/media/usb/au0828/au0828-core.c
129
struct media_entity_notify *notify, *nextp;
drivers/media/usb/au0828/au0828-core.c
135
list_for_each_entry_safe(notify, nextp, &mdev->entity_notify, list) {
drivers/media/usb/au0828/au0828-core.c
136
if (notify->notify != au0828_media_graph_notify)
drivers/media/usb/au0828/au0828-core.c
138
media_device_unregister_entity_notify(mdev, notify);
drivers/media/usb/au0828/au0828-core.c
629
dev->entity_notify.notify = (void *) au0828_media_graph_notify;
drivers/media/v4l2-core/v4l2-ctrls-core.c
1474
void v4l2_ctrl_notify(struct v4l2_ctrl *ctrl, v4l2_ctrl_notify_fnc notify, void *priv)
drivers/media/v4l2-core/v4l2-ctrls-core.c
1478
if (!notify) {
drivers/media/v4l2-core/v4l2-ctrls-core.c
1482
if (WARN_ON(ctrl->handler->notify && ctrl->handler->notify != notify))
drivers/media/v4l2-core/v4l2-ctrls-core.c
1484
ctrl->handler->notify = notify;
drivers/media/v4l2-core/v4l2-ctrls-core.c
1534
if (ctrl->call_notify && changed && ctrl->handler->notify)
drivers/media/v4l2-core/v4l2-ctrls-core.c
1535
ctrl->handler->notify(ctrl, ctrl->handler->notify_priv);
drivers/memstick/host/jmb38x_ms.c
51
struct tasklet_struct notify;
drivers/memstick/host/jmb38x_ms.c
631
tasklet_schedule(&host->notify);
drivers/memstick/host/jmb38x_ms.c
870
tasklet_init(&host->notify, jmb38x_ms_req_tasklet, (unsigned long)msh);
drivers/memstick/host/jmb38x_ms.c
982
tasklet_kill(&host->notify);
drivers/memstick/host/tifm_ms.c
490
tasklet_schedule(&host->notify);
drivers/memstick/host/tifm_ms.c
573
tasklet_init(&host->notify, tifm_ms_req_tasklet, (unsigned long)msh);
drivers/memstick/host/tifm_ms.c
598
tasklet_kill(&host->notify);
drivers/memstick/host/tifm_ms.c
71
struct tasklet_struct notify;
drivers/misc/vmw_vmci/vmci_context.c
151
context->notify = &ctx_dummy_notify;
drivers/misc/vmw_vmci/vmci_context.c
46
*context->notify = true;
drivers/misc/vmw_vmci/vmci_context.c
51
*context->notify = false;
drivers/misc/vmw_vmci/vmci_context.c
563
context->notify = &ctx_dummy_notify;
drivers/misc/vmw_vmci/vmci_context.h
81
bool *notify; /* Notify flag pointer - hosted only. */
drivers/misc/vmw_vmci/vmci_host.c
256
context->notify = kmap(context->notify_page) + (uva & (PAGE_SIZE - 1));
drivers/mmc/host/cqhci-core.c
673
bool notify)
drivers/mmc/host/cqhci-core.c
681
if (notify && mrq->recovery_notifier)
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
13652
u32 phy_flag, u32 link_flag, u8 notify)
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
13714
if (notify)
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
13731
u8 notify)
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
13761
LINK_STATUS_NONE, notify);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
13780
LINK_STATUS_NONE, notify);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
216
struct link_vars *vars, u8 notify);
drivers/net/ethernet/broadcom/bnxt/bnxt.c
11625
static void bnxt_irq_affinity_notify(struct irq_affinity_notify *notify,
drivers/net/ethernet/broadcom/bnxt/bnxt.c
11632
irq = container_of(notify, struct bnxt_irq, affinity_notify);
drivers/net/ethernet/broadcom/bnxt/bnxt.c
11661
struct irq_affinity_notify *notify =
drivers/net/ethernet/broadcom/bnxt/bnxt.c
11665
irq = container_of(notify, struct bnxt_irq, affinity_notify);
drivers/net/ethernet/broadcom/bnxt/bnxt.c
11685
struct irq_affinity_notify *notify;
drivers/net/ethernet/broadcom/bnxt/bnxt.c
11694
notify = &irq->affinity_notify;
drivers/net/ethernet/broadcom/bnxt/bnxt.c
11695
notify->irq = irq->vector;
drivers/net/ethernet/broadcom/bnxt/bnxt.c
11696
notify->notify = bnxt_irq_affinity_notify;
drivers/net/ethernet/broadcom/bnxt/bnxt.c
11697
notify->release = bnxt_irq_affinity_release;
drivers/net/ethernet/broadcom/bnxt/bnxt.c
11699
irq_set_affinity_notifier(irq->vector, notify);
drivers/net/ethernet/broadcom/bnxt/bnxt.c
2649
bool notify = false;
drivers/net/ethernet/broadcom/bnxt/bnxt.c
2671
notify = true;
drivers/net/ethernet/broadcom/bnxt/bnxt.c
2680
if (notify) {
drivers/net/ethernet/brocade/bna/bfa_ioc.c
1083
struct bfa_ioc_notify *notify;
drivers/net/ethernet/brocade/bna/bfa_ioc.c
1085
list_for_each_entry(notify, &ioc->notify_q, qe)
drivers/net/ethernet/brocade/bna/bfa_ioc.c
1086
notify->cbfn(notify->cbarg, event);
drivers/net/ethernet/brocade/bna/bfa_ioc.c
2744
struct bfa_ioc_notify *notify)
drivers/net/ethernet/brocade/bna/bfa_ioc.c
2746
list_add_tail(&notify->qe, &ioc->notify_q);
drivers/net/ethernet/brocade/bna/bfa_ioc.h
287
struct bfa_ioc_notify *notify);
drivers/net/ethernet/cisco/enic/vnic_dev.c
1031
if (vdev->notify)
drivers/net/ethernet/cisco/enic/vnic_dev.c
1034
vdev->notify, vdev->notify_pa);
drivers/net/ethernet/cisco/enic/vnic_dev.c
816
vdev->notify = notify_addr;
drivers/net/ethernet/cisco/enic/vnic_dev.c
833
if (vdev->notify || vdev->notify_pa) {
drivers/net/ethernet/cisco/enic/vnic_dev.c
835
vdev->notify);
drivers/net/ethernet/cisco/enic/vnic_dev.c
859
vdev->notify = NULL;
drivers/net/ethernet/cisco/enic/vnic_dev.c
868
if (vdev->notify) {
drivers/net/ethernet/cisco/enic/vnic_dev.c
871
vdev->notify, vdev->notify_pa);
drivers/net/ethernet/cisco/enic/vnic_dev.c
884
if (!vdev->notify || !vdev->notify_sz)
drivers/net/ethernet/cisco/enic/vnic_dev.c
889
memcpy(&vdev->notify_copy, vdev->notify, vdev->notify_sz);
drivers/net/ethernet/cisco/enic/vnic_dev.h
89
struct vnic_devcmd_notify *notify;
drivers/net/ethernet/emulex/benet/be_main.c
2602
u32 posted, page_offset = 0, notify = 0;
drivers/net/ethernet/emulex/benet/be_main.c
2662
notify = min(MAX_NUM_POST_ERX_DB, posted);
drivers/net/ethernet/emulex/benet/be_main.c
2663
be_rxq_notify(adapter, rxq->id, notify);
drivers/net/ethernet/emulex/benet/be_main.c
2664
posted -= notify;
drivers/net/ethernet/fungible/funeth/funeth_main.c
234
static void fun_irq_aff_notify(struct irq_affinity_notify *notify,
drivers/net/ethernet/fungible/funeth/funeth_main.c
237
struct fun_irq *p = container_of(notify, struct fun_irq, aff_notify);
drivers/net/ethernet/fungible/funeth/funeth_main.c
272
irq->aff_notify.notify = fun_irq_aff_notify;
drivers/net/ethernet/intel/i40e/i40e_main.c
4100
static void i40e_irq_affinity_notify(struct irq_affinity_notify *notify,
drivers/net/ethernet/intel/i40e/i40e_main.c
4104
container_of(notify, struct i40e_q_vector, affinity_notify);
drivers/net/ethernet/intel/i40e/i40e_main.c
4169
q_vector->affinity_notify.notify = i40e_irq_affinity_notify;
drivers/net/ethernet/pensando/ionic/ionic_lif.c
278
static void ionic_irq_aff_notify(struct irq_affinity_notify *notify,
drivers/net/ethernet/pensando/ionic/ionic_lif.c
281
struct ionic_intr_info *intr = container_of(notify, struct ionic_intr_info, aff_notify);
drivers/net/ethernet/pensando/ionic/ionic_lif.c
542
qcq->intr.aff_notify.notify = ionic_irq_aff_notify;
drivers/net/ethernet/qlogic/qede/qede_rdma.c
142
if (qedr_drv && edev->rdma_info.qedr_dev && qedr_drv->notify)
drivers/net/ethernet/qlogic/qede/qede_rdma.c
143
qedr_drv->notify(edev->rdma_info.qedr_dev, QEDE_UP);
drivers/net/ethernet/qlogic/qede/qede_rdma.c
158
if (qedr_drv && edev->rdma_info.qedr_dev && qedr_drv->notify)
drivers/net/ethernet/qlogic/qede/qede_rdma.c
159
qedr_drv->notify(edev->rdma_info.qedr_dev, QEDE_DOWN);
drivers/net/ethernet/qlogic/qede/qede_rdma.c
178
if (qedr_drv && edev->rdma_info.qedr_dev && qedr_drv->notify)
drivers/net/ethernet/qlogic/qede/qede_rdma.c
179
qedr_drv->notify(edev->rdma_info.qedr_dev, QEDE_CLOSE);
drivers/net/ethernet/qlogic/qede/qede_rdma.c
233
if (qedr_drv && edev->rdma_info.qedr_dev && qedr_drv->notify)
drivers/net/ethernet/qlogic/qede/qede_rdma.c
234
qedr_drv->notify(edev->rdma_info.qedr_dev, QEDE_CHANGE_ADDR);
drivers/net/ethernet/qlogic/qede/qede_rdma.c
240
if (qedr_drv && edev->rdma_info.qedr_dev && qedr_drv->notify)
drivers/net/ethernet/qlogic/qede/qede_rdma.c
241
qedr_drv->notify(edev->rdma_info.qedr_dev,
drivers/net/vxlan/vxlan_core.c
1003
notify = 1;
drivers/net/vxlan/vxlan_core.c
1007
notify = 1;
drivers/net/vxlan/vxlan_core.c
1023
notify |= rc;
drivers/net/vxlan/vxlan_core.c
1036
notify |= rc;
drivers/net/vxlan/vxlan_core.c
1042
if (notify) {
drivers/net/vxlan/vxlan_core.c
980
int notify = 0;
drivers/net/wireless/ath/wcn36xx/hal.h
1115
u8 notify;
drivers/net/wireless/ath/wcn36xx/hal.h
1146
u8 notify;
drivers/net/wireless/ath/wcn36xx/hal.h
1234
u8 notify;
drivers/net/wireless/ath/wcn36xx/smd.c
710
msg_body.notify = 1;
drivers/net/wireless/ath/wcn36xx/smd.c
812
msg_body.notify = 1;
drivers/net/wireless/ath/wil6210/interrupt.c
619
if (wil->platform_ops.notify) {
drivers/net/wireless/ath/wil6210/interrupt.c
621
wil->platform_ops.notify(wil->platform_handle,
drivers/net/wireless/ath/wil6210/main.c
1630
if (wil->platform_ops.notify) {
drivers/net/wireless/ath/wil6210/main.c
1631
rc = wil->platform_ops.notify(wil->platform_handle,
drivers/net/wireless/ath/wil6210/main.c
1780
if (wil->platform_ops.notify) {
drivers/net/wireless/ath/wil6210/main.c
1781
rc = wil->platform_ops.notify(wil->platform_handle,
drivers/net/wireless/ath/wil6210/pcie_bus.c
590
if (wil->platform_ops.notify)
drivers/net/wireless/ath/wil6210/pcie_bus.c
591
rc = wil->platform_ops.notify(wil->platform_handle,
drivers/net/wireless/ath/wil6210/pcie_bus.c
598
if (wil->platform_ops.notify)
drivers/net/wireless/ath/wil6210/pcie_bus.c
599
rc = wil->platform_ops.notify(wil->platform_handle,
drivers/net/wireless/ath/wil6210/wil_platform.h
41
int (*notify)(void *handle, enum wil_platform_event evt);
drivers/net/wireless/intel/iwlwifi/mld/scan.c
1721
int iwl_mld_scan_stop(struct iwl_mld *mld, int type, bool notify)
drivers/net/wireless/intel/iwlwifi/mld/scan.c
1753
if (notify) {
drivers/net/wireless/intel/iwlwifi/mld/scan.c
1760
} else if (notify) {
drivers/net/wireless/intel/iwlwifi/mld/scan.h
19
int iwl_mld_scan_stop(struct iwl_mld *mld, int type, bool notify);
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
2044
int iwl_mvm_scan_stop(struct iwl_mvm *mvm, int type, bool notify);
drivers/net/wireless/intel/iwlwifi/mvm/scan.c
3517
int iwl_mvm_scan_stop(struct iwl_mvm *mvm, int type, bool notify)
drivers/net/wireless/intel/iwlwifi/mvm/scan.c
3549
if (notify) {
drivers/net/wireless/intel/iwlwifi/mvm/scan.c
3556
} else if (notify) {
drivers/net/wireless/realtek/rtw89/core.c
1147
goto notify;
drivers/net/wireless/realtek/rtw89/core.c
1151
goto notify;
drivers/net/wireless/realtek/rtw89/core.c
1156
goto notify;
drivers/net/wireless/realtek/rtw89/core.c
1162
notify:
drivers/net/wireless/virtual/mac80211_hwsim.c
6735
struct netlink_notify *notify = _notify;
drivers/net/wireless/virtual/mac80211_hwsim.c
6740
remove_user_radios(notify->portid, hwsim_net_get_netgroup(notify->net));
drivers/net/wireless/virtual/mac80211_hwsim.c
6742
if (notify->portid == hwsim_net_get_wmediumd(notify->net)) {
drivers/net/wireless/virtual/mac80211_hwsim.c
6745
hwsim_register_wmediumd(notify->net, 0);
drivers/net/xen-netback/netback.c
1445
int notify;
drivers/net/xen-netback/netback.c
1447
RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(&queue->tx, notify);
drivers/net/xen-netback/netback.c
1448
if (notify)
drivers/net/xen-netback/netback.c
1637
int notify;
drivers/net/xen-netback/netback.c
1639
RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(&vif->ctrl, notify);
drivers/net/xen-netback/netback.c
1640
if (notify)
drivers/net/xen-netback/rx.c
162
int notify;
drivers/net/xen-netback/rx.c
186
RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(&queue->rx, notify);
drivers/net/xen-netback/rx.c
187
if (notify)
drivers/net/xen-netfront.c
302
int notify;
drivers/net/xen-netfront.c
356
RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&queue->rx, notify);
drivers/net/xen-netfront.c
357
if (notify)
drivers/net/xen-netfront.c
624
int notify;
drivers/net/xen-netfront.c
632
RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&queue->tx, notify);
drivers/net/xen-netfront.c
633
if (notify)
drivers/net/xen-netfront.c
712
int notify;
drivers/net/xen-netfront.c
841
RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&queue->tx, notify);
drivers/net/xen-netfront.c
842
if (notify)
drivers/nvdimm/bus.c
141
if (nd_drv->notify)
drivers/nvdimm/bus.c
142
nd_drv->notify(dev, event);
drivers/nvdimm/pmem.c
754
.notify = nd_pmem_notify,
drivers/nvdimm/region.c
146
.notify = nd_region_notify,
drivers/pci/hotplug/acpiphp_glue.c
349
adev->hp->notify = NULL;
drivers/pci/hotplug/acpiphp_glue.c
68
context->hp.notify = acpiphp_hotplug_notify;
drivers/pci/vgaarb.c
1468
bool notify = false;
drivers/pci/vgaarb.c
1482
notify = vga_arbiter_add_pci_device(pdev);
drivers/pci/vgaarb.c
1484
notify = vga_arbiter_del_pci_device(pdev);
drivers/pci/vgaarb.c
1486
if (notify)
drivers/perf/dwc_pcie_pmu.c
106
static bool notify;
drivers/perf/dwc_pcie_pmu.c
862
notify = true;
drivers/perf/dwc_pcie_pmu.c
877
if (notify)
drivers/platform/chrome/chromeos_tbmc.c
113
.notify = chromeos_tbmc_notify,
drivers/platform/chrome/wilco_ec/event.c
522
.notify = event_device_notify,
drivers/platform/loongarch/loongson-laptop.c
151
if (!sub_driver || !sub_driver->notify)
drivers/platform/loongarch/loongson-laptop.c
153
sub_driver->notify(sub_driver, event);
drivers/platform/loongarch/loongson-laptop.c
49
void (*notify)(struct generic_sub_driver *sub_driver, u32 event);
drivers/platform/loongarch/loongson-laptop.c
513
if (sub_driver->notify) {
drivers/platform/loongarch/loongson-laptop.c
545
.notify = event_notify,
drivers/platform/surface/surface_aggregator_hub.c
175
hub->notif.base.fn = desc->ops.notify;
drivers/platform/surface/surface_aggregator_hub.c
276
.notify = ssam_base_hub_notif,
drivers/platform/surface/surface_aggregator_hub.c
341
.notify = ssam_kip_hub_notif,
drivers/platform/surface/surface_aggregator_hub.c
60
u32 (*notify)(struct ssam_event_notifier *nf, const struct ssam_event *event);
drivers/platform/surface/surface_aggregator_tabletsw.c
168
sw->notif.base.fn = desc->ops.notify;
drivers/platform/surface/surface_aggregator_tabletsw.c
307
.notify = ssam_kip_sw_notif,
drivers/platform/surface/surface_aggregator_tabletsw.c
54
u32 (*notify)(struct ssam_event_notifier *nf, const struct ssam_event *event);
drivers/platform/surface/surface_aggregator_tabletsw.c
606
.notify = ssam_pos_sw_notif,
drivers/platform/surface/surfacepro3_button.c
259
.notify = surface_button_notify,
drivers/platform/wmi/core.c
1366
if (driver->notify)
drivers/platform/wmi/core.c
1367
driver->notify(&wblock->dev, obj);
drivers/platform/wmi/core.c
999
if (wdriver->notify || wdriver->notify_new) {
drivers/platform/x86/acer-wireless.c
62
.notify = acer_wireless_notify,
drivers/platform/x86/asus-laptop.c
1935
.notify = asus_acpi_notify,
drivers/platform/x86/asus-wireless.c
191
.notify = asus_wireless_notify,
drivers/platform/x86/asus-wmi.c
1684
bool registered, notify;
drivers/platform/x86/asus-wmi.c
1692
notify = asus->kbd_led_notify;
drivers/platform/x86/asus-wmi.c
1715
if (notify) {
drivers/platform/x86/classmate-laptop.c
1100
.notify = cmpc_keys_handler,
drivers/platform/x86/classmate-laptop.c
464
.notify = cmpc_accel_handler_v4,
drivers/platform/x86/classmate-laptop.c
699
.notify = cmpc_accel_handler,
drivers/platform/x86/classmate-laptop.c
792
.notify = cmpc_tablet_handler,
drivers/platform/x86/dell/dell-rbtn.c
296
.notify = rbtn_notify,
drivers/platform/x86/dell/dell-wmi-base.c
830
.notify = dell_wmi_notify,
drivers/platform/x86/eeepc-laptop.c
1471
.notify = eeepc_acpi_notify,
drivers/platform/x86/fujitsu-laptop.c
1095
.notify = acpi_fujitsu_bl_notify,
drivers/platform/x86/fujitsu-laptop.c
1111
.notify = acpi_fujitsu_laptop_notify,
drivers/platform/x86/lenovo/ideapad-laptop.c
2344
.notify = ideapad_wmi_notify,
drivers/platform/x86/lenovo/thinkpad_acpi.c
11596
if (ibm->acpi->notify) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
304
void (*notify) (struct ibm_struct *, u32);
drivers/platform/x86/lenovo/thinkpad_acpi.c
4107
.notify = hotkey_notify,
drivers/platform/x86/lenovo/thinkpad_acpi.c
817
if (!ibm || !ibm->acpi || !ibm->acpi->notify)
drivers/platform/x86/lenovo/thinkpad_acpi.c
820
ibm->acpi->notify(ibm, event);
drivers/platform/x86/lenovo/wmi-camera.c
139
.notify = lenovo_wmi_notify,
drivers/platform/x86/lenovo/wmi-events.c
187
.notify = lwmi_events_notify,
drivers/platform/x86/lenovo/ymc.c
157
.notify = lenovo_ymc_notify,
drivers/platform/x86/lenovo/yogabook.c
418
.notify = yogabook_wmi_notify,
drivers/platform/x86/lg-laptop.c
909
.notify = acpi_notify,
drivers/platform/x86/panasonic-laptop.c
211
.notify = acpi_pcc_hotkey_notify,
drivers/platform/x86/redmi-wmi.c
145
.notify = redmi_wmi_notify,
drivers/platform/x86/sony-laptop.c
3307
.notify = sony_nc_notify,
drivers/platform/x86/system76_acpi.c
816
.notify = system76_notify,
drivers/platform/x86/topstar-laptop.c
363
.notify = topstar_acpi_notify,
drivers/platform/x86/toshiba_acpi.c
3605
.notify = toshiba_acpi_notify,
drivers/platform/x86/toshiba_bluetooth.c
60
.notify = toshiba_bt_rfkill_notify,
drivers/platform/x86/toshiba_haps.c
259
.notify = toshiba_haps_notify,
drivers/platform/x86/uniwill/uniwill-wmi.c
80
.notify = uniwill_wmi_notify,
drivers/platform/x86/wireless-hotkey.c
120
.notify = wl_notify,
drivers/platform/x86/xo15-ebook.c
158
.notify = ebook_switch_notify,
drivers/regulator/da9121-regulator.c
716
bool notify = (item->warn == NULL);
drivers/regulator/da9121-regulator.c
719
if (notify) {
drivers/remoteproc/qcom_common.c
425
int qcom_unregister_ssr_notifier(void *notify, struct notifier_block *nb)
drivers/remoteproc/qcom_common.c
427
return srcu_notifier_chain_unregister(notify, nb);
drivers/rpmsg/virtio_rpmsg_bus.c
826
bool notify;
drivers/rpmsg/virtio_rpmsg_bus.c
928
notify = virtqueue_kick_prepare(vrp->rvq);
drivers/rpmsg/virtio_rpmsg_bus.c
938
if (notify)
drivers/s390/block/dasd_eckd.c
6862
.notify = dasd_generic_notify,
drivers/s390/block/dasd_fba.c
69
.notify = dasd_generic_notify,
drivers/s390/block/scm_drv.c
76
.notify = scm_notify,
drivers/s390/cio/device_fsm.c
297
if (!cdev->drv->notify) {
drivers/s390/cio/device_fsm.c
301
if (cdev->drv->notify(cdev, event))
drivers/s390/cio/scm.c
171
if (changed && scmdrv->notify)
drivers/s390/cio/scm.c
172
scmdrv->notify(scmdev, SCM_CHANGE);
drivers/s390/cio/scm.c
263
if (dev->driver && scmdrv->notify)
drivers/s390/cio/scm.c
264
scmdrv->notify(scmdev, SCM_AVAIL);
drivers/s390/net/qeth_core_main.c
1427
enum iucv_tx_notify notify;
drivers/s390/net/qeth_core_main.c
1435
notify = drain ? TX_NOTIFY_GENERALERROR :
drivers/s390/net/qeth_core_main.c
1437
qeth_notify_skbs(queue, buf, notify);
drivers/s390/net/qeth_core_main.c
5892
enum iucv_tx_notify notify;
drivers/s390/net/qeth_core_main.c
5922
notify = qeth_compute_cq_notification(aob->aorc, 0);
drivers/s390/net/qeth_core_main.c
5923
qeth_notify_skbs(queue, buffer, notify);
drivers/s390/scsi/zfcp_ccw.c
288
.notify = zfcp_ccw_notify,
drivers/s390/virtio/virtio_ccw.c
1474
.notify = virtio_ccw_cio_notify,
drivers/s390/virtio/virtio_ccw.c
555
bool (*notify)(struct virtqueue *vq);
drivers/s390/virtio/virtio_ccw.c
564
notify = virtio_ccw_kvm_notify_with_data;
drivers/s390/virtio/virtio_ccw.c
566
notify = virtio_ccw_kvm_notify;
drivers/s390/virtio/virtio_ccw.c
591
notify, callback, name);
drivers/scsi/aacraid/commsup.c
827
u32 notify;
drivers/scsi/aacraid/commsup.c
841
notify = HostNormCmdNotFull;
drivers/scsi/aacraid/commsup.c
844
notify = HostNormRespNotFull;
drivers/scsi/aacraid/commsup.c
850
aac_adapter_notify(dev, notify);
drivers/scsi/bfa/bfa_fcpim.c
100
if ((__tskim)->notify) \
drivers/scsi/bfa/bfa_fcpim.c
3421
tskim->notify = BFA_FALSE;
drivers/scsi/bfa/bfa_fcpim.c
3432
tskim->notify = BFA_TRUE;
drivers/scsi/bfa/bfa_fcpim.c
3461
tskim->notify = BFA_FALSE;
drivers/scsi/bfa/bfa_fcpim.c
3543
tskim->notify = BFA_FALSE;
drivers/scsi/bfa/bfa_fcpim.h
241
bfa_boolean_t notify; /* notify itnim on TM comp */
drivers/scsi/bfa/bfa_ioc.c
1307
struct bfa_ioc_notify_s *notify;
drivers/scsi/bfa/bfa_ioc.c
1311
notify = (struct bfa_ioc_notify_s *)qe;
drivers/scsi/bfa/bfa_ioc.c
1312
notify->cbfn(notify->cbarg, event);
drivers/scsi/esas2r/esas2r.h
1106
void esas2r_targ_db_remove_all(struct esas2r_adapter *a, bool notify);
drivers/scsi/esas2r/esas2r_targdb.c
59
void esas2r_targ_db_remove_all(struct esas2r_adapter *a, bool notify)
drivers/scsi/esas2r/esas2r_targdb.c
72
if (notify) {
drivers/scsi/fnic/vnic_dev.c
48
struct vnic_devcmd_notify *notify;
drivers/scsi/fnic/vnic_dev.c
762
if (!vdev->notify) {
drivers/scsi/fnic/vnic_dev.c
763
vdev->notify = dma_alloc_coherent(&vdev->pdev->dev,
drivers/scsi/fnic/vnic_dev.c
766
if (!vdev->notify)
drivers/scsi/fnic/vnic_dev.c
796
if (!vdev->notify)
drivers/scsi/fnic/vnic_dev.c
801
memcpy(&vdev->notify_copy, vdev->notify,
drivers/scsi/fnic/vnic_dev.c
886
if (vdev->notify)
drivers/scsi/fnic/vnic_dev.c
889
vdev->notify,
drivers/scsi/libfc/fc_libfc.c
241
void fc_lport_iterate(void (*notify)(struct fc_lport *, void *), void *arg)
drivers/scsi/libfc/fc_libfc.c
247
notify(lport, arg);
drivers/scsi/megaraid.h
297
#define CUR_NOTIFY_SIZE sizeof(struct notify)
drivers/scsi/megaraid.h
302
struct notify notify;
drivers/scsi/megaraid/mbox_defs.h
451
mraid_notify_t notify;
drivers/scsi/snic/vnic_dev.c
42
struct vnic_devcmd_notify *notify;
drivers/scsi/snic/vnic_dev.c
592
if (!vdev->notify) {
drivers/scsi/snic/vnic_dev.c
593
vdev->notify = dma_alloc_coherent(&vdev->pdev->dev,
drivers/scsi/snic/vnic_dev.c
596
if (!vdev->notify)
drivers/scsi/snic/vnic_dev.c
626
if (!vdev->notify)
drivers/scsi/snic/vnic_dev.c
631
memcpy(&vdev->notify_copy, vdev->notify,
drivers/scsi/snic/vnic_dev.c
680
if (vdev->notify)
drivers/scsi/snic/vnic_dev.c
683
vdev->notify,
drivers/scsi/xen-scsifront.c
188
int i, notify;
drivers/scsi/xen-scsifront.c
225
RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(ring, notify);
drivers/scsi/xen-scsifront.c
226
if (notify)
drivers/soc/qcom/pmic_glink_altmode.c
466
const struct usbc_notify *notify;
drivers/soc/qcom/pmic_glink_altmode.c
470
if (len != sizeof(*notify)) {
drivers/soc/qcom/pmic_glink_altmode.c
476
notify = data;
drivers/soc/qcom/pmic_glink_altmode.c
478
port = notify->port_idx;
drivers/soc/qcom/pmic_glink_altmode.c
479
orientation = notify->orientation;
drivers/soc/qcom/pmic_glink_altmode.c
489
alt_port->mux_ctrl = notify->mux_ctrl;
drivers/soc/qcom/pmic_glink_altmode.c
492
dp = &notify->extended_data.dp;
drivers/soc/qcom/pmic_glink_altmode.c
499
tbt = &notify->extended_data.tbt;
drivers/soc/ti/smartreflex.c
121
if (sr_class->notify)
drivers/soc/ti/smartreflex.c
122
sr_class->notify(sr_info, status);
drivers/soc/ti/smartreflex.c
203
if (sr_class->notify && sr_class->notify_flags && sr_info->irq) {
drivers/staging/media/imx/imx-media-dev-common.c
351
imxmd->v4l2_dev.notify = imx_media_notify;
drivers/staging/media/tegra-video/video.c
69
vid->v4l2_dev.notify = tegra_v4l2_dev_notify;
drivers/tee/qcomtee/core.c
783
if (qto->ops->notify)
drivers/tee/qcomtee/core.c
784
qto->ops->notify(oic, qto,
drivers/tee/qcomtee/primordial_obj.c
106
.notify = qcomtee_primordial_obj_notify,
drivers/tee/qcomtee/qcomtee.h
113
void qcomtee_user_object_set_notify(struct qcomtee_object *object, bool notify);
drivers/tee/qcomtee/qcomtee_object.h
216
void (*notify)(struct qcomtee_object_invoke_ctx *oic,
drivers/tee/qcomtee/user_obj.c
326
if (!uo->notify)
drivers/tee/qcomtee/user_obj.c
352
.notify = qcomtee_user_object_notify,
drivers/tee/qcomtee/user_obj.c
380
user_object->notify = true;
drivers/tee/qcomtee/user_obj.c
42
bool notify;
drivers/tee/qcomtee/user_obj.c
59
void qcomtee_user_object_set_notify(struct qcomtee_object *object, bool notify)
drivers/tee/qcomtee/user_obj.c
62
to_qcomtee_user_object(object)->notify = notify;
drivers/thermal/intel/intel_hfi.c
626
struct thermal_genl_notify *notify = _notify;
drivers/thermal/intel/intel_hfi.c
632
if (notify->mcgrp != THERMAL_GENL_EVENT_GROUP)
drivers/ufs/host/ufs-exynos.c
1702
enum ufs_notify_change_status notify)
drivers/ufs/host/ufs-exynos.c
1704
switch ((u8)notify) {
drivers/usb/gadget/function/f_acm.c
432
if (acm->notify->enabled) {
drivers/usb/gadget/function/f_acm.c
435
usb_ep_disable(acm->notify);
drivers/usb/gadget/function/f_acm.c
438
if (!acm->notify->desc)
drivers/usb/gadget/function/f_acm.c
439
if (config_ep_by_speed(cdev->gadget, f, acm->notify))
drivers/usb/gadget/function/f_acm.c
442
usb_ep_enable(acm->notify);
drivers/usb/gadget/function/f_acm.c
445
if (acm->notify->enabled) {
drivers/usb/gadget/function/f_acm.c
477
usb_ep_disable(acm->notify);
drivers/usb/gadget/function/f_acm.c
499
struct usb_ep *ep = acm->notify;
drivers/usb/gadget/function/f_acm.c
501
struct usb_cdc_notification *notify;
drivers/usb/gadget/function/f_acm.c
502
const unsigned len = sizeof(*notify) + length;
drivers/usb/gadget/function/f_acm.c
511
notify = req->buf;
drivers/usb/gadget/function/f_acm.c
512
buf = notify + 1;
drivers/usb/gadget/function/f_acm.c
514
notify->bmRequestType = USB_DIR_IN | USB_TYPE_CLASS
drivers/usb/gadget/function/f_acm.c
516
notify->bNotificationType = type;
drivers/usb/gadget/function/f_acm.c
517
notify->wValue = cpu_to_le16(value);
drivers/usb/gadget/function/f_acm.c
518
notify->wIndex = cpu_to_le16(acm->ctrl_id);
drivers/usb/gadget/function/f_acm.c
519
notify->wLength = cpu_to_le16(length);
drivers/usb/gadget/function/f_acm.c
57
struct usb_ep *notify;
drivers/usb/gadget/function/f_acm.c
667
acm->notify = ep;
drivers/usb/gadget/function/f_acm.c
705
acm->notify->name);
drivers/usb/gadget/function/f_acm.c
716
gs_free_req(acm->notify, acm->notify_req);
drivers/usb/gadget/function/f_ecm.c
417
status = usb_ep_queue(ecm->notify, req, GFP_ATOMIC);
drivers/usb/gadget/function/f_ecm.c
536
usb_ep_disable(ecm->notify);
drivers/usb/gadget/function/f_ecm.c
537
if (!(ecm->notify->desc)) {
drivers/usb/gadget/function/f_ecm.c
539
if (config_ep_by_speed(cdev->gadget, f, ecm->notify))
drivers/usb/gadget/function/f_ecm.c
542
usb_ep_enable(ecm->notify);
drivers/usb/gadget/function/f_ecm.c
56
struct usb_ep *notify;
drivers/usb/gadget/function/f_ecm.c
626
usb_ep_disable(ecm->notify);
drivers/usb/gadget/function/f_ecm.c
627
ecm->notify->desc = NULL;
drivers/usb/gadget/function/f_ecm.c
753
ecm->notify = ep;
drivers/usb/gadget/function/f_ecm.c
799
ecm->notify->name);
drivers/usb/gadget/function/f_ecm.c
922
usb_ep_dequeue(ecm->notify, ecm->notify_req);
drivers/usb/gadget/function/f_ecm.c
927
usb_ep_free_request(ecm->notify, ecm->notify_req);
drivers/usb/gadget/function/f_ncm.c
1378
if (ncm->notify->enabled) {
drivers/usb/gadget/function/f_ncm.c
1379
usb_ep_disable(ncm->notify);
drivers/usb/gadget/function/f_ncm.c
1380
ncm->notify->desc = NULL;
drivers/usb/gadget/function/f_ncm.c
1518
ncm->notify = ep;
drivers/usb/gadget/function/f_ncm.c
1574
ncm->notify->name);
drivers/usb/gadget/function/f_ncm.c
1741
usb_ep_dequeue(ncm->notify, ncm->notify_req);
drivers/usb/gadget/function/f_ncm.c
1746
usb_ep_free_request(ncm->notify, ncm->notify_req);
drivers/usb/gadget/function/f_ncm.c
56
struct usb_ep *notify;
drivers/usb/gadget/function/f_ncm.c
594
status = usb_ep_queue(ncm->notify, req, GFP_ATOMIC);
drivers/usb/gadget/function/f_ncm.c
870
usb_ep_disable(ncm->notify);
drivers/usb/gadget/function/f_ncm.c
872
if (!(ncm->notify->desc)) {
drivers/usb/gadget/function/f_ncm.c
874
if (config_ep_by_speed(cdev->gadget, f, ncm->notify))
drivers/usb/gadget/function/f_ncm.c
877
usb_ep_enable(ncm->notify);
drivers/usb/gadget/function/f_rndis.c
394
status = usb_ep_queue(rndis->notify, req, GFP_ATOMIC);
drivers/usb/gadget/function/f_rndis.c
423
if (ep != rndis->notify)
drivers/usb/gadget/function/f_rndis.c
431
status = usb_ep_queue(rndis->notify, req, GFP_ATOMIC);
drivers/usb/gadget/function/f_rndis.c
538
usb_ep_disable(rndis->notify);
drivers/usb/gadget/function/f_rndis.c
540
if (!rndis->notify->desc) {
drivers/usb/gadget/function/f_rndis.c
542
if (config_ep_by_speed(cdev->gadget, f, rndis->notify))
drivers/usb/gadget/function/f_rndis.c
545
usb_ep_enable(rndis->notify);
drivers/usb/gadget/function/f_rndis.c
604
if (!rndis->notify->enabled)
drivers/usb/gadget/function/f_rndis.c
612
usb_ep_disable(rndis->notify);
drivers/usb/gadget/function/f_rndis.c
613
rndis->notify->desc = NULL;
drivers/usb/gadget/function/f_rndis.c
745
rndis->notify = ep;
drivers/usb/gadget/function/f_rndis.c
80
struct usb_ep *notify;
drivers/usb/gadget/function/f_rndis.c
807
rndis->notify->name);
drivers/usb/gadget/function/f_rndis.c
956
usb_ep_free_request(rndis->notify, rndis->notify_req);
drivers/usb/gadget/function/f_uac1.c
1479
audio->notify = audio_notify;
drivers/usb/gadget/function/f_uac2.c
1338
agdev->notify = afunc_notify;
drivers/usb/gadget/function/u_audio.c
1073
if (change && audio_dev->notify)
drivers/usb/gadget/function/u_audio.c
1074
audio_dev->notify(audio_dev, prm->fu_id, UAC_FU_VOLUME);
drivers/usb/gadget/function/u_audio.c
994
if (change && audio_dev->notify)
drivers/usb/gadget/function/u_audio.c
995
audio_dev->notify(audio_dev, prm->fu_id, UAC_FU_MUTE);
drivers/usb/gadget/function/u_audio.h
76
int (*notify)(struct g_audio *g_audio, int unit_id, int cs);
drivers/usb/host/xen-hcd.c
1018
int notify;
drivers/usb/host/xen-hcd.c
1064
RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&info->conn_ring, notify);
drivers/usb/host/xen-hcd.c
1065
if (notify)
drivers/usb/host/xen-hcd.c
1225
int notify;
drivers/usb/host/xen-hcd.c
1243
RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&info->conn_ring, notify);
drivers/usb/host/xen-hcd.c
1244
if (notify)
drivers/usb/host/xen-hcd.c
785
int notify;
drivers/usb/host/xen-hcd.c
813
RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&info->urb_ring, notify);
drivers/usb/host/xen-hcd.c
814
if (notify)
drivers/usb/host/xhci-ring.c
1383
bool notify;
drivers/usb/host/xhci-ring.c
1389
notify = !(xhci->xhc_state & XHCI_STATE_REMOVING);
drivers/usb/host/xhci-ring.c
1390
if (notify)
drivers/usb/host/xhci-ring.c
1405
if (notify)
drivers/usb/storage/scsiglue.c
440
wait_for_completion(&us->notify);
drivers/usb/storage/usb.c
1049
init_completion(&(us->notify));
drivers/usb/storage/usb.c
484
complete(&(us->notify));
drivers/usb/storage/usb.h
137
struct completion notify; /* thread begin/end */
drivers/usb/typec/bus.c
109
if (partner->adev.ops && partner->adev.ops->notify)
drivers/usb/typec/bus.c
110
return partner->adev.ops->notify(&partner->adev, conf, data);
drivers/vdpa/alibaba/eni_vdpa.c
32
void __iomem *notify;
drivers/vdpa/alibaba/eni_vdpa.c
349
iowrite16(qid, eni_vdpa->vring[qid].notify);
drivers/vdpa/alibaba/eni_vdpa.c
514
eni_vdpa->vring[i].notify = ldev->ioaddr + VIRTIO_PCI_QUEUE_NOTIFY;
drivers/vdpa/mlx5/net/mlx5_vnet.c
2535
cvq->vring.notify = mlx5_cvq_notify;
drivers/vdpa/pds/vdpa_dev.c
485
pdsv->vqs[i].notify =
drivers/vdpa/pds/vdpa_dev.c
496
void __iomem *notify)
drivers/vdpa/pds/vdpa_dev.c
503
pdsv->vqs[qid].notify = notify;
drivers/vdpa/pds/vdpa_dev.c
535
pds_vdpa_init_vqs_entry(pdsv, i, pdsv->vqs[i].notify);
drivers/vdpa/pds/vdpa_dev.c
730
void __iomem *notify;
drivers/vdpa/pds/vdpa_dev.c
732
notify = vp_modern_map_vq_notify(&pdsv->vdpa_aux->vd_mdev,
drivers/vdpa/pds/vdpa_dev.c
734
pds_vdpa_init_vqs_entry(pdsv, i, notify);
drivers/vdpa/pds/vdpa_dev.c
95
iowrite16(qid, pdsv->vqs[qid].notify);
drivers/vdpa/pds/vdpa_dev.h
20
void __iomem *notify;
drivers/vdpa/vdpa_sim/vdpa_sim.c
124
vq->vring.notify = vdpasim_vq_notify;
drivers/vdpa/vdpa_sim/vdpa_sim.c
139
vq->vring.notify = NULL;
drivers/vdpa/virtio_pci/vp_vdpa.c
27
void __iomem *notify;
drivers/vdpa/virtio_pci/vp_vdpa.c
367
vp_iowrite16(qid, vp_vdpa->vring[qid].notify);
drivers/vdpa/virtio_pci/vp_vdpa.c
375
vp_iowrite32(data, vp_vdpa->vring[qid].notify);
drivers/vdpa/virtio_pci/vp_vdpa.c
457
struct vdpa_notification_area notify;
drivers/vdpa/virtio_pci/vp_vdpa.c
459
notify.addr = vp_vdpa->vring[qid].notify_pa;
drivers/vdpa/virtio_pci/vp_vdpa.c
460
notify.size = mdev->notify_offset_multiplier;
drivers/vdpa/virtio_pci/vp_vdpa.c
462
return notify;
drivers/vdpa/virtio_pci/vp_vdpa.c
560
vp_vdpa->vring[i].notify =
drivers/vdpa/virtio_pci/vp_vdpa.c
563
if (!vp_vdpa->vring[i].notify) {
drivers/vhost/vdpa.c
1490
struct vdpa_notification_area notify;
drivers/vhost/vdpa.c
1494
notify = ops->get_vq_notification(vdpa, index);
drivers/vhost/vdpa.c
1496
return vmf_insert_pfn(vma, vmf->address & PAGE_MASK, PFN_DOWN(notify.addr));
drivers/vhost/vdpa.c
1508
struct vdpa_notification_area notify;
drivers/vhost/vdpa.c
1526
notify = ops->get_vq_notification(vdpa, index);
drivers/vhost/vdpa.c
1527
if (notify.addr & (PAGE_SIZE - 1))
drivers/vhost/vdpa.c
1529
if (vma->vm_end - vma->vm_start != notify.size)
drivers/vhost/vringh.c
501
bool notify;
drivers/vhost/vringh.c
532
notify = true;
drivers/vhost/vringh.c
534
notify = vring_need_event(used_event,
drivers/vhost/vringh.c
540
return notify;
drivers/video/backlight/pwm_bl.c
32
int (*notify)(struct device *,
drivers/video/backlight/pwm_bl.c
472
pb->notify = data->notify;
drivers/video/backlight/pwm_bl.c
652
if (pb->notify)
drivers/video/backlight/pwm_bl.c
653
pb->notify(pb->dev, 0);
drivers/video/backlight/pwm_bl.c
97
if (pb->notify)
drivers/video/backlight/pwm_bl.c
98
brightness = pb->notify(pb->dev, brightness);
drivers/virt/acrn/hsm.c
113
struct acrn_ioreq_notify notify;
drivers/virt/acrn/hsm.c
382
if (copy_from_user(&notify, (void __user *)ioctl_param,
drivers/virt/acrn/hsm.c
386
if (notify.reserved != 0)
drivers/virt/acrn/hsm.c
389
ret = acrn_ioreq_request_default_complete(vm, notify.vcpu);
drivers/virtio/virtio_mmio.c
351
bool (*notify)(struct virtqueue *vq);
drivers/virtio/virtio_mmio.c
357
notify = vm_notify_with_data;
drivers/virtio/virtio_mmio.c
359
notify = vm_notify;
drivers/virtio/virtio_mmio.c
382
true, true, ctx, notify, callback, name);
drivers/virtio/virtio_pci_modern.c
695
bool (*notify)(struct virtqueue *vq);
drivers/virtio/virtio_pci_modern.c
702
notify = vp_notify_with_data;
drivers/virtio/virtio_pci_modern.c
704
notify = vp_notify;
drivers/virtio/virtio_pci_modern.c
721
notify, callback, name);
drivers/virtio/virtio_pci_modern_dev.c
226
int err, common, isr, notify, device;
drivers/virtio/virtio_pci_modern_dev.c
269
notify = virtio_pci_find_capability(pci_dev, VIRTIO_PCI_CAP_NOTIFY_CFG,
drivers/virtio/virtio_pci_modern_dev.c
272
if (!isr || !notify) {
drivers/virtio/virtio_pci_modern_dev.c
275
common, isr, notify);
drivers/virtio/virtio_pci_modern_dev.c
315
notify + offsetof(struct virtio_pci_notify_cap,
drivers/virtio/virtio_pci_modern_dev.c
320
notify + offsetof(struct virtio_pci_notify_cap,
drivers/virtio/virtio_pci_modern_dev.c
325
notify + offsetof(struct virtio_pci_notify_cap,
drivers/virtio/virtio_pci_modern_dev.c
334
mdev->notify_base = vp_modern_map_capability(mdev, notify,
drivers/virtio/virtio_pci_modern_dev.c
342
mdev->notify_map_cap = notify;
drivers/virtio/virtio_ring.c
1303
bool (*notify)(struct virtqueue *),
drivers/virtio/virtio_ring.c
1321
vq->notify = notify;
drivers/virtio/virtio_ring.c
1365
bool (*notify)(struct virtqueue *),
drivers/virtio/virtio_ring.c
1380
context, notify, callback, name, map);
drivers/virtio/virtio_ring.c
2523
bool (*notify)(struct virtqueue *),
drivers/virtio/virtio_ring.c
2541
vq->notify = notify;
drivers/virtio/virtio_ring.c
258
bool (*notify)(struct virtqueue *vq);
drivers/virtio/virtio_ring.c
2585
bool (*notify)(struct virtqueue *),
drivers/virtio/virtio_ring.c
2597
context, notify, callback, name, map);
drivers/virtio/virtio_ring.c
3036
if (!vq->notify(_vq)) {
drivers/virtio/virtio_ring.c
3268
bool (*notify)(struct virtqueue *),
drivers/virtio/virtio_ring.c
3277
context, notify, callback, name, map);
drivers/virtio/virtio_ring.c
3281
context, notify, callback, name, map);
drivers/virtio/virtio_ring.c
3293
bool (*notify)(struct virtqueue *),
drivers/virtio/virtio_ring.c
3302
context, notify, callback, name, map);
drivers/virtio/virtio_ring.c
3306
context, notify, callback, name, map);
drivers/virtio/virtio_ring.c
3408
bool (*notify)(struct virtqueue *vq),
drivers/virtio/virtio_ring.c
3422
context, notify, callback,
drivers/virtio/virtio_ring.c
3428
context, notify, callback, name,
drivers/virtio/virtio_ring.c
664
vq->notify(&vq->vq);
drivers/virtio/virtio_rtc_driver.c
1273
bool notify;
drivers/virtio/virtio_rtc_driver.c
1303
notify = virtqueue_kick_prepare(alarm_vq);
drivers/virtio/virtio_rtc_driver.c
1306
if (notify && !virtqueue_notify(alarm_vq)) {
drivers/virtio/virtio_rtc_driver.c
1353
bool notify = false;
drivers/virtio/virtio_rtc_driver.c
1369
notify = virtqueue_kick_prepare(alarm_vq);
drivers/virtio/virtio_rtc_driver.c
1374
if (notify && !virtqueue_notify(alarm_vq))
drivers/virtio/virtio_rtc_driver.c
324
bool notify;
drivers/virtio/virtio_rtc_driver.c
362
notify = virtqueue_kick_prepare(vq);
drivers/virtio/virtio_rtc_driver.c
366
if (notify)
drivers/virtio/virtio_rtc_driver.c
421
bool notify;
drivers/virtio/virtio_rtc_driver.c
443
notify = virtqueue_kick_prepare(vq->vq);
drivers/virtio/virtio_rtc_driver.c
447
if (notify)
drivers/virtio/virtio_vdpa.c
137
bool (*notify)(struct virtqueue *vq) = virtio_vdpa_notify;
drivers/virtio/virtio_vdpa.c
157
notify = virtio_vdpa_notify_with_data;
drivers/virtio/virtio_vdpa.c
191
notify, callback, name, map);
drivers/xen/evtchn.c
563
struct ioctl_evtchn_notify notify;
drivers/xen/evtchn.c
567
if (copy_from_user(&notify, uarg, sizeof(notify)))
drivers/xen/evtchn.c
571
evtchn = find_evtchn(u, notify.port);
drivers/xen/evtchn.c
573
notify_remote_via_evtchn(notify.port);
drivers/xen/gntalloc.c
178
if (gref->notify.flags & UNMAP_NOTIFY_CLEAR_BYTE) {
drivers/xen/gntalloc.c
180
tmp[gref->notify.pgoff] = 0;
drivers/xen/gntalloc.c
183
if (gref->notify.flags & UNMAP_NOTIFY_SEND_EVENT) {
drivers/xen/gntalloc.c
184
notify_remote_via_evtchn(gref->notify.event);
drivers/xen/gntalloc.c
185
evtchn_put(gref->notify.event);
drivers/xen/gntalloc.c
188
gref->notify.flags = 0;
drivers/xen/gntalloc.c
413
if (gref->notify.flags & UNMAP_NOTIFY_SEND_EVENT)
drivers/xen/gntalloc.c
414
evtchn_put(gref->notify.event);
drivers/xen/gntalloc.c
416
gref->notify.flags = op.action;
drivers/xen/gntalloc.c
417
gref->notify.pgoff = pgoff;
drivers/xen/gntalloc.c
418
gref->notify.event = op.event_channel_port;
drivers/xen/gntalloc.c
96
struct notify_info notify; /* Unmap notification */
drivers/xen/gntdev-common.h
59
struct gntdev_unmap_notify notify;
drivers/xen/gntdev.c
295
if (map->notify.flags & UNMAP_NOTIFY_SEND_EVENT) {
drivers/xen/gntdev.c
296
notify_remote_via_evtchn(map->notify.event);
drivers/xen/gntdev.c
297
evtchn_put(map->notify.event);
drivers/xen/gntdev.c
446
if (map->notify.flags & UNMAP_NOTIFY_CLEAR_BYTE) {
drivers/xen/gntdev.c
447
int pgno = (map->notify.addr >> PAGE_SHIFT);
drivers/xen/gntdev.c
453
tmp[map->notify.addr & (PAGE_SIZE-1)] = 0;
drivers/xen/gntdev.c
454
map->notify.flags &= ~UNMAP_NOTIFY_CLEAR_BYTE;
drivers/xen/gntdev.c
784
out_flags = map->notify.flags;
drivers/xen/gntdev.c
785
out_event = map->notify.event;
drivers/xen/gntdev.c
787
map->notify.flags = op.action;
drivers/xen/gntdev.c
788
map->notify.addr = op.index - (map->index << PAGE_SHIFT);
drivers/xen/gntdev.c
789
map->notify.event = op.event_channel_port;
drivers/xen/pvcalls-back.c
530
int notify;
drivers/xen/pvcalls-back.c
583
RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(&fedata->ring, notify);
drivers/xen/pvcalls-back.c
584
if (notify)
drivers/xen/pvcalls-back.c
596
int notify;
drivers/xen/pvcalls-back.c
616
RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(&fedata->ring, notify);
drivers/xen/pvcalls-back.c
617
if (notify)
drivers/xen/pvcalls-back.c
864
int notify, notify_all = 0, more = 1;
drivers/xen/pvcalls-back.c
876
&fedata->ring, notify);
drivers/xen/pvcalls-back.c
877
notify_all += notify;
drivers/xen/pvcalls-front.c
1021
int req_id, notify, ret;
drivers/xen/pvcalls-front.c
1051
RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify);
drivers/xen/pvcalls-front.c
1053
if (notify)
drivers/xen/pvcalls-front.c
275
int notify, req_id, ret;
drivers/xen/pvcalls-front.c
328
RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify);
drivers/xen/pvcalls-front.c
330
if (notify)
drivers/xen/pvcalls-front.c
429
int notify, req_id, ret;
drivers/xen/pvcalls-front.c
474
RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify);
drivers/xen/pvcalls-front.c
477
if (notify)
drivers/xen/pvcalls-front.c
679
int notify, req_id, ret;
drivers/xen/pvcalls-front.c
709
RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify);
drivers/xen/pvcalls-front.c
711
if (notify)
drivers/xen/pvcalls-front.c
733
int notify, req_id, ret;
drivers/xen/pvcalls-front.c
759
RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify);
drivers/xen/pvcalls-front.c
761
if (notify)
drivers/xen/pvcalls-front.c
785
int notify, req_id, ret, nonblock;
drivers/xen/pvcalls-front.c
871
RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify);
drivers/xen/pvcalls-front.c
873
if (notify)
drivers/xen/pvcalls-front.c
921
int notify, req_id, ret;
drivers/xen/pvcalls-front.c
964
RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify);
drivers/xen/pvcalls-front.c
966
if (notify)
drivers/xen/xen-scsiback.c
352
int notify;
drivers/xen/xen-scsiback.c
378
RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(&info->ring, notify);
drivers/xen/xen-scsiback.c
381
if (notify)
drivers/xen/xenbus/xenbus_xs.c
235
bool notify;
drivers/xen/xenbus/xenbus_xs.c
254
notify = list_is_singular(&xb_write_list);
drivers/xen/xenbus/xenbus_xs.c
257
if (notify)
fs/autofs/waitq.c
205
const struct path *path, enum autofs_notify notify)
fs/autofs/waitq.c
232
if (notify == NFY_NONE) {
fs/autofs/waitq.c
268
if (notify == NFY_MOUNT) {
fs/autofs/waitq.c
304
const struct path *path, enum autofs_notify notify)
fs/autofs/waitq.c
369
ret = validate_request(&wq, sbi, &qstr, path, notify);
fs/autofs/waitq.c
404
if (notify == NFY_MOUNT)
fs/autofs/waitq.c
409
if (notify == NFY_MOUNT)
fs/autofs/waitq.c
421
wq->name.name, notify);
fs/autofs/waitq.c
431
wq->name.name, notify);
fs/dlm/plock.c
244
int (*notify)(struct file_lock *fl, int result) = NULL;
fs/dlm/plock.c
253
notify = op_data->callback;
fs/dlm/plock.c
256
notify(fl, op->info.rv);
fs/dlm/plock.c
275
rv = notify(fl, 0);
fs/fuse/virtio_fs.c
1387
bool notify;
fs/fuse/virtio_fs.c
1455
notify = virtqueue_kick_prepare(vq);
fs/fuse/virtio_fs.c
1459
if (notify)
fs/fuse/virtio_fs.c
624
bool notify;
fs/fuse/virtio_fs.c
661
notify = virtqueue_kick_prepare(vq);
fs/fuse/virtio_fs.c
664
if (notify)
fs/notify/fsnotify.c
205
goto notify;
fs/notify/fsnotify.c
237
notify:
fs/proc/base.c
2551
int notify = timer->it_sigev_notify;
fs/proc/base.c
2560
seq_printf(m, "notify: %s/%s.%d\n", nstr[notify & ~SIGEV_THREAD_ID],
fs/proc/base.c
2561
(notify & SIGEV_THREAD_ID) ? "tid" : "pid",
fs/smb/client/cifsglob.h
546
int (*notify)(const unsigned int xid, struct file *pfile,
fs/smb/client/ioctl.c
554
if (tcon && tcon->ses->server->ops->notify) {
fs/smb/client/ioctl.c
555
rc = tcon->ses->server->ops->notify(xid,
fs/smb/client/ioctl.c
576
if (tcon && tcon->ses->server->ops->notify) {
fs/smb/client/ioctl.c
577
rc = tcon->ses->server->ops->notify(xid,
fs/smb/client/smb2ops.c
2356
struct smb3_notify_info notify;
fs/smb/client/smb2ops.c
2385
if (copy_from_user(&notify, ioc_buf, sizeof(struct smb3_notify_info))) {
fs/smb/client/smb2ops.c
2390
if (copy_from_user(&notify, ioc_buf, sizeof(struct smb3_notify))) {
fs/smb/client/smb2ops.c
2394
notify.data_len = 0;
fs/smb/client/smb2ops.c
2413
notify.watch_tree, notify.completion_filter,
fs/smb/client/smb2ops.c
2414
notify.data_len, &returned_ioctl_info, &ret_len);
fs/smb/client/smb2ops.c
2419
if (return_changes && (ret_len > 0) && (notify.data_len > 0)) {
fs/smb/client/smb2ops.c
2420
if (ret_len > notify.data_len)
fs/smb/client/smb2ops.c
2421
ret_len = notify.data_len;
fs/smb/client/smb2ops.c
5539
.notify = smb3_notify,
fs/smb/client/smb2ops.c
5652
.notify = smb3_notify,
fs/smb/client/smb2ops.c
5768
.notify = smb3_notify,
fs/xfs/xfs_notify_failure.c
103
notify->want_shutdown = true;
fs/xfs/xfs_notify_failure.c
108
pgoff = xfs_failure_pgoff(mp, rec, notify);
fs/xfs/xfs_notify_failure.c
109
pgcnt = xfs_failure_pgcnt(mp, rec, notify);
fs/xfs/xfs_notify_failure.c
114
notify->mf_flags);
fs/xfs/xfs_notify_failure.c
117
if (notify->mf_flags & MF_MEM_PRE_REMOVE)
fs/xfs/xfs_notify_failure.c
247
struct xfs_failure_info notify = { .mf_flags = mf_flags };
fs/xfs/xfs_notify_failure.c
330
notify.startblock = ri_low.rm_startblock;
fs/xfs/xfs_notify_failure.c
331
notify.blockcount = min(xg->xg_block_count,
fs/xfs/xfs_notify_failure.c
336
xfs_dax_failure_fn, &notify);
fs/xfs/xfs_notify_failure.c
358
else if (error || notify.want_shutdown) {
fs/xfs/xfs_notify_failure.c
43
const struct xfs_failure_info *notify)
fs/xfs/xfs_notify_failure.c
47
if (notify->startblock > rec->rm_startblock)
fs/xfs/xfs_notify_failure.c
49
notify->startblock - rec->rm_startblock);
fs/xfs/xfs_notify_failure.c
57
const struct xfs_failure_info *notify)
fs/xfs/xfs_notify_failure.c
64
start_cross = max(rec->rm_startblock, notify->startblock);
fs/xfs/xfs_notify_failure.c
67
end_notify = notify->startblock + notify->blockcount;
fs/xfs/xfs_notify_failure.c
81
struct xfs_failure_info *notify = data;
fs/xfs/xfs_notify_failure.c
90
if (notify->mf_flags & MF_MEM_PRE_REMOVE)
fs/xfs/xfs_notify_failure.c
92
notify->want_shutdown = true;
include/acpi/acpi_bus.h
154
acpi_hp_notify notify;
include/acpi/acpi_bus.h
171
acpi_op_notify notify;
include/acpi/acpi_bus.h
591
acpi_hp_notify notify, acpi_hp_uevent uevent);
include/acpi/actbl1.h
1835
struct acpi_hest_notify notify;
include/acpi/actbl1.h
1888
struct acpi_hest_notify notify;
include/acpi/actbl1.h
1903
struct acpi_hest_notify notify;
include/acpi/actbl1.h
1977
struct acpi_hest_notify notify;
include/linux/ceph/osd_client.h
186
} notify;
include/linux/ceph/rados.h
525
} __attribute__ ((packed)) notify;
include/linux/dm-io.h
64
struct dm_io_notify notify; /* Synchronous if notify.fn is NULL */
include/linux/interrupt.h
275
void (*notify)(struct irq_affinity_notify *, const cpumask_t *mask);
include/linux/interrupt.h
368
irq_set_affinity_notifier(unsigned int irq, struct irq_affinity_notify *notify);
include/linux/interrupt.h
420
irq_set_affinity_notifier(unsigned int irq, struct irq_affinity_notify *notify)
include/linux/mISDNif.h
509
struct completion *notify;
include/linux/nd.h
84
void (*notify)(struct device *dev, enum nvdimm_event event);
include/linux/netdevice.h
415
struct irq_affinity_notify notify;
include/linux/netdevice.h
5100
int netif_set_allmulti(struct net_device *dev, int inc, bool notify);
include/linux/power/smartreflex.h
243
int (*notify)(struct omap_sr *sr, u32 status);
include/linux/pwm_backlight.h
19
int (*notify)(struct device *dev, int brightness);
include/linux/qed/qede_rdma.h
41
void (*notify)(struct qedr_dev *, enum qede_rdma_event);
include/linux/remoteproc/qcom_rproc.h
30
int qcom_unregister_ssr_notifier(void *notify, struct notifier_block *nb);
include/linux/remoteproc/qcom_rproc.h
40
static inline int qcom_unregister_ssr_notifier(void *notify,
include/linux/spi/corgi_lcd.h
14
void (*notify)(int intensity);
include/linux/usb/typec_altmode.h
75
int (*notify)(struct typec_altmode *altmode, unsigned long conf,
include/linux/virtio_ring.h
108
bool (*notify)(struct virtqueue *vq),
include/linux/virtio_ring.h
77
bool (*notify)(struct virtqueue *vq),
include/linux/virtio_ring.h
92
bool (*notify)(struct virtqueue *vq),
include/linux/vringh.h
245
if (vrh->notify)
include/linux/vringh.h
246
vrh->notify(vrh);
include/linux/vringh.h
57
void (*notify)(struct vringh *);
include/linux/wmi.h
110
void (*notify)(struct wmi_device *device, union acpi_object *data);
include/media/media-device.h
41
void (*notify)(struct media_entity *entity, void *notify_data);
include/media/v4l2-ctrls.h
1063
void v4l2_ctrl_notify(struct v4l2_ctrl *ctrl, v4l2_ctrl_notify_fnc notify,
include/media/v4l2-ctrls.h
419
v4l2_ctrl_notify_fnc notify;
include/media/v4l2-device.h
241
if (sd && sd->v4l2_dev && sd->v4l2_dev->notify)
include/media/v4l2-device.h
242
sd->v4l2_dev->notify(sd, notification, arg);
include/media/v4l2-device.h
51
void (*notify)(struct v4l2_subdev *sd,
include/net/bluetooth/hci_core.h
651
void (*notify)(struct hci_dev *hdev, unsigned int evt);
include/net/bonding.h
386
int slave_state, bool notify)
include/net/bonding.h
392
if (notify) {
include/net/bonding.h
571
bool notify)
include/net/bonding.h
574
bond_set_slave_state(slave, BOND_STATE_BACKUP, notify);
include/net/bonding.h
582
bool notify)
include/net/bonding.h
584
bond_set_slave_state(slave, BOND_STATE_BACKUP, notify);
include/net/bonding.h
588
bool notify)
include/net/bonding.h
590
bond_set_slave_state(slave, BOND_STATE_ACTIVE, notify);
include/net/bonding.h
597
bool notify)
include/net/bonding.h
617
static inline void bond_commit_link_state(struct slave *slave, bool notify)
include/net/bonding.h
623
if (notify) {
include/net/bonding.h
636
bool notify)
include/net/bonding.h
639
bond_commit_link_state(slave, notify);
include/net/neighbour.h
604
int *notify)
include/net/neighbour.h
614
*notify = 1;
include/net/xfrm.h
707
int (*notify)(struct xfrm_state *x, const struct km_event *c);
include/rdma/rdmavt_cq.h
50
u8 notify;
include/soc/tegra/ivc.h
25
void (*notify)(struct tegra_ivc *ivc, void *data);
include/soc/tegra/ivc.h
99
void (*notify)(struct tegra_ivc *ivc, void *data),
include/sound/pcm.h
577
int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree);
include/uapi/linux/kvm.h
456
} notify;
ipc/mqueue.c
1347
info->notify.sigev_notify = SIGEV_NONE;
ipc/mqueue.c
1354
info->notify.sigev_notify = SIGEV_THREAD;
ipc/mqueue.c
1357
info->notify.sigev_signo = notification->sigev_signo;
ipc/mqueue.c
1358
info->notify.sigev_value = notification->sigev_value;
ipc/mqueue.c
1359
info->notify.sigev_notify = SIGEV_SIGNAL;
ipc/mqueue.c
143
struct sigevent notify;
ipc/mqueue.c
641
info->notify_owner ? info->notify.sigev_notify : 0,
ipc/mqueue.c
643
info->notify.sigev_notify == SIGEV_SIGNAL) ?
ipc/mqueue.c
644
info->notify.sigev_signo : 0,
ipc/mqueue.c
786
switch (info->notify.sigev_notify) {
ipc/mqueue.c
794
if (!info->notify.sigev_signo)
ipc/mqueue.c
798
sig_i.si_signo = info->notify.sigev_signo;
ipc/mqueue.c
801
sig_i.si_value = info->notify.sigev_value;
ipc/mqueue.c
818
do_send_sig_info(info->notify.sigev_signo,
ipc/mqueue.c
851
info->notify.sigev_notify == SIGEV_THREAD) {
kernel/irq/manage.c
521
struct irq_affinity_notify *notify = container_of(work, struct irq_affinity_notify, work);
kernel/irq/manage.c
522
struct irq_desc *desc = irq_to_desc(notify->irq);
kernel/irq/manage.c
535
notify->notify(notify, cpumask);
kernel/irq/manage.c
539
kref_put(&notify->kref, notify->release);
kernel/irq/manage.c
553
int irq_set_affinity_notifier(unsigned int irq, struct irq_affinity_notify *notify)
kernel/irq/manage.c
565
if (notify) {
kernel/irq/manage.c
566
notify->irq = irq;
kernel/irq/manage.c
567
kref_init(&notify->kref);
kernel/irq/manage.c
568
INIT_WORK(&notify->work, irq_affinity_notify);
kernel/irq/manage.c
573
desc->affinity_notify = notify;
kernel/signal.c
2610
int notify = 0;
kernel/signal.c
2618
notify = CLD_STOPPED;
kernel/signal.c
2633
if (notify) {
kernel/signal.c
2635
do_notify_parent_cldstop(current, false, notify);
kernel/task_work.c
60
enum task_work_notify_mode notify)
kernel/task_work.c
64
if (notify == TWA_NMI_CURRENT) {
kernel/task_work.c
80
switch (notify) {
lib/cpu_rmap.c
226
struct irq_affinity_notify notify;
lib/cpu_rmap.c
248
irq_set_affinity_notifier(glue->notify.irq, NULL);
lib/cpu_rmap.c
263
irq_cpu_rmap_notify(struct irq_affinity_notify *notify, const cpumask_t *mask)
lib/cpu_rmap.c
266
container_of(notify, struct irq_glue, notify);
lib/cpu_rmap.c
281
container_of(ref, struct irq_glue, notify.kref);
lib/cpu_rmap.c
317
glue->notify.notify = irq_cpu_rmap_notify;
lib/cpu_rmap.c
318
glue->notify.release = irq_cpu_rmap_release;
lib/cpu_rmap.c
326
rc = irq_set_affinity_notifier(irq, &glue->notify);
net/bluetooth/hci_conn.c
1071
if (hdev->notify)
net/bluetooth/hci_conn.c
1072
hdev->notify(hdev, HCI_NOTIFY_CONN_ADD);
net/bluetooth/hci_conn.c
162
if (hdev->notify)
net/bluetooth/hci_conn.c
163
hdev->notify(hdev, HCI_NOTIFY_DISABLE_SCO);
net/bluetooth/hci_conn.c
167
if (hdev->notify)
net/bluetooth/hci_conn.c
168
hdev->notify(hdev, HCI_NOTIFY_CONN_DEL);
net/bluetooth/hci_event.c
3250
if (hdev->notify)
net/bluetooth/hci_event.c
3251
hdev->notify(hdev, HCI_NOTIFY_ENABLE_SCO_CVSD);
net/bluetooth/hci_event.c
3660
goto notify;
net/bluetooth/hci_event.c
3669
goto notify;
net/bluetooth/hci_event.c
3691
notify:
net/bluetooth/hci_event.c
5105
if (conn->codec.data_path == 0 && hdev->notify) {
net/bluetooth/hci_event.c
5108
hdev->notify(hdev, HCI_NOTIFY_ENABLE_SCO_CVSD);
net/bluetooth/hci_event.c
5111
hdev->notify(hdev, HCI_NOTIFY_ENABLE_SCO_TRANSP);
net/bluetooth/hci_event.c
575
if (hdev->notify)
net/bluetooth/hci_event.c
576
hdev->notify(hdev, HCI_NOTIFY_VOICE_SETTING);
net/bluetooth/hci_event.c
606
if (hdev->notify)
net/bluetooth/hci_event.c
607
hdev->notify(hdev, HCI_NOTIFY_VOICE_SETTING);
net/bluetooth/msft.c
230
bool notify)
net/bluetooth/msft.c
243
if (notify && dev->notified) {
net/bridge/br_fdb.c
1138
static bool fdb_handle_notify(struct net_bridge_fdb_entry *fdb, u8 notify)
net/bridge/br_fdb.c
1143
if ((notify & FDB_NOTIFY_INACTIVE_BIT) &&
net/bridge/br_fdb.c
1147
if ((notify & FDB_NOTIFY_BIT) &&
net/bridge/br_fdb.c
1151
} else if (!(notify & FDB_NOTIFY_BIT) &&
net/bridge/br_fdb.c
1171
u8 notify = 0;
net/bridge/br_fdb.c
1189
notify = nla_get_u8(nfea_tb[NFEA_ACTIVITY_NOTIFY]);
net/bridge/br_fdb.c
1190
if ((notify & ~BR_FDB_NOTIFY_SETTABLE_BITS) ||
net/bridge/br_fdb.c
1191
(notify & BR_FDB_NOTIFY_SETTABLE_BITS) == FDB_NOTIFY_INACTIVE_BIT)
net/bridge/br_fdb.c
1246
if (fdb_handle_notify(fdb, notify))
net/bridge/br_multicast.c
1473
struct net_bridge_mdb_entry *mp, bool notify)
net/bridge/br_multicast.c
1479
if (notify)
net/bridge/br_multicast.c
1489
void br_multicast_host_leave(struct net_bridge_mdb_entry *mp, bool notify)
net/bridge/br_multicast.c
1497
if (notify)
net/bridge/br_private.h
1043
struct net_bridge_mdb_entry *mp, bool notify);
net/bridge/br_private.h
1044
void br_multicast_host_leave(struct net_bridge_mdb_entry *mp, bool notify);
net/ceph/osd_client.c
2107
&op->notify.request_data);
net/ceph/osd_client.c
2109
&op->notify.response_data);
net/ceph/osd_client.c
2938
} notify;
net/ceph/osd_client.c
2998
__func__, lreq, lwork->notify.notify_id, lwork->notify.notifier_id,
net/ceph/osd_client.c
2999
lwork->notify.payload_len);
net/ceph/osd_client.c
3000
lreq->wcb(lreq->data, lwork->notify.notify_id, lreq->linger_id,
net/ceph/osd_client.c
3001
lwork->notify.notifier_id, lwork->notify.payload,
net/ceph/osd_client.c
3002
lwork->notify.payload_len);
net/ceph/osd_client.c
3005
ceph_msg_put(lwork->notify.msg);
net/ceph/osd_client.c
3067
osd_req_op_data(req, 0, notify, response_data);
net/ceph/osd_client.c
3165
osd_req_op_data(req, 0, notify, response_data),
net/ceph/osd_client.c
403
ceph_osd_data_release(&op->notify.request_data);
net/ceph/osd_client.c
404
ceph_osd_data_release(&op->notify.response_data);
net/ceph/osd_client.c
4637
lwork->notify.notify_id = notify_id;
net/ceph/osd_client.c
4638
lwork->notify.notifier_id = notifier_id;
net/ceph/osd_client.c
4639
lwork->notify.payload = payload;
net/ceph/osd_client.c
4640
lwork->notify.payload_len = payload_len;
net/ceph/osd_client.c
4641
lwork->notify.msg = ceph_msg_get(msg);
net/ceph/osd_client.c
909
op->notify.cookie = cookie;
net/ceph/osd_client.c
911
ceph_osd_data_pagelist_init(&op->notify.request_data, request_pl);
net/ceph/osd_client.c
999
dst->notify.cookie = cpu_to_le64(src->notify.cookie);
net/core/dev.c
7298
netif_napi_irq_notify(struct irq_affinity_notify *notify,
net/core/dev.c
7302
container_of(notify, struct napi_struct, notify);
net/core/dev.c
7325
container_of(ref, struct napi_struct, notify.kref);
net/core/dev.c
7431
napi->notify.notify = netif_napi_irq_notify;
net/core/dev.c
7432
napi->notify.release = netif_napi_affinity_release;
net/core/dev.c
7433
rc = irq_set_affinity_notifier(irq, &napi->notify);
net/core/dev.c
7451
napi->notify.notify = NULL;
net/core/dev.c
7452
napi->notify.release = NULL;
net/core/dev.c
9567
static int __dev_set_promiscuity(struct net_device *dev, int inc, bool notify)
net/core/dev.c
9610
if (notify) {
net/core/dev.c
9636
int netif_set_allmulti(struct net_device *dev, int inc, bool notify)
net/core/dev.c
9664
if (notify)
net/core/neighbour.c
1110
int notify = 0;
net/core/neighbour.c
1139
notify = 1;
net/core/neighbour.c
1149
notify = 1;
net/core/neighbour.c
1156
notify = 1;
net/core/neighbour.c
1175
notify = 1;
net/core/neighbour.c
1179
if (notify)
net/core/neighbour.c
1198
if (notify)
net/core/neighbour.c
1383
int err, notify = 0;
net/core/neighbour.c
1403
neigh_update_flags(neigh, flags, &notify, &gc_update, &managed_update);
net/core/neighbour.c
1417
notify = old & NUD_VALID;
net/core/neighbour.c
1421
notify = 1;
net/core/neighbour.c
1495
notify = 1;
net/core/neighbour.c
1506
notify = 1;
net/core/neighbour.c
1520
neigh_update_is_router(neigh, flags, &notify);
net/core/neighbour.c
1522
if (notify)
net/core/neighbour.c
1535
if (notify)
net/core/neighbour.c
198
static void neigh_update_flags(struct neighbour *neigh, u32 flags, int *notify,
net/core/neighbour.c
215
*notify = 1;
net/core/neighbour.c
223
*notify = 1;
net/core/neighbour.c
231
*notify = 1;
net/core/rtnetlink.c
6423
bool notify = false;
net/core/rtnetlink.c
6464
notify = true;
net/core/rtnetlink.c
6474
if (notify)
net/dsa/dsa.c
1045
bool notify = false;
net/dsa/dsa.c
1055
notify = true;
net/dsa/dsa.c
1059
if (notify)
net/dsa/dsa.c
1068
bool notify = false;
net/dsa/dsa.c
1078
notify = true;
net/dsa/dsa.c
1082
if (notify)
net/ipv4/ipmr.c
667
static int vif_delete(struct mr_table *mrt, int vifi, int notify,
net/ipv4/ipmr.c
716
if (v->flags & (VIFF_TUNNEL | VIFF_REGISTER) && !notify)
net/ipv4/nexthop.c
1772
u16 bucket_index, bool notify,
net/ipv4/nexthop.c
1791
if (notify) {
net/ipv4/nexthop.c
1827
bool notify, bool notify_nl)
net/ipv4/nexthop.c
1851
if (!nh_res_bucket_migrate(res_table, i, notify,
net/ipv6/addrconf.c
4100
bool bump_id, notify = false;
net/ipv6/addrconf.c
4153
notify = true;
net/ipv6/addrconf.c
4161
if (notify)
net/ipv6/ip6mr.c
717
static int mif6_delete(struct mr_table *mrt, int vifi, int notify,
net/ipv6/ip6mr.c
767
if ((v->flags & MIFF_REGISTER) && !notify)
net/key/af_key.c
3862
.notify = pfkey_send_notify,
net/netfilter/nf_conntrack_ecache.c
133
struct nf_ct_event_notifier *notify;
net/netfilter/nf_conntrack_ecache.c
142
notify = rcu_dereference(net->ct.nf_conntrack_event_cb);
net/netfilter/nf_conntrack_ecache.c
143
if (!notify) {
net/netfilter/nf_conntrack_ecache.c
148
ret = notify->ct_event(events | missed, item);
net/netfilter/nf_conntrack_ecache.c
247
struct nf_ct_event_notifier *notify;
net/netfilter/nf_conntrack_ecache.c
253
notify = rcu_dereference(net->ct.nf_conntrack_event_cb);
net/netfilter/nf_conntrack_ecache.c
254
if (!notify)
net/netfilter/nf_conntrack_ecache.c
267
notify->exp_event(1 << event, &item);
net/netfilter/nf_conntrack_ecache.c
276
struct nf_ct_event_notifier *notify;
net/netfilter/nf_conntrack_ecache.c
279
notify = rcu_dereference_protected(net->ct.nf_conntrack_event_cb,
net/netfilter/nf_conntrack_ecache.c
281
WARN_ON_ONCE(notify);
net/openvswitch/dp_notify.c
16
struct sk_buff *notify;
net/openvswitch/dp_notify.c
20
notify = ovs_vport_cmd_build_info(vport, ovs_dp_get_net(dp),
net/openvswitch/dp_notify.c
23
if (IS_ERR(notify)) {
net/openvswitch/dp_notify.c
25
0, PTR_ERR(notify));
net/openvswitch/dp_notify.c
30
ovs_dp_get_net(dp), notify, 0,
net/rds/ib_send.c
456
bool notify)
net/rds/ib_send.c
463
if (ic->i_unsignaled_wrs-- == 0 || notify) {
net/rds/recv.c
558
uint64_t notify = rs->rs_cong_notify;
net/rds/recv.c
563
sizeof(notify), &notify);
net/rds/recv.c
568
rs->rs_cong_notify &= ~notify;
net/rxrpc/input.c
620
bool notify = false;
net/rxrpc/input.c
641
rxrpc_input_data_one(call, jskb, &notify, &ack_serial, &ack_reason);
net/rxrpc/input.c
655
rxrpc_input_data_one(call, skb, &notify, &ack_serial, &ack_reason);
net/rxrpc/input.c
668
if (notify && !test_bit(RXRPC_CALL_CONN_CHALLENGING, &call->flags)) {
net/sched/sch_api.c
781
bool notify;
net/sched/sch_api.c
793
notify = !sch->q.qlen;
net/sched/sch_api.c
801
if (notify && cops->qlen_notify) {
net/vmw_vsock/vmci_transport.h
112
union vmci_transport_notify notify;
net/vmw_vsock/vmci_transport_notify.c
15
#define PKT_FIELD(vsk, field_name) (vmci_trans(vsk)->notify.pkt.field_name)
net/vmw_vsock/vmci_transport_notify_qstate.c
16
(vmci_trans(vsk)->notify.pkt_q_state.field_name)
net/wireless/ap.c
16
bool notify)
net/wireless/ap.c
41
if (notify)
net/wireless/ap.c
57
bool notify)
net/wireless/ap.c
63
return ___cfg80211_stop_ap(rdev, dev, link_id, notify);
net/wireless/ap.c
66
int ret1 = ___cfg80211_stop_ap(rdev, dev, link, notify);
net/wireless/core.h
372
bool notify);
net/wireless/nl80211.c
21610
struct netlink_notify *notify = _notify;
net/wireless/nl80211.c
21615
if (state != NETLINK_URELEASE || notify->protocol != NETLINK_GENERIC)
net/wireless/nl80211.c
21626
if (sched_scan_req->owner_nlportid == notify->portid) {
net/wireless/nl80211.c
21634
cfg80211_mlme_unregister_socket(wdev, notify->portid);
net/wireless/nl80211.c
21636
if (wdev->owner_nlportid == notify->portid) {
net/wireless/nl80211.c
21639
} else if (wdev->conn_owner_nlportid == notify->portid) {
net/wireless/nl80211.c
21643
cfg80211_release_pmsr(wdev, notify->portid);
net/wireless/nl80211.c
21649
if (reg->nlportid == notify->portid) {
net/wireless/nl80211.c
21664
regulatory_netlink_notify(notify->portid);
net/xfrm/xfrm_state.c
2752
if (km->notify)
net/xfrm/xfrm_state.c
2753
km->notify(x, c);
net/xfrm/xfrm_user.c
4210
.notify = xfrm_send_state_notify,
samples/acrn/vm-sample.c
120
notify.vmid = vmid;
samples/acrn/vm-sample.c
121
notify.vcpu = vcpu_id;
samples/acrn/vm-sample.c
122
ioctl(hsm_fd, ACRN_IOCTL_NOTIFY_REQUEST_FINISH, &notify);
samples/acrn/vm-sample.c
51
struct acrn_ioreq_notify __attribute__((aligned(8))) notify;
sound/aoa/aoa-gpio.h
53
notify_func_t notify,
sound/aoa/aoa-gpio.h
63
notify_func_t notify;
sound/aoa/core/gpio-feature.c
216
if (notif->notify)
sound/aoa/core/gpio-feature.c
217
notif->notify(notif->data);
sound/aoa/core/gpio-feature.c
286
if (rt->headphone_notify.notify)
sound/aoa/core/gpio-feature.c
311
notify_func_t notify,
sound/aoa/core/gpio-feature.c
345
old = notif->notify;
sound/aoa/core/gpio-feature.c
347
if (!old && !notify)
sound/aoa/core/gpio-feature.c
350
if (old && notify) {
sound/aoa/core/gpio-feature.c
351
if (old == notify && notif->data == data)
sound/aoa/core/gpio-feature.c
356
if (old && !notify)
sound/aoa/core/gpio-feature.c
359
if (!old && notify) {
sound/aoa/core/gpio-feature.c
365
notif->notify = notify;
sound/aoa/core/gpio-pmf.c
130
notify_func_t notify,
sound/aoa/core/gpio-pmf.c
158
old = notif->notify;
sound/aoa/core/gpio-pmf.c
160
if (!old && !notify)
sound/aoa/core/gpio-pmf.c
163
if (old && notify) {
sound/aoa/core/gpio-pmf.c
164
if (old == notify && notif->data == data)
sound/aoa/core/gpio-pmf.c
169
if (old && !notify) {
sound/aoa/core/gpio-pmf.c
175
if (!old && notify) {
sound/aoa/core/gpio-pmf.c
193
notif->notify = notify;
sound/aoa/core/gpio-pmf.c
78
if (notif->notify)
sound/aoa/core/gpio-pmf.c
79
notif->notify(notif->data);
sound/core/pcm.c
1136
int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree)
sound/core/pcm.c
1140
if (snd_BUG_ON(!notify ||
sound/core/pcm.c
1141
!notify->n_register ||
sound/core/pcm.c
1142
!notify->n_unregister ||
sound/core/pcm.c
1143
!notify->n_disconnect))
sound/core/pcm.c
1147
list_del(&notify->list);
sound/core/pcm.c
1149
notify->n_unregister(pcm);
sound/core/pcm.c
1151
list_add_tail(&notify->list, &snd_pcm_notify_list);
sound/core/pcm.c
1153
notify->n_register(pcm);
sound/drivers/aloop.c
119
unsigned int notify: 1;
sound/drivers/aloop.c
1434
[kcontrol->id.device].notify;
sound/drivers/aloop.c
1448
[kcontrol->id.device].notify) {
sound/drivers/aloop.c
1450
[kcontrol->id.device].notify = val;
sound/drivers/aloop.c
1622
static int loopback_mixer_new(struct loopback *loopback, int notify)
sound/drivers/aloop.c
1637
setup->notify = notify;
sound/drivers/aloop.c
204
return get_setup(dpcm)->notify;
sound/drivers/aloop.c
526
(get_setup(dpcm)->notify &&
sound/pci/mixart/mixart_core.c
439
struct mixart_timer_notify *notify;
sound/pci/mixart/mixart_core.c
440
notify = (struct mixart_timer_notify *)mixart_msg_data;
sound/pci/mixart/mixart_core.c
442
BUILD_BUG_ON(sizeof(notify) > sizeof(mixart_msg_data));
sound/pci/mixart/mixart_core.c
443
if (snd_BUG_ON(notify->stream_count > ARRAY_SIZE(notify->streams)))
sound/pci/mixart/mixart_core.c
445
for(i=0; i<notify->stream_count; i++) {
sound/pci/mixart/mixart_core.c
447
u32 buffer_id = notify->streams[i].buffer_id;
sound/pci/mixart/mixart_core.c
459
buffer_id, notify->streams[i].sample_pos_low_part);
sound/pci/mixart/mixart_core.c
471
u64 sample_count = ((u64)notify->streams[i].sample_pos_high_part) << 32;
sound/pci/mixart/mixart_core.c
472
sample_count |= notify->streams[i].sample_pos_low_part;
sound/soc/codecs/arizona.h
369
int (*notify)
sound/soc/codecs/arizona.h
376
nb->notifier_call = notify;
sound/soc/codecs/cros_ec_codec.c
808
unsigned long queued_during_suspend, void *notify)
sound/soc/fsl/imx-pcm-rpmsg.c
557
memcpy(&info->notify[substream->stream], msg,
sound/soc/fsl/imx-pcm-rpmsg.c
656
memcpy(&msg, &info->notify[TX], sizeof(struct rpmsg_s_msg));
sound/soc/fsl/imx-pcm-rpmsg.c
666
memcpy(&msg, &info->notify[RX], sizeof(struct rpmsg_s_msg));
sound/soc/fsl/imx-pcm-rpmsg.h
492
struct rpmsg_msg notify[2];
sound/soc/sprd/sprd-mcdt.c
535
chan->cb->notify(chan->cb->data);
sound/soc/sprd/sprd-mcdt.c
546
chan->cb->notify(chan->cb->data);
sound/soc/sprd/sprd-mcdt.h
21
void (*notify)(void *data);
sound/usb/fcp.c
1054
init_waitqueue_head(&private->notify.queue);
sound/usb/fcp.c
1055
spin_lock_init(&private->notify.lock);
sound/usb/fcp.c
826
ret = wait_event_interruptible(private->notify.queue,
sound/usb/fcp.c
827
private->notify.event);
sound/usb/fcp.c
831
scoped_guard(spinlock_irqsave, &private->notify.lock) {
sound/usb/fcp.c
832
event = private->notify.event;
sound/usb/fcp.c
833
private->notify.event = 0;
sound/usb/fcp.c
850
poll_wait(file, &private->notify.queue, wait);
sound/usb/fcp.c
852
if (private->notify.event)
sound/usb/fcp.c
86
struct fcp_notify notify;
sound/usb/fcp.c
945
scoped_guard(spinlock_irqsave, &private->notify.lock) {
sound/usb/fcp.c
946
private->notify.event |= data;
sound/usb/fcp.c
949
wake_up_interruptible(&private->notify.queue);
sound/virtio/virtio_card.c
30
struct virtio_snd_event *event, bool notify,
sound/virtio/virtio_card.c
41
if (virtqueue_add_sgs(vqueue, psgs, 0, 1, event, gfp) || !notify)
sound/virtio/virtio_ctl_msg.c
102
init_completion(&msg->notify);
sound/virtio/virtio_ctl_msg.c
133
bool notify = false;
sound/virtio/virtio_ctl_msg.c
153
notify = virtqueue_kick_prepare(queue->vqueue);
sound/virtio/virtio_ctl_msg.c
172
if (notify)
sound/virtio/virtio_ctl_msg.c
178
rc = wait_for_completion_interruptible_timeout(&msg->notify, js);
sound/virtio/virtio_ctl_msg.c
221
complete(&msg->notify);
sound/virtio/virtio_ctl_msg.c
23
struct completion notify;
sound/virtio/virtio_pcm_msg.c
209
bool notify = false;
sound/virtio/virtio_pcm_msg.c
258
notify = virtqueue_kick_prepare(vqueue);
sound/virtio/virtio_pcm_msg.c
260
if (notify)
sound/xen/xen_snd_front_evtchnl.c
132
int notify;
sound/xen/xen_snd_front_evtchnl.c
135
RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&channel->u.req.ring, notify);
sound/xen/xen_snd_front_evtchnl.c
136
if (notify)
tools/include/uapi/linux/kvm.h
456
} notify;
tools/testing/selftests/bpf/benchs/bench_htab_mem.c
121
ctx.notify = barriers;
tools/testing/selftests/bpf/benchs/bench_htab_mem.c
129
if (!ctx.notify)
tools/testing/selftests/bpf/benchs/bench_htab_mem.c
134
pthread_barrier_destroy(&ctx.notify[i]);
tools/testing/selftests/bpf/benchs/bench_htab_mem.c
135
free(ctx.notify);
tools/testing/selftests/bpf/benchs/bench_htab_mem.c
223
static void htab_mem_add_fn(pthread_barrier_t *notify)
tools/testing/selftests/bpf/benchs/bench_htab_mem.c
229
pthread_barrier_wait(notify);
tools/testing/selftests/bpf/benchs/bench_htab_mem.c
231
pthread_barrier_wait(notify);
tools/testing/selftests/bpf/benchs/bench_htab_mem.c
235
static void htab_mem_delete_fn(pthread_barrier_t *notify)
tools/testing/selftests/bpf/benchs/bench_htab_mem.c
239
pthread_barrier_wait(notify);
tools/testing/selftests/bpf/benchs/bench_htab_mem.c
243
pthread_barrier_wait(notify);
tools/testing/selftests/bpf/benchs/bench_htab_mem.c
249
pthread_barrier_t *notify;
tools/testing/selftests/bpf/benchs/bench_htab_mem.c
259
notify = &ctx.notify[seq / 2];
tools/testing/selftests/bpf/benchs/bench_htab_mem.c
26
pthread_barrier_t *notify;
tools/testing/selftests/bpf/benchs/bench_htab_mem.c
261
htab_mem_delete_fn(notify);
tools/testing/selftests/bpf/benchs/bench_htab_mem.c
263
htab_mem_add_fn(notify);
tools/testing/selftests/bpf/prog_tests/free_timer.c
108
pthread_barrier_wait(&ctx->notify);
tools/testing/selftests/bpf/prog_tests/free_timer.c
111
pthread_barrier_wait(&ctx->notify);
tools/testing/selftests/bpf/prog_tests/free_timer.c
13
pthread_barrier_t notify;
tools/testing/selftests/bpf/prog_tests/free_timer.c
146
pthread_barrier_init(&ctx.notify, NULL, 2);
tools/testing/selftests/bpf/prog_tests/free_timer.c
62
pthread_barrier_wait(&ctx->notify);
tools/testing/selftests/bpf/prog_tests/free_timer.c
72
pthread_barrier_wait(&ctx->notify);
tools/virtio/ringtest/main.c
58
notify(kickfd);
tools/virtio/ringtest/main.c
68
notify(callfd);