Searched refs:notified (Results 1 - 200 of 250) sorted by relevance

12

/linux-4.4.14/Documentation/filesystems/
H A Ddnotify_test.c28 /* we will now be notified if any of the files main()
/linux-4.4.14/include/linux/
H A Dkvm_irqfd.h25 * interrupt is de-asserted and userspace is notified through the
58 /* Eventfd notified on resample (resampler-only) */
H A Dextcon.h216 * Following APIs are for notifiees (those who want to be notified)
218 * Notifiees are the connected device drivers wanting to get notified by
229 * Registrar gets notified for every external port of a connection device.
232 * want to be notified by a specific external port of the notifier.
H A Dcpu_pm.h42 * after all the CPUs in the power domain have been notified of the low power
H A Dntb.h348 * The client will be notified of any ntb devices that are not already
365 * be notified to remove those devices.
378 * interested in ntb devices, each client will be notified of the ntb device,
390 * is associated with a client, the client will be notified to remove the
H A Dtty_driver.h119 * This routine allows the tty driver to be notified when
127 * This routine allows the tty driver to be notified when the
H A Ddevfreq.h105 * only with update_devfreq() notified by OPP.
H A Dti_wilink_st.h138 * @ll_state: the various PM states the chip can be, the states are notified
H A Ddevice.h168 * Bus notifiers: Get notified of addition/removal of devices
/linux-4.4.14/net/atm/
H A Dlec_arpc.h80 * The LEC has been notified of the FLUSH_START
86 * elapsed or the LEC has notified the Mapping
/linux-4.4.14/drivers/acpi/
H A Dhed.c8 * notified via SCI, mainly the corrected errors.
H A Ddock.c436 * If we are notified to dock, then check to see if the dock is
H A Dprocessor_perflib.c482 * was already notified. This avoids double notification acpi_processor_notify_smm()
H A Dec.c84 * necessary if the host is notified via another IRQ.
/linux-4.4.14/arch/x86/xen/
H A Dsuspend.c87 /* Boot processor notified via generic timekeeping_resume() */ xen_vcpu_notify_restore()
/linux-4.4.14/include/uapi/linux/
H A Dfcntl.h20 * See below for events that may be notified.
/linux-4.4.14/arch/ia64/include/asm/sn/
H A Dsn_feature_sets.h41 * During boot, PROM is notified of these features via a series of calls:
/linux-4.4.14/arch/arm/include/asm/
H A DbL_switcher.h29 * Register here to be notified about runtime enabling/disabling of
/linux-4.4.14/sound/aoa/
H A Daoa-gpio.h46 /* use this to be notified of any events. The notification
/linux-4.4.14/arch/powerpc/platforms/85xx/
H A Dsmp.c379 bool notified = false; mpc85xx_smp_kexec_cpu_down() local
408 if (!notified && now - start > 1000000) { mpc85xx_smp_kexec_cpu_down()
413 notified = true; mpc85xx_smp_kexec_cpu_down()
417 if (notified) { mpc85xx_smp_kexec_cpu_down()
/linux-4.4.14/kernel/
H A Dcpu_pm.c42 * Add a driver to a list of drivers that are notified about
108 * PM entry who are notified earlier to prepare for it. cpu_pm_enter()
167 * PM entry who are notified earlier to prepare for it. cpu_cluster_pm_enter()
H A Dkprobes.c1710 .priority = 0x7fffffff /* we need to be notified first */
2099 * When MODULE_STATE_GOING was notified, both of module .text and kprobes_module_callback()
2101 * notified, only .init.text section would be freed. We need to kprobes_module_callback()
H A Dsignal.c326 * %true if group stop completion should be notified to the parent, %false
2324 * is set in @ksig->ka.sa.sa_flags. Tracing is notified.
2353 * group-wide signal. Other threads should be notified now to take
/linux-4.4.14/arch/powerpc/platforms/powernv/
H A Dsetup.c184 int my_cpu, i, notified = -1; pnv_kexec_wait_secondaries_down() local
201 if (i != notified) { for_each_online_cpu()
205 notified = i; for_each_online_cpu()
H A Dopal-elog.c268 /* we may get notified twice, let's handle elog_event()
H A Dopal.c224 * notified for specific messgae type.
487 * PRD component would have already got notified about this opal_machine_check()
H A Dopal-dump.c380 /* we may get notified twice, let's handle process_dump()
/linux-4.4.14/drivers/cpufreq/
H A Dppc_cbe_cpufreq_pmi.c109 pr_debug("got notified, event=%lu, node=%u\n", event, node); pmi_notifier()
H A Dcpufreq.c1692 * are notified about clock rate changes (once before and once after
1693 * the transition), or a list of drivers that are notified about
/linux-4.4.14/net/ipv4/netfilter/
H A Dnf_dup_ipv4.c83 * Set %IP_DF so that the original source is notified of a potentially nf_dup_ipv4()
/linux-4.4.14/arch/powerpc/kernel/
H A Disa-bridge.c216 * isa_bridge_notify - Get notified of PCI devices addition/removal
258 * isa_bridge_init - register to be notified of ISA bridge addition/removal
H A Dmachine_kexec_64.c201 int my_cpu, i, notified=-1; kexec_prepare_cpus_wait() local
225 if (i != notified) { for_each_online_cpu()
229 notified = i; for_each_online_cpu()
H A Dirq.c307 * In the former case, it will have notified lockdep of interrupts
/linux-4.4.14/drivers/staging/unisys/visorbus/
H A Dvisorchipset.c928 bool notified = false; bus_epilog() local
963 notified = true; bus_epilog()
969 notified = true; bus_epilog()
975 if (notified) bus_epilog()
984 * The success path ('notified') will call the responder bus_epilog()
998 bool notified = false; device_epilog() local
1035 notified = true; device_epilog()
1045 notified = true; device_epilog()
1057 notified = true; device_epilog()
1064 notified = true; device_epilog()
1070 if (notified) device_epilog()
1079 * The success path ('notified') will call the responder device_epilog()
/linux-4.4.14/drivers/video/backlight/
H A Dbacklight.c451 * backlight_register_notifier - get notified of backlight (un)registration
456 * Register a notifier to get notified when backlight devices get registered
471 * Register a notifier to get notified when backlight devices get registered
/linux-4.4.14/drivers/target/tcm_fc/
H A Dtcm_fc.h60 * we're notified that the local port has been created, or when
/linux-4.4.14/drivers/uwb/
H A Dradio.c59 * When stopping the radio, PALs need to be notified first so they can
/linux-4.4.14/drivers/vfio/
H A Dvirqfd.c163 * Install our own custom wake-up handling so we are notified via vfio_virqfd_enable()
/linux-4.4.14/drivers/scsi/aacraid/
H A Ddpcsup.c84 * continue. The caller has already been notified that aac_response_normal()
354 * continue. The caller has already been notified that aac_intr_normal()
/linux-4.4.14/drivers/char/
H A Dapm-emulation.c66 * SUSPEND_DONE: thread had acked suspend and is now notified of
187 static int notified; queue_add_event() local
189 if (notified++ == 0) queue_add_event()
/linux-4.4.14/kernel/power/
H A Dqos.c6 * Watchers of QoS value : get notified when target QoS value changes
550 * @pm_qos_class: identifies which qos target changes should be notified.
570 * @pm_qos_class: identifies which qos target changes are notified.
/linux-4.4.14/drivers/usb/host/
H A Dohci-at91.c430 /* When notified of an over-current situation, disable power
440 val ? "exited" : "notified");
/linux-4.4.14/net/mac80211/
H A Doffchannel.c192 if (roc->notified) ieee80211_handle_roc_started()
207 roc->notified = true; ieee80211_handle_roc_started()
H A Dagg-rx.c24 * notified via @ampdu_action function, with the
H A Dagg-tx.c36 * notified via its @ampdu_action function, with the
49 * the peer, the driver is notified of the completion of the
H A Dieee80211_i.h336 bool started, abort, hw_begun, notified; member in struct:ieee80211_roc_work
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
H A Dvvp_object.c138 * will never be notified. vvp_conf_set()
H A Dvvp_page.c313 * ->cpo_completion method. The underlying transfer should be notified vvp_page_completion_write()
H A Dvvp_io.c459 * because osc has already notified to destroy osc_extents. */ vvp_io_setattr_end()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
H A Dbus.h61 * notified using brcmf_txcomplete(). The common
/linux-4.4.14/drivers/net/ethernet/xilinx/
H A Dll_temac.h43 and if XTE_OPTION_REPORT_RXERR is set, the user is notified when these
H A Dxilinx_axienet.h52 * and if XAE_OPTION_REPORT_RXERR is set, the user is notified when these
/linux-4.4.14/drivers/acpi/acpica/
H A Devmisc.c90 * PARAMETERS: node - NS node for the notified object
H A Dacobject.h202 * Objects that can be notified. All share a common notify_info area.
H A Dnsutils.c556 * holding handles are typically notified before a node becomes invalid
H A Devxfgpe.c383 * wake_device will be notified whenever this GPE fires. This is ACPI_EXPORT_SYMBOL()
H A Daclocal.h453 struct acpi_namespace_node *device_node; /* Device to be notified */
/linux-4.4.14/arch/x86/entry/vsyscall/
H A Dvsyscall_64.c24 * The code in this file emulates vsyscalls when notified of a page
/linux-4.4.14/include/linux/sunrpc/
H A Dsvc_xprt.h103 * already notified the xpt_users). register_xpt_user()
/linux-4.4.14/include/linux/power/
H A Dsmartreflex.h229 * @notify_flags: specify the events to be notified to the class driver
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
H A Dhw_ops.c70 mask, otherwise enable the interrupt to get notified, spu_hw_mbox_stat_poll()
H A Dbacking_ops.c100 mask, otherwise enable the interrupt to get notified, spu_backing_mbox_stat_poll()
/linux-4.4.14/arch/hexagon/kernel/
H A Dkgdb.c233 * Lowest-prio notifier priority, we want to be notified last:
/linux-4.4.14/arch/ia64/kernel/
H A Dcrash.c271 /* be notified before default_monarch_init_process */ machine_crash_setup()
H A Dsignal.c181 * strace expects to be notified after sigreturn returns even though the ia64_rt_sigreturn()
H A Dmca.c1955 .priority = 0/* we need to notified last */ ia64_mca_init()
/linux-4.4.14/arch/ia64/sn/kernel/
H A Dbte_error.c216 /* There is an error which needs to be notified */ bte_error_handler()
H A Dbte.c179 /* User does not want to be notified. */ bte_copy()
/linux-4.4.14/arch/arm/mach-pxa/
H A Dam200epd.c154 /* we've now been notified that we have our new fb */ am200_share_video_mem()
/linux-4.4.14/drivers/misc/sgi-xp/
H A Dxpnet.c102 * When we are notified of other partitions activating, we add them to
363 dev_dbg(xpnet, "message to %d notified with reason %d\n", xpnet_send_completed()
H A Dxpc_sn2.c1705 * Notify those who wanted to be notified upon delivery of their message.
1720 * a message who's sender wants to be notified. It is possible xpc_notify_senders_sn2()
1841 * We need to notify any senders that want to be notified xpc_process_msg_chctl_flags_sn2()
H A Dxpc.h498 * F - Messages that have been acknowledged, but XPC has not yet notified the
/linux-4.4.14/drivers/mfd/
H A Dab3100-core.c429 * The notified parties will have to mask out the events ab3100_irq_handler()
431 * notified on all events, then they use the fatevent value ab3100_irq_handler()
H A Dab8500-debugfs.c33 * Allows user space entity to be notified when target AB8500 IRQ occurs.
/linux-4.4.14/tools/virtio/
H A Dvringh_test.c289 printf("Host: notified %lu, pinged %lu\n", notifies, receives); parallel_test()
428 printf("Guest: notified %lu, pinged %lu\n", parallel_test()
/linux-4.4.14/drivers/scsi/isci/
H A Dport.h94 * @not_ready_reason: set during state transitions and notified
H A Dhost.c205 * notified of an interrupt completion if we do not take this sci_controller_isr()
246 * There is a race in the hardware that could cause us not to be notified sci_controller_error_isr()
249 * pending we will be notified. sci_controller_error_isr()
/linux-4.4.14/drivers/mtd/
H A Dmtdblock.c133 * be notified if this content is altered on the flash by other write_cached_data()
H A Dmtdcore.c694 * notified upon addition or removal of MTD devices. Causes the
/linux-4.4.14/drivers/pci/pcie/aer/
H A Daerdrv.c371 * @error: error severity being notified by port bus
/linux-4.4.14/arch/x86/kernel/
H A Dapb_timer.c235 pr_debug("APBT notified %lu, no action\n", action); apbt_cpuhp_notify()
H A Dapm_32.c1190 static int notified; queue_event() local
1192 if (notified++ == 0) queue_event()
1307 static int notified; get_event() local
1314 if ((error != APM_NO_EVENTS) && (notified++ == 0)) get_event()
/linux-4.4.14/block/
H A Dblk-ioc.c163 * put, @ioc can never issue further IOs and ioscheds are notified.
H A Dblk-flush.c58 * finish it so that the bio submitter is notified only after the whole
H A Dblk-mq.c150 * the queue are notified as well. blk_mq_wake_waiters()
/linux-4.4.14/arch/sh/kernel/
H A Dkgdb.c368 * Lowest-prio notifier priority, we want to be notified last:
/linux-4.4.14/net/irda/ircomm/
H A Dircomm_tty_ioctl.c140 * This routine allows the tty driver to be notified when device's
/linux-4.4.14/drivers/xen/
H A Dxen-acpi-memhotplug.c175 * Now add the notified device. This creates the acpi_device acpi_memory_get_device()
/linux-4.4.14/drivers/acpi/apei/
H A Dghes.c86 * All error sources notified with SCI shares one notifier function,
965 pr_warn(GHES_PFX "Generic hardware error source: %d notified via NMI interrupt is not supported!\n", ghes_probe()
971 pr_warning(GHES_PFX "Generic hardware error source: %d notified via local interrupt is not supported!\n", ghes_probe()
/linux-4.4.14/drivers/irqchip/
H A Dirq-vic.c272 * Register the VIC with the system device tree so that it can be notified
/linux-4.4.14/drivers/input/joystick/iforce/
H A Diforce-main.c165 /* A packet was sent, forbid new updates until we are notified iforce_upload_effect()
/linux-4.4.14/drivers/pci/hotplug/
H A Dacpiphp_ibm.c352 * Since we don't get notified on open and close for this file,
H A Dpciehp_hpc.c643 * next power fault detected interrupt was notified again. pcie_enable_notification()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
H A Dinterrupt.c359 * there, user space get notified, and it should be done wil6210_irq_misc()
/linux-4.4.14/drivers/power/
H A Dds2760_battery.c370 /* When we get notified by external circuitry that the battery is ds2760_battery_set_charged_work()
H A Drt9455_charger.c985 * Userspace will be notified after PWR_RDY bit is read. rt9455_irq_handler_check_irq2_register()
H A Dabx500_chargalg.c1309 * supply that this driver needs to be notified of.
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
H A Dtherm_throt.c274 /* Get notified when a cpu comes on/off. Be hotplug friendly. */
H A Dmce_amd.c844 /* get notified when a cpu comes on/off */
H A Dmce.c109 * errors are still notified through a machine check.
2403 /* Get notified when a cpu comes on/off. Be hotplug friendly. */
/linux-4.4.14/mm/
H A Dvmpressure.c235 * (scanning depth) goes too high (deep), we will be notified vmpressure()
/linux-4.4.14/kernel/events/
H A Dhw_breakpoint.c549 /* we need to be notified first */
H A Duprobes.c2010 .priority = INT_MAX-1, /* notified after kprobes, kgdb */
/linux-4.4.14/drivers/vhost/
H A Dvringh.c738 /* We only update vring_avail_event(vr) when we want to be notified, vringh_abandon_user()
973 /* We only update vring_avail_event(vr) when we want to be notified, vringh_abandon_kern()
H A Dnet.c585 /* We don't need to be notified again. */ handle_rx()
H A Dvhost.c1667 /* We don't need to be notified again. */ vhost_disable_notify()
/linux-4.4.14/drivers/misc/vmw_vmci/
H A Dvmci_context.c220 * notified about given contextID. ctx_fire_notification()
937 * context. Only doorbell handles registered can be notified.
/linux-4.4.14/drivers/devfreq/
H A Ddevfreq.c1125 * devfreq_register_opp_notifier() - Helper function to get devfreq notified
1150 * notified for any changes in the OPP
/linux-4.4.14/drivers/extcon/
H A Dextcon.c478 * @nb: the notifier block to get notified.
569 * extcon_register_notifier() - Register a notifiee to get notified by
/linux-4.4.14/net/wireless/
H A Dcore.c220 if (WARN_ON(!rdev->scan_req->notified)) cfg80211_stop_p2p_device()
1041 if (WARN_ON(!rdev->scan_req->notified)) cfg80211_netdev_notifier_call()
H A Dscan.c245 request->notified = true; cfg80211_scan_done()
/linux-4.4.14/net/llc/
H A Dllc_conn.c130 * RESET is not being notified to upper layers for now llc_conn_state_process()
177 * RESET is not being notified to upper layers for now llc_conn_state_process()
/linux-4.4.14/net/nfc/
H A Dcore.c1116 pr_debug("The userspace won't be notified that the device %s was added\n", nfc_register_device()
1160 pr_debug("The userspace won't be notified that the device %s " nfc_unregister_device()
/linux-4.4.14/sound/drivers/vx/
H A Dvx_pcm.c26 * interrupt is notified, and the interrupt handler will feed the next chunk.
118 /* Add the flags to a notified differed command */ vx_set_differed_time()
/linux-4.4.14/drivers/usb/gadget/function/
H A Df_acm.c481 * @acm: wraps host to be notified
/linux-4.4.14/drivers/staging/lustre/lustre/include/
H A Dlustre_dlm_flags.h305 * Set for locks that failed and where the server has been notified.
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
H A Dosc_cl_internal.h664 /** waitqueue - for those who want to be notified if this extent's
/linux-4.4.14/drivers/rtc/
H A Drtc-sh.c150 /* Half period enabled than one skipped and the next notified */ __sh_rtc_periodic()
/linux-4.4.14/drivers/isdn/gigaset/
H A Di4l.c35 * ack if != 0 LL wants to be notified on completion via
/linux-4.4.14/drivers/md/
H A Ddm-kcopyd.c346 * Set this to ensure you are notified when the job has
/linux-4.4.14/drivers/hsi/
H A Dhsi.c726 * to a race condition in HSI HW protocol, clients need to be notified
/linux-4.4.14/drivers/amba/
H A Dbus.c568 * destroyed, and device drivers notified that the device has
/linux-4.4.14/drivers/bus/
H A Dmips_cdmm.c712 /* We want to be notified about new CPUs */ mips_cdmm_init()
H A Darm-ccn.c1271 * picked to have a chance to migrate events before perf is notified. arm_ccn_pmu_init()
/linux-4.4.14/fs/lockd/
H A Dhost.c541 * We were notified that the specified host has rebooted. Release
H A Dsvclock.c904 * Retry all blocked locks that have been notified. This is where lockd
/linux-4.4.14/lib/
H A Dlru_cache.c464 * the cache. In either case, the user is notified so he is able to e.g. keep
H A Dkobject.c392 * userspace is properly notified of this kobject's creation.
/linux-4.4.14/net/core/
H A Dnet_namespace.c177 * is set to true, thus the caller knows that the new id must be notified via
/linux-4.4.14/net/dccp/
H A Dinput.c514 * dccp_sendmsg() terminates and the application gets notified. dccp_rcv_request_sent_state_process()
/linux-4.4.14/kernel/debug/
H A Ddebug_core.c599 * Wait for the other CPUs to be notified and be waiting for us: kgdb_cpu_enter()
/linux-4.4.14/include/net/iucv/
H A Diucv.h375 * are notified of a message and the time that you complete the message,
/linux-4.4.14/include/scsi/
H A Dlibsas.h183 SAS_DEV_FOUND, /* device notified to lldd */
H A Dlibfc.h642 * notified when the local port is assigned a FC-ID.
/linux-4.4.14/include/linux/ceph/
H A Dceph_fs.h157 WATCH_NOTIFY_COMPLETE = 2, /* notifier notified when done */
/linux-4.4.14/arch/powerpc/include/asm/
H A Dsmu.h385 * and get notified by the optional done() callback, or because
H A Dspu.h285 * oprofile can get notified when a context switch is performed
/linux-4.4.14/arch/powerpc/oprofile/cell/
H A Dspu_task_sync.c502 * OProfile with SPUFS by registering to be notified of
/linux-4.4.14/virt/kvm/
H A Deventfd.c370 * Install our own custom wake-up handling so we are notified via kvm_irqfd_assign()
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/
H A Dmgc_request.c255 * where only clients are notified if one of cmd server restarts */ config_recover_log_add()
1282 * This function is called if this client was notified for target restarting
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dinit.c764 * Requires interrupts to be enabled so we are notified hfi1_init()
771 enabled so we are notified when the link goes up */ hfi1_init()
/linux-4.4.14/drivers/staging/wlan-ng/
H A Dprism2sta.c1311 * p80211 layer needs to be notified in case of prism2sta_processing_defer()
1313 * notified so that any BSS dependent elements can be prism2sta_processing_defer()
/linux-4.4.14/include/net/
H A Dmac80211.h338 * enum ieee80211_event_type - event to be notified to the low level driver
453 * valid in station mode only if after the driver was notified
459 * association when a beacon is received (which is notified with the
2472 * driver is also notified of powersave transitions by calling its
2501 * is notified that the station went to sleep. When all these frames
2507 * notified of the station going to sleep to inform mac80211 of any
2976 * otherwise the rate control algorithm is notified directly.
4837 * will be notified that the station woke up some time after
H A Dcfg80211.h1413 * When scanning finds a BSS, cfg80211 needs to be notified of that, because
1448 * @aborted: (internal) scan request was notified as aborted
1449 * @notified: (internal) scan request was notified as done or aborted
1475 bool aborted, notified; member in struct:cfg80211_scan_request
3977 * userspace will be notified of that
/linux-4.4.14/net/irda/
H A Dirlmp.c950 * The client may have defined a callback to be notified in case of
1415 /* So that client can be notified about any discovery */
H A Daf_irda.c2516 /* Tell IrLMP we want to be notified */ irda_getsockopt()
2552 /* Tell IrLMP that we have been notified */ irda_getsockopt()
/linux-4.4.14/drivers/usb/usbip/
H A Dvhci_hcd.c579 * completion of unlinking is notified by the completion handler.
/linux-4.4.14/drivers/staging/unisys/visorhba/
H A Dvisorhba_main.c730 * visorhba_serverdown - Got notified that the IOVM is down
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_resource.c834 * Typically used during evictions when server notified client that it was
/linux-4.4.14/drivers/rpmsg/
H A Dvirtio_rpmsg_bus.c606 * virtio's tx callbacks, so we'd be immediately notified when a tx
/linux-4.4.14/drivers/scsi/
H A Dsr.c315 * It will be notified on the end of a SCSI read / write, and will take one
/linux-4.4.14/drivers/scsi/bfa/
H A Dbfa_fcs.c797 * Ignore - can get this event if we get notified about IOC down bfa_fcs_fabric_sm_cleanup()
/linux-4.4.14/drivers/misc/
H A Dvmw_balloon.c1037 * Initialize vmci doorbell, to get notified as soon as balloon changes
/linux-4.4.14/drivers/net/dsa/
H A Dbcm_sf2.c347 /* Enable MoCA port interrupts to get notified */ bcm_sf2_port_setup()
/linux-4.4.14/drivers/hwmon/
H A Dsht15.c893 * sht15_invalidate_voltage() - mark supply voltage invalid when notified by reg
/linux-4.4.14/drivers/infiniband/hw/mlx4/
H A Dalias_GUID.c179 * notify the relevant slave (master also should be notified).
/linux-4.4.14/drivers/misc/genwqe/
H A Dcard_dev.c372 /* remove this filp from the asynchronously notified filp's */ genwqe_release()
/linux-4.4.14/drivers/media/dvb-core/
H A Ddemux.h275 * is notified via this callback function. Normally this function is called
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c523 * and the stack is notified that the interface is ready.
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c567 * as the user receives the timestamps they care about and the user is notified
/linux-4.4.14/drivers/net/ethernet/micrel/
H A Dks8842.c93 notified via DMA callbacks.
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
H A Dscan.c84 * the microcode has notified us that a scan is iwl_send_scan_abort()
/linux-4.4.14/drivers/net/ethernet/via/
H A Dvia-velocity.h1305 MSG_LEVEL_NOTICE = 1, //Some errors need users to be notified.
/linux-4.4.14/drivers/base/power/
H A Dqos.c16 * Watchers of QoS value : get notified when target QoS value changes
/linux-4.4.14/net/sunrpc/
H A Drpcb_clnt.c696 /* Put self on the wait queue to ensure we get notified if rpcb_getport_async()
/linux-4.4.14/include/media/
H A Dvideobuf2-core.h71 * @unmap_dmabuf: releases access control to the dmabuf - allocator is notified
/linux-4.4.14/sound/pci/mixart/
H A Dmixart.c107 "error : MSG_SYSTEM_WAIT_SYNCHRO_CMD was not notified !\n"); mixart_set_pipe_state()
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c2303 * function can be sent, the host will be notified ahd_linux_queue_abort_cmd()
2322 * in-core SCB. To make sure we are notified ahd_linux_queue_abort_cmd()
/linux-4.4.14/drivers/dma/
H A Dpl330.c1375 * Client is not notified after each xfer unit, just once after all
1565 /* Check which event happened i.e, thread notified */ pl330_update()
/linux-4.4.14/drivers/tty/hvc/
H A Dhvc_iucv.c584 * Finally, the back-end is not being notified, thus, the tty session is
H A Dhvcs.c983 * there isn't any now. This driver isn't notified when a new partner hvcs_partner_connect()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
H A Dcl_io.c586 /* layers have to be notified. */ cl_io_for_each_reverse()
/linux-4.4.14/drivers/spi/
H A Dspi-atmel.c705 * Enable RX FIFO Threshold Flag interrupt to be notified about atmel_spi_next_xfer_fifo()
/linux-4.4.14/drivers/iommu/
H A Diommu.c1045 * This function should be used by IOMMU users which want to be notified
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c726 /* ensure hw is notified of all pending wqes */ mlx5e_close_sq()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Dscan.c560 * microcode has notified us that a scan is completed. iwl_mvm_lmac_scan_abort()
/linux-4.4.14/drivers/parport/
H A Dshare.c573 * parport_register_driver() are notified that the port is no
/linux-4.4.14/drivers/block/
H A Dcciss_scsi.c1145 /* the idea here is we could get notified from /proc cciss_update_non_disk_devices()
/linux-4.4.14/arch/powerpc/mm/
H A Dnuma.c534 * the most recent mapping notified to us by the platform (eg: VPHN). numa_setup_cpu()
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h962 /* Whether BSS needs to be notified */
993 /* Whether BSS needs to be notified */
1081 /* Whether BSS needs to be notified */
/linux-4.4.14/fs/ocfs2/dlm/
H A Ddlmmaster.c2198 * we wait a short time to allow that node to get notified by its own
2608 * will be the last one notified, ensuring that the migration dlm_migrate_lockres()
3469 * We notified all other nodes that we are exiting the domain and dlm_force_free_mles()
/linux-4.4.14/drivers/staging/unisys/visornic/
H A Dvisornic_main.c348 * visornic_serverdown - Command has notified us that IOPARt is down
/linux-4.4.14/drivers/tty/serial/
H A Dimx.c868 /* re-enable interrupts to get notified when new symbols are incoming */ imx_rx_dma_done()
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/
H A Dsocklnd.c1763 /* The router is telling me she's been notified of a change in ksocknal_notify()
/linux-4.4.14/drivers/media/usb/uvc/
H A Duvc_video.c1729 * buffers, making sure userspace applications are notified of the problem
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dhw.c1369 * So we need to clear all C2H events that FW has notified, rtl88ee_enable_interrupt()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
H A Di40evf_main.c1950 * and the stack is notified that the interface is ready.
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/
H A Dixgb_main.c627 * and the stack is notified that the interface is ready.
/linux-4.4.14/drivers/net/ethernet/tile/
H A Dtilepro.c1380 * is started, and the stack is notified that the interface is ready.
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h2187 * Host is notified of this
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c244 /* If we haven't notified the hardware because of xmit_more xgbe_maybe_stop_tx_queue()
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c2022 * and the stack is notified that the interface is ready.
/linux-4.4.14/drivers/atm/
H A Deni.c638 * clearing IN_SERVICE, we wouldn't be notified until additional data rx_vcc()
H A Dfirestream.c1849 /* We want to be notified of most things. Just the statistics count fs_init()
/linux-4.4.14/net/vmw_vsock/
H A Dvmci_transport.c1526 * WAITING_READ) right before we got notified that the peer had vmci_transport_recv_connected()
/linux-4.4.14/kernel/time/
H A Dtimekeeping.c1660 * notified via second_overflow. So instead we push xtime_nsec forward timekeeping_adjust()
/linux-4.4.14/arch/powerpc/kvm/
H A Dbooke.c522 * so that we are notified when the guest enables the relevant kvmppc_booke_irqprio_deliver()
/linux-4.4.14/net/irda/irnet/
H A Dirnet_irda.c978 /* Tell IrLMP we want to be notified of newly discovered nodes */ irnet_setup_server()
/linux-4.4.14/net/iucv/
H A Diucv.c1243 * are notified of a message and the time that you complete the message,
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c2555 /* Free enqueued TX that was never notified to HW */ for_all_tx_queues()
2573 /* Since hw was never notified of these requests, for_all_tx_queues()

Completed in 6603 milliseconds

12