Searched refs:notification (Results 1 - 200 of 764) sorted by relevance

1234

/linux-4.4.14/include/uapi/xen/
H A Dgntalloc.h54 * Sets up an unmap notification within the page, so that the other side can do
56 * mutexes or close notification on communication channels.
58 * Each mapped page only supports one notification; multiple calls referring to
59 * the same page overwrite the previous notification. You must clear the
60 * notification prior to the IOCTL_GNTALLOC_DEALLOC_GREF if you do not want it
70 * notification we are adjusting.
H A Dgntdev.h122 * Sets up an unmap notification within the page, so that the other side can do
124 * mutexes or close notification on communication channels.
126 * Each mapped page only supports one notification; multiple calls referring to
127 * the same page overwrite the previous notification. You must clear the
128 * notification prior to the IOCTL_GNTALLOC_DEALLOC_GREF if you do not want it
138 * notification we are adjusting.
/linux-4.4.14/include/uapi/linux/
H A Dthermal.h6 /* Adding event notification support elements */
H A Dmqueue.h41 * If the notification is triggered, then the cookie is sent to the netlink
43 * NOTIFY_WOKENUP if the notification got triggered, NOTIFY_REMOVED if it was
45 * mq_notify() that removed the notification.
H A Dfib_rules.h64 FR_ACT_BLACKHOLE, /* Drop without notification */
H A Dmei.h111 * DOC: set and unset event notification for a connected client
113 * The IOCTL argument is 1 for enabling event notification and 0 for
120 * DOC: retrieve notification
H A Dsctp.h229 SCTP_NOTIFICATION = MSG_NOTIFICATION, /* Next message is not user msg but notification. */
258 * provided by this notificaion. The notification information has the
348 * notification.
380 * When a peer sends a SHUTDOWN, SCTP delivers this notification to
394 * delivers this notification to inform the application
409 * message this notification will be used to indicate
444 * notification is given to the user. Also, at the time when a user app
446 * retransmit, the stack will immediately send up this notification.
475 * The notification structure is defined as the union of all
476 * notification types.
H A Dauto_fs4.h92 /* Daemon notification packet types */
H A Dinotify.h2 * Inode based directory notification for Linux
H A Dfuse.h52 * - add unsolicited notification support
53 * - add POLL message and NOTIFY_POLL notification
57 * - add notification messages for invalidation of inodes and
H A Dvirtio_scsi.h87 /* Asynchronous notification query/subscription */
H A Ddcbnl.h110 *@cndd_state_machine: The state of the congestion notification domain
275 * @DCB_CMD_GBCN: set backward congestion notification configuration
276 * @DCB_CMD_SBCN: get backward congestion notification configration.
350 * @DCB_ATTR_BCN: backward congestion notification configuration (NLA_NESTED)
/linux-4.4.14/include/linux/
H A Dinotify.h2 * Inode based directory notification for Linux
H A Ddnotify.h4 * Directory notification for Linux
H A Drxrpc.h46 #define RXRPC_ABORT 2 /* abort request / notification [terminal] */
51 #define RXRPC_NEW_CALL 8 /* [Server] new incoming call notification */
H A Dfsnotify_backend.h2 * Filesystem access notification for Linux
119 * A group is a "thing" that wants to receive notification about filesystem
137 /* needed to send notification to userspace */
140 wait_queue_head_t notification_waitq; /* read() on the notification file blocks on this waitq */
159 struct fasync_struct *fsn_fa; /* async notification */
162 * notification list is too
318 /* attach the event to the group notification queue */
323 /* Remove passed event from groups notification queue */
325 /* true if the group notification queue is empty */
327 /* return, but do not dequeue the first event on the notification queue */
329 /* return AND dequeue the first event on the notification queue */
H A Ddm-kcopyd.h7 * or with an asynchronous completion notification.
H A Daudit.h250 extern void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification);
300 static inline void audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) audit_mq_notify() argument
303 __audit_mq_notify(mqdes, notification); audit_mq_notify()
423 const struct sigevent *notification) audit_mq_notify()
422 audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) audit_mq_notify() argument
H A Drelay.h102 * buf_mapped - relay buffer mmap notification
112 * buf_unmapped - relay buffer unmap notification
/linux-4.4.14/drivers/net/wimax/i2400m/
H A Dusb-notif.c41 * The notification endpoint is active when the device is not in boot
72 * Process a received notification
75 * on the notification endpoint:
114 * URB callback for the notification endpoint
116 * @urb: the urb received from the notification endpoint
152 dev_err(dev, "notification: URB error %d, retrying\n", i2400mu_notification_cb()
166 dev_err(dev, "notification: cannot submit URB: %d\n", ret); i2400mu_notification_cb()
174 dev_err(dev, "maximum errors in notification URB exceeded; " i2400mu_notification_cb()
185 * setup the notification endpoint
189 * This procedure prepares the notification urb and handler for receiving
209 dev_err(dev, "notification: cannot allocate URB\n"); i2400mu_notification_setup()
213 i2400mu->endpoint_cfg.notification); i2400mu_notification_setup()
220 dev_err(dev, "notification: cannot submit URB: %d\n", ret); i2400mu_notification_setup()
237 * Tear down of the notification mechanism
H A Dusb-fw.c60 * We just post a URB to the notification endpoint and wait for
236 * submit a read to the notification endpoint
253 i2400mu->endpoint_cfg.notification); i2400mu_notif_submit()
264 * Read an ack from the notification endpoint
272 * Submits a notification read, appends the read data to the given ack
360 dev_err(dev, "bm: maximum errors in notification URB exceeded; " i2400mu_bus_bm_wait_for_ack()
H A Dfw.c54 * endpoint and read from it in the notification endpoint.
57 * zero length packets (ZLPs) on the notification endpoint in USB) a
96 * we post a URB to the notification endpoint, post the command, wait
97 * for data on the notification buffer. We don't need to worry about
104 * read an acknolwedgement from it (or an asynchronous notification)
464 dev_err(dev, "boot-mode cmd %d: HW BUG? notification didn't " __i2400m_bm_ack_verify()
488 d_printf(5, dev, "boot-mode cmd %d: notification for opcode %u " __i2400m_bm_ack_verify()
572 * @returns: bytes received by the notification; if < 0, an errno code
848 * for a reboot barker notification. This is a one shot; if
968 * notification and report it as -EISCONN. */ i2400m_bootrom_init()
1474 /* we got the notification already, no need to wait for it again */ i2400m_fw_dnload()
H A Di2400m-usb.h46 * This driver listens to notifications sent from the notification
93 unsigned char notification; member in struct:i2400m_endpoint_cfg
/linux-4.4.14/drivers/usb/wusbcore/
H A Dwa-nep.c23 * This part takes care of getting the notification from the hw
35 * WUSB1.0[8.5.4.2]. In any case, the bigger any notification could
39 * notification arrives we schedule work to a specific, single thread
41 * notification data. After scheduling the work, we rearm the read from
42 * the notification endpoint.
48 * wa_nep_cb() Callback for the notification
84 * WA specific notification (from NEP)
86 * WUSB Device notification generic handling
124 /* Dispatch the notification [don't use itr or size!] */ wa_notif_dispatch()
145 dev_err(dev, "HWA: unknown notification 0x%x, " wa_notif_dispatch()
163 dev_warn(dev, "HWA: device sent short notification, " wa_notif_dispatch()
200 dev_err(dev, "No memory to queue notification\n"); wa_nep_queue()
215 * Callback for the notification event endpoint
230 dev_err(dev, "NEP: unable to process notification(s): " wa_nep_cb()
258 * Initialize @wa's notification and event's endpoint stuff
276 "Unable to allocate notification's read buffer\n"); wa_nep_create()
281 dev_err(dev, "Unable to allocate notification URB\n"); wa_nep_create()
290 dev_err(dev, "Cannot submit notification URB: %d\n", result); wa_nep_create()
H A Ddevconnect.c493 * Handle a DN_Alive notification (WUSB1.0[7.6.1])
517 * Handle a DN_Connect notification (WUSB1.0[7.6.1])
521 * @size: Size of the buffer where the notification resides; if the
522 * notification data suggests there should be more data than
543 dev_err(dev, "DN CONNECT: short notification (%zu < %zu)\n", wusbhc_handle_dn_connect()
560 * Handle a DN_Disconnect notification (WUSB1.0[7.6.1])
/linux-4.4.14/drivers/uwb/
H A Die-rcv.c3 * IE Received notification handling.
27 * Process an incoming IE Received notification.
37 dev_err(dev, "IE Received notification: Not enough data to " uwbd_evt_handle_rc_ie_rcv()
H A Dneh.c25 * notification end event endpoint or area. This code takes care of
52 * When the notification/event comes, the IRQ handler/endpoint
97 * evt). On reception of the notification/event, the callback (cb) is
359 * notifications arrive (hwarc_probe() arms a notification/event handle
360 * that calls back this function for every received notification; this
365 * allocated is space to contain the notification data.
369 * just use it for the notification code.
446 * Note each notification/event starts always with a 'struct
539 * The entity that reads from the device notification/event channel has
H A Dhwa-rc.c30 * and setup the notification/event handle to pipe the notifications
91 /* Beacon received notification (WUSB 1.0 [8.6.3.2]) */
103 * Filter WUSB 1.0 BEACON RCV notification to be WHCI 0.95
160 /* DRP Availability change notification (WUSB 1.0 [8.6.3.8]) */
168 * Filter WUSB 1.0 DRP AVAILABILITY CHANGE notification to be WHCI 0.95
227 /* DRP notification (WUSB 1.0 [8.6.3.9]) */
468 /* Beacon slot change notification (WUSB 1.0 [8.6.3.5]) */
627 * Callback for the notification and event endpoint
630 * the notification/event handling mechanism (neh).
681 * Initialize the notification/event endpoint stuff
700 dev_err(dev, "Unable to allocate notification's read buffer\n"); hwarc_neep_init()
705 dev_err(dev, "Unable to allocate notification URB\n"); hwarc_neep_init()
714 dev_err(dev, "Cannot submit notification URB: %d\n", result); hwarc_neep_init()
730 /** Clean up all the notification endpoint resources */ hwarc_neep_release()
H A Ddrp-avail.c221 * Extract DRP Availability bitmap from the notification.
223 * The notification that comes in contains a bitmap of (UWB_NUM_MAS / 8) bytes
249 * Process an incoming DRP Availability notification.
263 * The notification only marks non-availability based on the BP and
H A Dbeacon.c390 * allowed per notification block, so we don't bother about scanning
477 dev_err(dev, "BEACON SIZE notification: Not enough data to " uwbd_evt_handle_rc_beacon_size()
500 * @evt: the BP_SLOT_CHANGE notification from the radio controller
551 dev_err(dev, "BPOIEC notification: Not enough data to " uwbd_evt_handle_rc_bpoie_change()
559 dev_err(dev, "BPOIEC notification: Not enough IE data to " uwbd_evt_handle_rc_bpoie_change()
H A Duwb-internal.h187 * UWB_EVT_TYPE_NOTIF - notification from the radio controller.
196 * struct uwb_event_notif - an event for a radio controller notification
/linux-4.4.14/arch/ia64/sn/kernel/
H A Dbte.c62 * bte_copy(src, dest, len, mode, notification)
73 * notification - kernel virtual address of the notification cache
80 bte_result_t bte_copy(u64 src, u64 dest, u64 len, u64 mode, void *notification) bte_copy() argument
95 src, dest, len, mode, notification)); bte_copy()
178 if (notification == NULL) { bte_copy()
182 bte->most_rcnt_na = notification; bte_copy()
188 /* Initialize the notification to a known value. */ bte_copy()
198 /* Set the notification register */ bte_copy()
210 if (notification != NULL) { bte_copy()
456 * Initialize the notification and spinlock bte_init_node()
/linux-4.4.14/include/linux/usb/
H A Dchipidea.h19 * @nb: hold event notification callback
20 * @conn: used for notification registration
H A Dwusb-wa.h125 * These are the notifications coming on the notification endpoint of
137 * Wire Adapter notification header
148 * HWA DN Received notification [(WUSB] section 8.5.4.2)
151 * notification we received, we just need to dispatch it.
233 * WA Transfer Complete notification ([WUSB] section 8.3.3.3)
H A Dmsm_hsusb.h126 * @nb: hold event notification callback
127 * @conn: used for notification registration
/linux-4.4.14/include/linux/uwb/
H A Dspec.h634 /* IE Received notification. [WHCI] section 3.1.4.1. */
650 /* Beacon received notification. [WHCI] 3.1.4.2. */
663 /* Beacon Size Change notification. [WHCI] section 3.1.4.3 */
670 /* BPOIE Change notification. [WHCI] section 3.1.4.4. */
678 /* Beacon Slot Change notification. [WHCI] section 3.1.4.5. */
696 /* BP Switch IE Received notification. [WHCI] section 3.1.4.6. */
704 /* DevAddr Conflict notification. [WHCI] section 3.1.4.7. */
709 /* DRP notification. [WHCI] section 3.1.4.9. */
725 /* DRP Availability Change notification. [WHCI] section 3.1.4.8. */
731 /* BP switch status notification. [WHCI] section 3.1.4.10. */
740 /* Command Frame Received notification. [WHCI] section 3.1.4.11. */
752 /* Channel Change IE Received notification. [WHCI] section 3.1.4.12. */
760 /* DAA Energy Detected notification. [WHCI 0.96] section 3.1.4.14. */
/linux-4.4.14/fs/notify/
H A Dnotification.c20 * Basic idea behind the notification queue: An fsnotify group (like inotify)
21 * sends the userspace notification about events asynchronously some time after
24 * multiple group's notification queues we can't add the event directly to each
27 * going to end up on one, and only one, notification queue we embed one
82 * Add an event to the group notification queue. The group can later pull this
129 * Remove @event from group's notification queue. It is the responsibility of
144 * Remove and return the first event from the notification list. It is the
H A Dfsnotify.h11 /* destroy all events sitting in this groups notification queue */
65 /* allocate and destroy and event holder to attach events to notification/access queues */
H A Dgroup.c55 /* clear the notification queue of all events */ fsnotify_destroy_group()
H A Dmark.c263 * Fanotify supports different notification classes (reflected as priority of
264 * notification group). Events shall be passed to notification groups in
265 * decreasing priority order. To achieve this marks in notification lists for
/linux-4.4.14/drivers/isdn/hardware/eicon/
H A Ddadapter.c32 Adapter array change notification framework
266 IDI client does register his notification function
280 DBG_TRC(("Register adapter notification[%d]=%08x", i + 1, callback))
285 DBG_ERR(("Can't register adapter notification, overflow"))
289 IDI client does register his notification function
298 DBG_TRC(("Remove adapter notification[%d]", (int)(handle + 1))) diva_remove_adapter_callback()
301 DBG_ERR(("Can't remove adapter notification, handle=%d", handle)) diva_remove_adapter_callback()
333 - add adapter array notification
334 - remove adapter array notification
/linux-4.4.14/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c38 * DoorbellEntry describes the a doorbell notification handle allocated by the
77 * the case where multiple handles share a notification index, we hand out
155 * Below we try to allocate an index in the notification dbell_index_table_add()
215 * notification index, we take the opportunity to dbell_index_table_remove()
234 * index in the bitmap in the device backend. A notification state
253 * the device backend. The notification state is destroyed in hypervisor.
270 * host via the hypervisor with the notification info.
298 * Dispatches a doorbell notification to the host context.
331 * Register the notification bitmap with the host.
347 pr_devel("Failed to register (PPN=%u) as notification bitmap (error=%d)\n", vmci_dbell_register_notification_bitmap()
380 * Scans the notification bitmap, collects pending notifications,
572 * Generates a notification on the doorbell identified by the
H A Dvmci_doorbell.h26 * generate a notification for a doorbell or queue pair.
H A Dvmci_guest.c356 * Scans the notification bitmap for raised flags, clears them
440 * which is for the notification bitmap. Will only get called if we are
538 "Unable to allocate notification bitmap\n"); vmci_guest_probe_device()
557 * Register notification bitmap with device if that capability is vmci_guest_probe_device()
565 "VMCI device unable to register notification bitmap with PPN 0x%x\n", vmci_guest_probe_device()
/linux-4.4.14/include/media/
H A Dmedia-device.h48 * @link_notify: Link state change notification callback
80 unsigned int notification);
83 /* Supported link_notify @notification values. */
H A Dv4l2-device.h56 unsigned int notification, void *arg);
121 /* Send a notification to v4l2_device. */ v4l2_subdev_notify()
123 unsigned int notification, void *arg) v4l2_subdev_notify()
126 sd->v4l2_dev->notify(sd, notification, arg); v4l2_subdev_notify()
122 v4l2_subdev_notify(struct v4l2_subdev *sd, unsigned int notification, void *arg) v4l2_subdev_notify() argument
H A Dexynos-fimc.h81 * v4l2_device notification id. This is only for internal use in the kernel.
82 * Sensor subdevs should issue S5P_FIMC_TX_END_NOTIFY notification in single
/linux-4.4.14/net/sctp/
H A Dulpevent.c121 * provided by this notification.
140 * head room to use as notification. sctp_ulpevent_make_assoc_change()
152 /* Include the notification structure */ sctp_ulpevent_make_assoc_change()
200 * This field is the total length of the notification data, including sctp_ulpevent_make_assoc_change()
201 * the notification header. sctp_ulpevent_make_assoc_change()
287 * This field is the total length of the notification data, including sctp_ulpevent_make_peer_addr_change()
288 * the notification header. sctp_ulpevent_make_peer_addr_change()
354 /* Create and initialize an SCTP_REMOTE_ERROR notification.
389 * notification with. sctp_ulpevent_make_remote_error()
421 /* Create and initialize a SCTP_SEND_FAILED notification.
437 /* Make skb with more room so we can prepend notification. */ sctp_ulpevent_make_send_failed()
483 * This field is the total length of the notification data, including sctp_ulpevent_make_send_failed()
484 * the notification header. sctp_ulpevent_make_send_failed()
530 /* Create and initialize a SCTP_SHUTDOWN_EVENT notification.
572 * This field is the total length of the notification data, including sctp_ulpevent_make_shutdown_event()
573 * the notification header. sctp_ulpevent_make_shutdown_event()
594 /* Create and initialize a SCTP_ADAPTATION_INDICATION notification.
628 /* A message has been received. Package this message as a notification
728 * message this notification will be used to indicate
759 * This field is the total length of the notification data, including sctp_ulpevent_make_pdapi()
760 * the notification header. It will generally be sizeof (struct sctp_ulpevent_make_pdapi()
848 /* Return the notification type, assuming this is a notification
853 union sctp_notification *notification; sctp_ulpevent_get_notification_type() local
857 notification = (union sctp_notification *) skb->data; sctp_ulpevent_get_notification_type()
858 return notification->sn_header.sn_type; sctp_ulpevent_get_notification_type()
/linux-4.4.14/drivers/net/wireless/iwlwifi/
H A Diwl-notif-wait.h79 * struct iwl_notification_wait - notification wait entry
81 * @fn: Function called with the notification. If the function
91 * notification declare it on the stack, and call
97 * Each notification is one-shot. If at some point we
H A Diwl-op-mode.h120 * @rx: Rx notification to the op_mode. rxb is the Rx buffer itself. Cmd is the
122 * @rx_rss: data queue RX notification to the op_mode, for (data) notifications
137 * @nic_error: error notification. Must be atomic and must be called with BH
/linux-4.4.14/kernel/
H A Duser-return-notifier.c10 * Request a notification when the current cpu returns to userspace. Must be
H A Dtask_work.c11 * @notify: send the notification if true
/linux-4.4.14/arch/cris/kernel/
H A Dptrace.c27 /* notification of userspace execution resumption
/linux-4.4.14/drivers/w1/
H A Dw1_netlink.h44 * @W1_SLAVE_ADD: notification that a slave device was added
45 * @W1_SLAVE_REMOVE: notification that a slave device was removed
46 * @W1_MASTER_ADD: notification that a new bus master was added
47 * @W1_MASTER_REMOVE: notification that a bus masterwas removed
/linux-4.4.14/net/rxrpc/
H A Dar-accept.c83 struct sk_buff *notification; rxrpc_accept_incoming_call() local
90 /* get a notification message to send to the server app */ rxrpc_accept_incoming_call()
91 notification = alloc_skb(0, GFP_NOFS); rxrpc_accept_incoming_call()
92 if (!notification) { rxrpc_accept_incoming_call()
97 rxrpc_new_skb(notification); rxrpc_accept_incoming_call()
98 notification->mark = RXRPC_SKB_MARK_NEW_CALL; rxrpc_accept_incoming_call()
154 nsp = rxrpc_skb(notification); rxrpc_accept_incoming_call()
161 ret = rxrpc_queue_rcv_skb(call, notification, true, rxrpc_accept_incoming_call()
164 notification = NULL; rxrpc_accept_incoming_call()
178 rxrpc_free_skb(notification); rxrpc_accept_incoming_call()
197 rxrpc_free_skb(notification); rxrpc_accept_incoming_call()
/linux-4.4.14/sound/aoa/
H A Daoa-gpio.h46 /* use this to be notified of any events. The notification
51 * and -EBUSY if the notification is already assigned by
/linux-4.4.14/tools/virtio/virtio-trace/
H A Dtrace-agent-ctl.c125 * threads will wait for notification from Host. rw_ctl_loop()
130 pr_info("Invalid host notification: %s\n", buf); rw_ctl_loop()
H A Dtrace-agent.h46 /* use for notification */
/linux-4.4.14/drivers/pci/hotplug/
H A Dacpiphp_ibm.c88 /* struct notification - keeps info about the device
89 * that cause the ACPI notification event
91 struct notification { struct
109 static struct notification ibm_note;
238 * @context: passed context (our notification struct)
250 * has returned, thereby enforcing serial access for the notification struct.
256 struct notification *note = context; ibm_handle_events()
258 pr_debug("%s: Received notification %02x\n", __func__, event); ibm_handle_events()
449 pr_err("%s: Failed to register notification handler\n", ibm_acpiphp_init()
H A Dpciehp_hpc.c636 * TBD: Power fault detected software notification support. pcie_enable_notification()
638 * Power fault detected software notification is not enabled pcie_enable_notification()
686 * disable link state notification and presence detection change notification
/linux-4.4.14/drivers/scsi/isci/
H A Dremote_node_context.h105 * hardare. Once the event notification of resume complete is received the
112 * it gets a TX suspend notification from the hardware.
115 * when it gets a TX RX suspend notification from the hardware.
118 * for a suspend notification from the hardware. This state is entered when
178 * notification.
H A Dphy.h74 * notification from the hardware that we restart the hardware OOB state
350 * type notification
352 * notification
354 * notification
360 * notification
362 * notification
364 * unsolicited frame notification
H A Dport_config.c379 * notification.
391 * link down notification from a phy that has no assocoated port?
595 * notification.
601 * notifications. Is it possible to get a link down notification from a phy
626 * notification.
633 * possible to get a link down notification from a phy that has no assocoated
/linux-4.4.14/drivers/leds/
H A Dleds-ipaq-micro.c6 * h3xxx atmel micro companion support, notification LED subdevice
119 dev_info(&pdev->dev, "iPAQ micro notification LED driver\n"); micro_leds_probe()
/linux-4.4.14/ipc/
H A Dmqueue.c477 * to read only queue size & notification info (the only values
626 /* notification __do_notify()
659 /* after notification unregisters process */ __do_notify()
1186 * and he isn't currently owner of notification, will be silently discarded.
1196 struct sigevent notification; SYSCALL_DEFINE2() local
1201 if (copy_from_user(&notification, u_notification, SYSCALL_DEFINE2()
1206 audit_mq_notify(mqdes, u_notification ? &notification : NULL); SYSCALL_DEFINE2()
1211 if (unlikely(notification.sigev_notify != SIGEV_NONE && SYSCALL_DEFINE2()
1212 notification.sigev_notify != SIGEV_SIGNAL && SYSCALL_DEFINE2()
1213 notification.sigev_notify != SIGEV_THREAD)) SYSCALL_DEFINE2()
1215 if (notification.sigev_notify == SIGEV_SIGNAL && SYSCALL_DEFINE2()
1216 !valid_signal(notification.sigev_signo)) { SYSCALL_DEFINE2()
1219 if (notification.sigev_notify == SIGEV_THREAD) { SYSCALL_DEFINE2()
1229 notification.sigev_value.sival_ptr, SYSCALL_DEFINE2()
1239 f = fdget(notification.sigev_signo); SYSCALL_DEFINE2()
1287 switch (notification.sigev_notify) { SYSCALL_DEFINE2()
1299 info->notify.sigev_signo = notification.sigev_signo; SYSCALL_DEFINE2()
1300 info->notify.sigev_value = notification.sigev_value; SYSCALL_DEFINE2()
/linux-4.4.14/include/acpi/
H A Dacpi_drivers.h67 * signals only an event; it doesn't supply a notification value.
70 * notification value.
/linux-4.4.14/sound/pci/mixart/
H A Dmixart_core.c42 #define MSG_TYPE_NOTIFY 0 /* embedded -> driver (only notification, do not get_msg() !) */
46 #define MSG_CANCEL_NOTIFY_MASK 0x80000000 /* this bit is set for a notification that has been canceled */
202 /* the pending event is the notification we wait for ! */ send_msg()
240 u32 msg_frame = 0; /* set to 0, so it's no notification to wait for, but the answer */ snd_mixart_send_msg()
301 err = send_msg(mgr, request, MSG_DEFAULT_SIZE, 1, &notif_event); /* send and mark the notification event pending */ snd_mixart_send_msg_wait_notif()
316 "error: notification %x not received\n", notif_event); snd_mixart_send_msg_wait_notif()
541 "canceled notification %x !\n", msg); snd_mixart_threaded_irq()
545 /* answer or notification to a message we are waiting for*/ snd_mixart_threaded_irq()
/linux-4.4.14/drivers/gpu/drm/sti/
H A Dsti_compositor.h65 * @vtg_vblank_nb: callback for VTG VSYNC notification
/linux-4.4.14/drivers/misc/mei/
H A Dhw.h371 * struct hbm_notification_request - start/stop notification request
386 * struct hbm_notification_response - start/stop notification response
395 * started notification.
412 * struct hbm_notification - notification event
H A Dmei_dev.h139 * @MEI_FOP_NOTIFY_START: start notification
140 * @MEI_FOP_NOTIFY_STOP: stop notification
238 * @ev_wait: notification wait queue
239 * @ev_async: event async notification
246 * @notify_en: notification - enabled/disabled
247 * @notify_ev: pending notification event
428 * @hbm_f_ev_supported : hbm feature event notification
H A Dhbm.c408 * mei_hbm_cl_notify_req - send notification request
439 * notify_res_to_fop - convert notification response to the proper
440 * notification FOP
442 * @cmd: client notification start response command
460 * @cmd: client notification start response command
486 * @cmd: client notification stop response command
508 * mei_hbm_cl_notify - signal notification event
511 * @cmd: notification client message
1233 dev_dbg(dev->dev, "hbm: notification\n"); mei_hbm_dispatch()
H A Dclient.c1212 * @fop: client notification start response command
1225 * mei_cl_notify_req2fop - convert notification request top file operation type
1227 * @req: hbm notification request type
1240 * mei_cl_irq_notify - send notification request in irq_thread context
1276 * mei_cl_notify_request - send notification stop/start request
1351 * mei_cl_notify - raise notification
1380 * mei_cl_notify_get - get or wait for notification event
1384 * @notify_ev: true if notification event was received
/linux-4.4.14/include/uapi/sound/
H A Dfirewire.h25 unsigned int notification; /* DICE-specific bits */ member in struct:snd_firewire_event_dice_notification
/linux-4.4.14/include/linux/platform_data/
H A Dusb-davinci.h50 /* Over-current indicator change notification (pass NULL to disable) */
/linux-4.4.14/include/linux/power/
H A Dsbs-battery.h33 * external change notification
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_acpi.h39 * The AMD ACPI notification mechanism uses Notify (VGA, 0x81) or a custom
40 * notification. Which notification is used as indicated by the ATIF Control
42 * a custom notification it invokes ATIF Control Method GET_SYSTEM_BIOS_REQUESTS
117 * 0 - Notify(VGA, 0x81) is not used for notification
118 * 1 - Notify(VGA, 0x81) is used for notification
119 * 2 - Notify(VGA, n) is used for notification where
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acpi.h39 * The AMD ACPI notification mechanism uses Notify (VGA, 0x81) or a custom
40 * notification. Which notification is used as indicated by the ATIF Control
42 * a custom notification it invokes ATIF Control Method GET_SYSTEM_BIOS_REQUESTS
117 * 0 - Notify(VGA, 0x81) is not used for notification
118 * 1 - Notify(VGA, 0x81) is used for notification
119 * 2 - Notify(VGA, n) is used for notification where
/linux-4.4.14/drivers/platform/x86/
H A Ddell-rbtn.c249 * Upon resume, some BIOSes send an ACPI notification thet triggers rbtn_resume()
252 * ACPI notification. Since ACPI notifications are delivered rbtn_resume()
256 * notification, if any. rbtn_resume()
435 * Some BIOSes send a notification at resume. rbtn_notify()
439 dev_dbg(&device->dev, "ACPI notification ignored\n"); rbtn_notify()
H A Dasus-nb-wmi.c349 { KE_IGNORE, 0x6E, }, /* Low Battery notification */
376 { KE_IGNORE, 0xC6, }, /* Ambient Light Sensor notification */
/linux-4.4.14/net/vmw_vsock/
H A Dvmci_transport_notify_qstate.c36 * we delay the sending of the read notification by decreasing the vmci_transport_notify_waiting_write()
37 * write_notify_window. The notification is delayed until the number of vmci_transport_notify_waiting_write()
139 pr_err("%p unable to send read notification to peer\n", vmci_transport_send_read_notification()
228 * send a notification to the sender before we block. vmci_transport_notify_pkt_recv_init()
341 pr_err("%p unable to send wrote notification to peer\n", vmci_transport_notify_pkt_send_post_enqueue()
H A Dvmci_transport_notify.h46 /* Socket notification callbacks. */
H A Dvmci_transport_notify.c37 * we delay the sending of the read notification by decreasing the vmci_transport_notify_waiting_write()
38 * write_notify_window. The notification is delayed until the number of vmci_transport_notify_waiting_write()
386 * notification as a socket error, passing that back through vmci_transport_notify_pkt_poll_out()
420 * send a notification to the sender before we block. vmci_transport_notify_pkt_recv_init()
/linux-4.4.14/drivers/base/power/
H A Dqos.c20 * Watchers can register different types of notification callbacks:
21 * . a per-device notification callback using the dev_pm_qos_*_notifier API.
22 * The notification chain data is stored in the per-device constraint
24 * . a system-wide notification callback using the dev_pm_qos_*_global_notifier
25 * API. The notification chain data is stored in a static variable.
138 * code and if needed call the per-device and the global notification
263 * Update constraints list and call the notification dev_pm_qos_constraints_destroy()
479 * dev_pm_qos_add_notifier - sets notification entry for changes to target value
485 * Will register the notifier into a notification chain that gets called
512 * dev_pm_qos_remove_notifier - deletes notification for changes to target value
518 * Will remove the notifier from the notification chain that gets called
539 * dev_pm_qos_add_global_notifier - sets notification entry for changes to
544 * Will register the notifier into a notification chain that gets called
554 * dev_pm_qos_remove_global_notifier - deletes notification for changes to
559 * Will remove the notifier from the notification chain that gets called
H A Druntime.c292 * another idle notification has been started earlier, return immediately. If
293 * the RPM_ASYNC flag is set then queue an idle-notification request; otherwise
314 * Any pending request other than an idle notification takes rpm_idle()
333 /* Carry out an asynchronous or a synchronous idle notification. */ rpm_idle()
400 * Cancel a pending idle notification, autosuspend or suspend. If
407 * notification for its parent (if the suspend succeeded and both
592 * ->runtime_resume() callback directly. Queue an idle notification for the
877 * @dev: Device to send idle notification for.
882 * notification, either synchronous or asynchronous.
983 * notification request for the parent is submitted.
1076 /* Suspend, wake-up or idle notification in progress. */ __pm_runtime_barrier()
1288 * set; otherwise allow it. Send an idle notification if suspends are allowed.
/linux-4.4.14/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h75 SRP_LOSOLNT = 0x10, /* logout solicited notification */
76 SRP_CRSOLNT = 0x20, /* credit request solicited notification */
77 SRP_AESOLNT = 0x40, /* asynchronous event solicited notification */
83 SRP_SCSOLNT = 0x02, /* SCSOLNT = successful solicited notification */
84 SRP_UCSOLNT = 0x04, /* UCSOLNT = unsuccessful solicited notification */
90 SRP_SOLNT = 0x01, /* SOLNT = solicited notification */
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Dtime-event.c272 * Handles a FW notification for an event that is known to the driver.
276 * @notif: the notification data corresponding the time event data.
293 * the notification. This happens in cases that the scheduler cannot iwl_mvm_te_handle_notif()
302 msg = "Time Event start notification failure"; iwl_mvm_te_handle_notif()
304 msg = "Time Event end notification failure"; iwl_mvm_te_handle_notif()
375 "ERROR: Aux ROC Time Event %s notification failure\n", iwl_mvm_aux_roc_te_handle_notif()
382 "Aux ROC time event notification - UID = 0x%x action %d\n", iwl_mvm_aux_roc_te_handle_notif()
420 IWL_DEBUG_TE(mvm, "Time event notification - UID = 0x%x action %d\n", iwl_mvm_rx_time_event_notif()
524 * Use a notification wait, which really just processes the iwl_mvm_time_event_send_add()
529 * time another notification (that the time event started) iwl_mvm_time_event_send_add()
625 /* If TE was sent OK - wait for the notification that started */ iwl_mvm_protect_session()
673 * notification, which also removes the time event from the op mode
702 * be synchronized with the flow of a time event's end notification, which also
H A Dfw-api.h559 /* Error response/notification */
696 * @TE_V1_NOTIF_HOST_EVENT_START: request/receive notification on event start
697 * @TE_V1_NOTIF_HOST_EVENT_END:request/receive notification on event end
700 * @TE_V1_NOTIF_HOST_FRAG_START: request/receive notification on frag start
701 * @TE_V1_NOTIF_HOST_FRAG_END:request/receive notification on frag end
706 * A notification (both event and fragment) includes a status indicating weather
708 * notification the status is always success. There is no start/end fragment
709 * notification for monolithic events.
755 * A notification (both event and fragment) includes a status indicating weather
757 * notification the status is always success. There is no start/end fragment
758 * notification for monolithic events.
761 * @TE_V2_NOTIF_HOST_EVENT_START: request/receive notification on event start
762 * @TE_V2_NOTIF_HOST_EVENT_END:request/receive notification on event end
765 * @TE_V2_NOTIF_HOST_FRAG_START: request/receive notification on frag start
766 * @TE_V2_NOTIF_HOST_FRAG_END:request/receive notification on frag end
1590 * iwl_dts_measurement_notif - notification received with the measurements
1667 * TDLS channel switch start notification
H A Dtime-event.h97 * 3) The fw sends notification when the event starts.
129 * @wait_for_notif: true if it is required that a time event notification be
176 * ROC request, it will issue a notification to the driver that it is on the
178 * another notification to the driver.
H A Dfw-api-stats.h263 * STATISTICS_NOTIFICATION = 0x9d (notification only, not a command)
265 * By default, uCode issues this notification after receiving a beacon
H A Dfw-api-scan.h161 * @match_notify: clients waiting for match found notification
164 * @any_beacon_notify: clients waiting for match notification without match
283 * @IWL_MVM_LMAC_SCAN_FLAG_ITER_COMPLETE: send iteration complete notification
288 * @IWL_MVM_LMAC_SCAN_FLAG_MATCH: Send match found notification on matches
523 *@IWL_UMAC_SCAN_FLAG_START_NOTIF: notification will be sent to the driver
H A Dsta.h99 * O(1) in time sensitive paths (Tx / Tx response / BA notification). These
122 * station while we have Tx / Tx response / BA notification running.
258 * Tx response (TX_CMD), and the block ack notification (COMPRESSED_BA).
260 * Tx response (TX_CMD), and the block ack notification (COMPRESSED_BA).
H A Dtt.c105 /* ignore the notification if we are in test mode */ iwl_mvm_tt_temp_changed()
163 /* the notification is handled synchronously in ctkill, so skip here */ iwl_mvm_temp_notif()
/linux-4.4.14/drivers/tty/hvc/
H A Dhvc_console.h70 /* Callbacks for notification. Called in open, close and hangup */
109 /* default notifier for irq based notification */
/linux-4.4.14/drivers/cpufreq/
H A Ddavinci-cpufreq.c115 * time taken with no drivers on notification list. davinci_cpu_init()
117 * to pre/post change notification list. davinci_cpu_init()
/linux-4.4.14/include/xen/interface/io/
H A Dfbif.h38 * Framebuffer update notification event
53 * Framebuffer resize notification event
H A Dring.h233 * asynchronous notification.
243 * notification on the very next message that is enqueued. If you want to
244 * create batches of work (i.e., only receive a notification after several
H A Dblkif.h17 * notification can be made conditional on req_event (i.e., the generic
22 * notification can be made conditional on rsp_event (i.e., the generic
/linux-4.4.14/arch/arm/plat-samsung/include/plat/
H A Dcpu-freq.h44 * struct s3c_cpufreq_freqs - s3c cpufreq notification information.
51 * notification can use this information that is not provided by just
/linux-4.4.14/drivers/usb/gadget/function/
H A Du_serial.h49 /* notification callbacks */
H A Df_acm.c66 /* SerialState notification -- CDC 1.1 section 6.3.5 (OUTPUT) */
89 /* notification endpoint uses smallish and infrequent fixed-size messages */
92 #define GS_NOTIFY_MAXPACKET 10 /* notification + 2 bytes */
480 * acm_cdc_notify - issue CDC notification to host
482 * @type: notification type
491 * about the only notification we issue: SerialState change.
665 /* allocate notification */ acm_bind()
H A Df_ecm.c386 /* notification already in flight? */ ecm_do_notify()
439 * The first notification then sits in the FIFO for a long ecm_notify()
598 * just guarantee that a speed notification is always sent. ecm_set_alt()
650 * imply the host is actually polling the notification endpoint, and
753 /* NOTE: a status/notification endpoint is *OPTIONAL* but we ecm_bind()
764 /* allocate notification request and buffer */ ecm_bind()
H A Df_rndis.c395 /* Send RNDIS RESPONSE_AVAILABLE notification; a rndis_response_available()
398 * This is the only notification defined by RNDIS. rndis_response_available()
490 /* later, rndis_response_available() sends a notification */ rndis_setup()
628 * notification scheme passes less data, but the same set of link
751 /* NOTE: a status/notification endpoint is, strictly speaking, rndis_bind()
762 /* allocate notification request and buffer */ rndis_bind()
/linux-4.4.14/drivers/thermal/
H A Dintel_soc_dts_iosf.c407 bool notification; intel_soc_dts_iosf_init() local
430 notification = false; intel_soc_dts_iosf_init()
432 notification = true; intel_soc_dts_iosf_init()
436 notification, trip_count, intel_soc_dts_iosf_init()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dpiocgf119.c46 /* disable error reporting and completion notification */ gf119_disp_pioc_fini()
H A Ddmacgf119.c58 /* disable error reporting and completion notification */ gf119_disp_dmac_fini()
H A Dcoregf119.c192 /* disable error reporting and completion notification */ gf119_disp_core_fini()
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
H A Dmbx.c30 * e1000_poll_for_msg - Wait for message notification
33 * returns SUCCESS if it successfully received a message notification
82 * e1000_read_posted_mbx - Wait for message notification and receive message
87 * returns SUCCESS if it successfully received a message notification and
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
H A Dmbx.c31 * ixgbevf_poll_for_msg - Wait for message notification
34 * returns 0 if it successfully received a message notification
77 * ixgbevf_read_posted_mbx - Wait for message notification and receive message
82 * returns 0 if it successfully received a message notification and
/linux-4.4.14/arch/c6x/include/asm/
H A Dthread_info.h87 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */
/linux-4.4.14/arch/cris/include/asm/
H A Dthread_info.h69 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */
/linux-4.4.14/net/openvswitch/
H A Ddp_notify.c89 /* schedule vport destroy, dev_put and genl notification */ dp_device_event()
/linux-4.4.14/drivers/remoteproc/
H A Dste_modem_rproc.c172 /* Kick the modem with specified notification id */ sproc_kick()
180 * We need different notification IDs for RX and TX so add sproc_kick()
181 * an offset on TX notification IDs. sproc_kick()
/linux-4.4.14/arch/ia64/include/uapi/asm/
H A Dperfmon.h41 #define PFM_FL_OVFL_NO_MSG 0x80 /* do not post overflow/end messages for notification */
51 #define PFM_REGFL_OVFL_NOTIFY 0x1 /* send notification on overflow */
92 unsigned long reg_long_reset; /* reset after buffer overflow notification */
/linux-4.4.14/sound/firewire/dice/
H A Ddice-proc.c80 u32 notification; dice_proc_read() member in struct:__anon15218::__anon15219
133 snd_iprintf(buffer, " notification: %08x\n", buf.global.notification); dice_proc_read()
H A Ddice-hwdep.c41 event.dice_notification.notification = dice->notification_bits; hwdep_read()
/linux-4.4.14/drivers/mtd/ubi/
H A Dgluebi.c378 err_msg("got remove notification for unknown UBI device %d volume %d", gluebi_remove()
423 err_msg("got update notification for unknown UBI device %d volume %d", gluebi_updated()
450 err_msg("got update notification for unknown UBI device %d volume %d", gluebi_resized()
460 * gluebi_notify - UBI notification handler.
462 * @l: notification type
H A Dbuild.c154 * ubi_volume_notify - send a volume change notification.
157 * @ntype: notification type to send (%UBI_VOLUME_ADDED, etc)
185 * ubi_notify_all - send a notification to all volumes.
187 * @ntype: notification type to send (%UBI_VOLUME_ADDED, etc)
191 * notification for each volume. If @nb is %NULL, then all registered notifiers
226 * ubi_enumerate_volumes - send "add" notification for all existing volumes.
230 * %UBI_VOLUME_ADDED notification for each volume. If @nb is %NULL, then all
/linux-4.4.14/include/linux/mtd/
H A Dubi.h200 * Volume notification types.
210 * notification function is invoked.
221 * struct ubi_notification - UBI notification description structure.
226 * object describes the notification. Namely, it provides a description of the
227 * UBI device and UBI volume the notification informs about.
/linux-4.4.14/arch/powerpc/platforms/ps3/
H A Ddevice-init.c753 pr_debug("%s:%u: notification %s issued\n", __func__, __LINE__, op); ps3_notification_read_write()
769 pr_debug("%s:%u: notification %s completed\n", __func__, __LINE__, op); ps3_notification_read_write()
780 * It uses the hypervisor's storage device notification mechanism to wait until
781 * a storage device is ready. The device notification mechanism uses a
783 * ready. The notification device has a block size of 512 bytes.
836 /* Setup and write the request for device notification. */ ps3_probe_thread()
844 /* Loop here processing the requested notification events. */ ps3_probe_thread()
/linux-4.4.14/drivers/scsi/qla4xxx/
H A Dql4_bsg.c513 ql4_printk(KERN_INFO, ha, "%s: IDC Complete notification not received, Waiting for another %d timeout", qla4_83xx_wait_for_loopback_config_comp()
520 ql4_printk(KERN_WARNING, ha, "%s: Aborting: IDC Complete notification not received", qla4_83xx_wait_for_loopback_config_comp()
526 "%s: IDC Complete notification received\n", qla4_83xx_wait_for_loopback_config_comp()
532 "%s: IDC Complete notification received\n", qla4_83xx_wait_for_loopback_config_comp()
541 ql4_printk(KERN_WARNING, ha, "%s: Aborting: LINK UP notification not received", qla4_83xx_wait_for_loopback_config_comp()
547 "%s: LINK UP notification received\n", qla4_83xx_wait_for_loopback_config_comp()
/linux-4.4.14/drivers/hv/
H A Dconnection.c168 * Setup the monitor notification facility. The 1st page for vmbus_connect()
314 * process_chn_event - Process a channel event notification
473 * vmbus_set_event - Send an event notification to the parent
H A Dhyperv_vmbus.h85 /* Timer notification messages. */
280 /* Definitions for the monitored notification facility */
672 * 2 pages - 1st page for parent->child notification and 2nd
673 * is child->parent notification
/linux-4.4.14/fs/ocfs2/
H A Dstackglue.h127 * The stack must set up any notification mechanisms and create
143 * dropped, and recovery notification is being ignored by the
145 * recovery notification.
/linux-4.4.14/drivers/xen/
H A Dxen-acpi-memhotplug.c241 "\nReceived BUS CHECK notification for device\n")); acpi_memory_device_notify()
246 "\nReceived DEVICE CHECK notification for device\n")); acpi_memory_device_notify()
258 "\nReceived EJECT REQUEST notification for device\n")); acpi_memory_device_notify()
H A Dgntalloc.c84 uint16_t flags:2; /* Bits 12-13: Unmap notification flags */
96 struct notify_info notify; /* Unmap notification */
413 * it is possible to change the clear_byte part of the notification gntalloc_ioctl_unmap_notify()
/linux-4.4.14/drivers/uwb/i1480/dfu/
H A Dusb.c193 * Callback for reads on the notification/event endpoint
226 * MAC FW sends a 0xfd/0101/00 notification to EP1 when done
227 * initializing. Get that notification into i1480->evt_buf; upper layer
300 /* Post a read on the notification & event endpoint */ i1480_usb_cmd()
H A Ddfu.c128 * spurious notification after firmware is downloaded. So check whether i1480_cmd()
129 * the receibed RCEB is such notification before assuming that the i1480_cmd()
/linux-4.4.14/drivers/scsi/bfa/
H A Dbfa_fcpim.h355 * BFA notification to FCS/driver for second level error recovery.
376 * I/O completion notification.
393 * I/O good completion notification.
398 * I/O abort completion notification
H A Dbfa_defs_fcs.h51 u32 fabric_onlines; /* Internal fabric online notification sent
53 u32 fabric_offlines; /* Internal fabric offline notification sent
463 u32 sler; /* num sler notification from BFA */
/linux-4.4.14/drivers/infiniband/core/
H A Dumem_rbtree.c42 * device request to receive notification when the related memory
/linux-4.4.14/drivers/net/ethernet/intel/igb/
H A De1000_mbx.c128 * igb_poll_for_msg - Wait for message notification
132 * returns SUCCESS if it successfully received a message notification
186 * igb_read_posted_mbx - Wait for message notification and receive message
192 * returns SUCCESS if it successfully received a message notification and
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_mbx.c131 * ixgbe_poll_for_msg - Wait for message notification
135 * returns SUCCESS if it successfully received a message notification
181 * ixgbe_read_posted_mbx - Wait for message notification and receive message
187 * returns SUCCESS if it successfully received a message notification and
/linux-4.4.14/crypto/
H A Dinternal.h29 /* Crypto notification events. */
/linux-4.4.14/arch/arc/include/asm/
H A Dthread_info.h84 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */
/linux-4.4.14/net/hsr/
H A Dhsr_main.c40 /* Resend of notification concerning removed device? */ hsr_netdev_notify()
/linux-4.4.14/arch/sh/kernel/cpu/shmobile/
H A Dpm.c22 * Notifier lists for pre/post sleep notification
/linux-4.4.14/arch/nios2/include/asm/
H A Dthread_info.h86 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */
/linux-4.4.14/arch/openrisc/include/asm/
H A Dthread_info.h101 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */
/linux-4.4.14/arch/hexagon/include/asm/
H A Dthread_info.h109 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
H A Dcorgi.h23 #define CORGI_GPIO_WAKEUP (3) /* System wakeup notification? */
/linux-4.4.14/sound/firewire/bebob/
H A Dbebob_hwdep.c13 * 2.get notification about starting/stopping stream
/linux-4.4.14/sound/firewire/oxfw/
H A Doxfw-hwdep.c13 * 2.get notification about starting/stopping stream
/linux-4.4.14/include/linux/mfd/
H A Dab3100.h30 * for event notification broadcasts.
/linux-4.4.14/drivers/usb/host/whci/
H A Dhcd.c40 * Start device notification.
84 * Stop device notification.
/linux-4.4.14/drivers/s390/cio/
H A Dchsc.c304 u64 ntsm; /* notification type mask */
519 CIO_CRW_EVENT(4, "chsc: channel-path-configuration notification\n"); chsc_process_sei_chp_config()
548 CIO_CRW_EVENT(4, "chsc: scm change notification\n"); chsc_process_sei_scm_change()
554 CIO_CRW_EVENT(0, "chsc: updating change notification" chsc_process_sei_scm_change()
601 case 8: /* channel-path-configuration notification */ chsc_process_sei_nt0()
604 case 12: /* scm change notification */ chsc_process_sei_nt0()
607 case 14: /* scm available notification */ chsc_process_sei_nt0()
1303 * @cnc: Boolean change-notification control
/linux-4.4.14/drivers/s390/net/
H A Dlcs.h266 /* Callback for completion notification. */
274 /* Callback for completion notification. */
/linux-4.4.14/drivers/scsi/fnic/
H A Dfnic_isr.c249 * (last INTR is used for WQ/RQ errors and notification area) fnic_set_intr_mode()
308 * 1 INTR for notification area fnic_set_intr_mode()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A Dcommands.h141 /* Missed beacons notification */
176 * driver, and each response/notification received from uCode.
189 * the response/notification, i.e. when the response/notification
201 * 15 unsolicited RX or uCode-originated notification
205 /* command or response/notification data follows immediately */
387 * uCode issues this "initialize alive" notification once the initialization
389 * This is the *first* "alive" notification that the driver will receive after
394 * For 4965, this notification contains important calibration data for
434 * uCode issues this "alive" notification once the runtime image is ready
436 * notification that the driver will receive after rebooting uCode;
779 * N_CHANNEL_SWITCH = 0x73 (notification only, not a command)
2205 * N_SPECTRUM_MEASUREMENT = 0x75 (notification only, not a command)
2247 * bit 1 - '0' Don't send sleep notification
2248 * '1' send sleep notification (SEND_PM_NOTIFICATION)
2296 * N_PM_SLEEP = 0x7A (notification only, not a command)
2324 * N_CARD_STATE = 0xa1 (notification only, not a command)
2449 * 1) Sends SCAN_START notification to driver
2454 * 5) Sends SCAN_RESULT notification to driver
2462 * 12) Sends SCAN_COMPLETE notification
2570 /* Can abort will notify by complete notification with abort status. */
2572 /* complete notification statuses */
2583 * N_SCAN_START = 0x82 (notification only, not a command)
2606 * N_SCAN_RESULTS = 0x83 (notification only, not a command)
2619 * N_SCAN_COMPLETE = 0x84 (notification only, not a command)
2641 * N_BEACON = 0x90 (notification only, not a command)
2960 * N_STATS = 0x9d (notification only, not a command)
2962 * By default, uCode issues this notification after receiving a beacon
2970 * uCode also issues this notification during scans. uCode clears stats
2971 * appropriately so that each notification contains stats for only the
2992 * N_MISSED_BEACONS = 0xa2 (notification only, not a command)
2996 * notification, inside the command, it can find all the beacons information
H A Dprph.h122 * internal data, then notifies host via "initialize alive" notification
129 * notifies host via "alive" notification (struct il_alive_resp) that it
159 * "initialize alive" notification to host, and waits for a signal from
168 * 5) Wait for "alive" notification, then issue normal runtime commands.
458 * "Alive" notification from uCode. Additionally, driver should init
485 * "Alive" notification from uCode. Area is used only by device itself;
506 * "Alive" notification from uCode. To update a 16-bit map value, driver
H A D3945-debug.c78 * the last stats notification from uCode il3945_ucode_rx_stats_read()
338 * the last stats notification from uCode il3945_ucode_tx_stats_read()
431 * the last stats notification from uCode il3945_ucode_general_stats_read()
/linux-4.4.14/drivers/net/irda/
H A Dirda-usb.h76 * Rx notification will only be done at the end of the USB frame period :
78 * UHCI : frame period = 1ms, but notification can take 2 or 3 ms :-(
/linux-4.4.14/drivers/acpi/acpica/
H A Devmisc.c95 * DESCRIPTION: Dispatch a device notification event to a previously
190 * DESCRIPTION: Dispatch a device notification event to a previously
/linux-4.4.14/drivers/ata/
H A Dlibata-zpodd.c26 * acpi wake notification */
202 * The from_notify flag set in wake notification handler function
H A Dlibata-pmp.c324 "Asynchronous notification not supported, " sata_pmp_configure()
968 /* PHY event notification can disturb reset and other recovery sata_pmp_eh_recover()
1002 * work. Return w/ PHY event notification disabled. sata_pmp_eh_recover()
1010 * links, enable notification and check SATA_PMP_GSCR_ERROR ata_for_each_link()
1014 /* enable notification */ ata_for_each_link()
/linux-4.4.14/include/rdma/
H A Diw_portmap.h161 * iwpm_mapping_error_cb - Process port mapper notification for error
169 * iwpm_mapping_info_cb - Process a notification that the userspace
/linux-4.4.14/arch/ia64/include/asm/sn/
H A Dbte.h215 #define bte_zero(dest, len, mode, notification) \
216 bte_copy(0, dest, len, ((mode) | BTE_ZERO_FILL), notification)
/linux-4.4.14/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c327 /* enable eventfd notification */ main()
341 /* enable eventfs notification */ main()
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
H A Dcommands.h155 /* Missed beacons notification */
382 * uCode issues this "alive" notification once the runtime image is ready
384 * notification that the driver will receive after rebooting uCode;
722 * CHANNEL_SWITCH_NOTIFICATION = 0x73 (notification only, not a command)
2090 * SPECTRUM_MEASURE_NOTIFICATION = 0x75 (notification only, not a command)
2132 * bit 1 - '0' Don't send sleep notification
2133 * '1' send sleep notification (SEND_PM_NOTIFICATION)
2181 * PM_SLEEP_NOTIFICATION = 0x7A (notification only, not a command)
2219 * CARD_STATE_NOTIFICATION = 0xa1 (notification only, not a command)
2332 * 1) Sends SCAN_START notification to driver
2337 * 5) Sends SCAN_RESULT notification to driver
2345 * 12) Sends SCAN_COMPLETE notification
2413 /* Can abort will notify by complete notification with abort status. */
2415 /* complete notification statuses */
2426 * SCAN_START_NOTIFICATION = 0x82 (notification only, not a command)
2449 * SCAN_RESULTS_NOTIFICATION = 0x83 (notification only, not a command)
2462 * SCAN_COMPLETE_NOTIFICATION = 0x84 (notification only, not a command)
2486 * BEACON_NOTIFICATION = 0x90 (notification only, not a command)
2767 * STATISTICS_NOTIFICATION = 0x9d (notification only, not a command)
2769 * By default, uCode issues this notification after receiving a beacon
2777 * uCode also issues this notification during scans. uCode clears statistics
2778 * appropriately so that each notification contains statistics for only the
2799 * MISSED_BEACONS_NOTIFICATION = 0xa2 (notification only, not a command)
2803 * notification, inside the command, it can find all the beacons information
3437 * notification from uCode to host to indicate medium changes
3452 /* send notification status (1 bit) */
3488 * BT Status notification
3950 * bit4: filter beacon notification
H A Drx.c201 "notification for PM_DEBUG_STATISTIC_NOTIFIC:\n", len); iwlagn_rx_pm_debug_statistics_notif()
455 IWL_DEBUG_RX(priv, "Statistics notification received (%d bytes).\n", iwlagn_rx_statistics()
562 /* Handle notification from uCode that card's power state is changing
1068 /* set up notification wait support */ iwl_setup_rx_handlers()
1083 * Do the notification wait before RX handlers so iwl_rx_dispatch()
1085 * access to it in the notification wait entry. iwl_rx_dispatch()
1089 /* Based on type of command response or notification, iwl_rx_dispatch()
H A Ducode.c354 * just wait for the ALIVE notification here. iwl_load_ucode_wait_alive()
437 * just wait for the calibration complete notification. iwl_run_init_ucode()
/linux-4.4.14/drivers/media/platform/exynos4-is/
H A Dfimc-capture.c1433 * fimc_sensor_notify - v4l2_device notification from a sensor subdev
1434 * @sd: pointer to a subdev generating the notification
1435 * @notification: the notification type, must be S5P_FIMC_TX_END_NOTIFY
1438 * The End Of Frame notification sent by sensor subdev in its still capture
1441 * (end of frame) interrupt. And this notification is used to complete the
1443 * call this notification from their last 'End of frame capture' interrupt.
1445 void fimc_sensor_notify(struct v4l2_subdev *sd, unsigned int notification, fimc_sensor_notify() argument
1464 if (fimc && arg && notification == S5P_FIMC_TX_END_NOTIFY && fimc_sensor_notify()
/linux-4.4.14/drivers/staging/rdma/ipath/
H A Dipath_cq.c172 * The completion handler will most likely rearm the notification send_complete()
338 * ipath_req_notify_cq - change the notification type for a completion queue
340 * @notify_flags: the type of notification to request
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dcq.c195 * The completion handler will most likely rearm the notification send_complete()
367 * hfi1_req_notify_cq - change the notification type for a completion queue
369 * @notify_flags: the type of notification to request
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_cq.c179 * The completion handler will most likely rearm the notification send_complete()
354 * qib_req_notify_cq - change the notification type for a completion queue
356 * @notify_flags: the type of notification to request
/linux-4.4.14/fs/lockd/
H A Dmon.c179 * nsm_unmonitor - Unregister peer notification
183 * tell the local rpc.statd not to send this peer a notification
440 * to be called when the status manager receives notification
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
H A Dlib-types.h231 /* notification of peer health */
307 unsigned int lp_notify:1; /* notification outstanding? */
308 unsigned int lp_notifylnd:1;/* outstanding notification
311 notification */
/linux-4.4.14/drivers/s390/char/
H A Dsclp_async.c117 * Function used to transfer asynchronous notification
/linux-4.4.14/drivers/scsi/snic/
H A Dsnic_isr.c165 * (last INTR is used for WQ/CQ errors and notification area snic_set_intr_mode()
H A Dsnic_main.c152 * snic_notify_set : sets notification area
153 * This notification area is to receive events from fw
617 /* Setup notification buffer area */ snic_probe()
/linux-4.4.14/drivers/scsi/cxlflash/
H A Dsuperpipe.h118 struct page *err_page; /* One page of all 0xF for error notification */
/linux-4.4.14/drivers/misc/mic/bus/
H A Dcosm_bus.h52 * @sysfs_heartbeat_enable: sysfs setting for disabling heartbeat notification
/linux-4.4.14/drivers/nfc/fdp/
H A Dfdp.c401 /* If the patch notification didn't arrive yet, wait for it */ fdp_nci_patch_otp()
413 * We need to wait for the reset notification before we fdp_nci_patch_otp()
472 /* If the patch notification didn't arrive yet, wait for it */ fdp_nci_patch_ram()
484 * We need to wait for the reset notification before we fdp_nci_patch_ram()
/linux-4.4.14/fs/nfsd/
H A Dblocklayout.c177 * Pretend that we send notification to the client. This is a blatant
/linux-4.4.14/net/core/
H A Dlink_watch.c2 * Linux network device link state notification
/linux-4.4.14/sound/core/seq/
H A Dseq_queue.h79 /* notification that client has left the system */
/linux-4.4.14/fs/afs/
H A Dafs.h57 * AFS callback notification
/linux-4.4.14/kernel/power/
H A Dqos.c549 * pm_qos_add_notifier - sets notification entry for changes to target value
553 * will register the notifier into a notification chain that gets called
569 * pm_qos_remove_notifier - deletes notification entry from chain.
573 * will remove the notifier from the notification chain that gets called
/linux-4.4.14/include/uapi/linux/can/
H A Dbcm.h85 TX_EXPIRED, /* notification on performed transmissions (count=0) */
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
H A Dspu_save.c165 * signal notification channels.
/linux-4.4.14/arch/microblaze/include/asm/
H A Dthread_info.h111 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */
/linux-4.4.14/arch/mn10300/include/asm/
H A Dthread_info.h142 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */
/linux-4.4.14/arch/ia64/include/asm/
H A Dperfmon.h51 unsigned char ovfl_notify; /* =1 if monitor requested overflow notification */
H A Dthread_info.h99 #define TIF_NOTIFY_RESUME 6 /* resumption notification requested */
/linux-4.4.14/arch/arm/mach-pxa/
H A Dcorgi_pm.c47 { CORGI_GPIO_WAKEUP, GPIOF_IN, "System wakeup notification" },
/linux-4.4.14/sound/firewire/digi00x/
H A Ddigi00x-hwdep.c13 * 2.get notification about starting/stopping stream
/linux-4.4.14/sound/firewire/tascam/
H A Dtascam-hwdep.c13 * 2.get notification about starting/stopping stream
/linux-4.4.14/tools/perf/tests/
H A Dbp_signal.c134 * notification each time the breakpoint is hit test__bp_signal()
/linux-4.4.14/drivers/usb/gadget/udc/bdc/
H A Dbdc_cmd.c262 /* Send a Function Wake notification packet using FH command */ bdc_function_wake_fh()
280 /* Send a Function Wake notification packet using DNC command */ bdc_function_wake()
/linux-4.4.14/drivers/rapidio/switches/
H A Didt_gen2.c299 /* Disable Port-Write notification from JTAG */ idtg2_em_init()
302 /* Disable Port-Write notification from I2C */ idtg2_em_init()
/linux-4.4.14/drivers/s390/scsi/
H A Dzfcp_ccw.c250 ZFCP_STATUS_ADAPTER_SUSPENDED) { /* notification ignore */ zfcp_ccw_notify()
264 ZFCP_STATUS_ADAPTER_SUSPENDED) { /* notification ignore */ zfcp_ccw_notify()
/linux-4.4.14/drivers/scsi/aacraid/
H A Dsa.c104 * aac_sa_notify_adapter - handle adapter notification
105 * @dev: Adapter that notification is for
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.h137 /* IOC event notification mechanism. */
152 /* Initialize a IOC event notification structure */
/linux-4.4.14/drivers/gpu/drm/gma500/
H A Dopregion.c58 u32 csts; /* notification status */
72 u32 cnot; /* current OS notification */
/linux-4.4.14/drivers/clk/samsung/
H A Dclk-cpu.c143 /* handler for pre-rate change notification from parent clock */ exynos_cpuclk_pre_rate_change()
220 /* handler for post-rate change notification from parent clock */ exynos_cpuclk_post_rate_change()
/linux-4.4.14/arch/frv/kernel/
H A Dsignal.c407 * notification of userspace execution resumption
420 /* deal with notification on about to resume userspace execution */ do_notify_resume()
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
H A Drouter.c116 /* Flag that notification is outstanding */ lnet_notify_locked()
134 /* Notify only in 1 thread at any time to ensure ordered notification. lnet_ni_notify_locked()
153 /* A new notification could happen now; I'll handle it lnet_ni_notify_locked()
729 * actual notification. lnet_router_checker_event()
731 * have the notification pending!!! */ lnet_router_checker_event()
1508 CWARN("Ignoring notification of %s %s by %s (different net)\n", lnet_notify()
/linux-4.4.14/net/can/
H A Dbcm.c375 /* create notification to user */ bcm_tx_timeout_tsklet()
407 * bcm_rx_changed - create a RX_CHANGED notification due to changed content
437 * 2. send a notification to the user (if possible)
533 /* create notification to user */ bcm_rx_timeout_tsklet()
929 /* initialize tasklet for tx countevent notification */ bcm_tx_setup()
1099 /* initialize tasklet for rx timeout notification */ bcm_rx_setup()
1350 * notification handler for netdevice status changes
/linux-4.4.14/drivers/tty/serial/
H A Dioc3_serial.c165 /* Copy of notification bits */
662 * notification when output has drained. config_port()
771 * set_notification - Modify event notification
806 /* We require DMA if either DATA_READY or DDCD notification is set_notification()
1028 /* Set the configuration and proper notification call */ ioc3_change_speed()
1031 " parity %d), notification 0x%x\n", ioc3_change_speed()
1263 /* Turn off this notification so the do_read()
1571 /* If we are expecting a lowat notification ioc3uart_intr_one()
1576 * So send the notification now. ioc3uart_intr_one()
/linux-4.4.14/drivers/staging/media/omap4iss/
H A Diss.c381 * To react to link management on powered pipelines, the link setup notification
514 * iss_pipeline_link_notify - Link management notification callback
527 unsigned int notification) iss_pipeline_link_notify()
535 if (notification == MEDIA_DEV_NOTIFY_POST_LINK_CH && iss_pipeline_link_notify()
543 if (notification == MEDIA_DEV_NOTIFY_POST_LINK_CH && iss_pipeline_link_notify()
526 iss_pipeline_link_notify(struct media_link *link, u32 flags, unsigned int notification) iss_pipeline_link_notify() argument
/linux-4.4.14/drivers/bluetooth/
H A Dhci_intel.c829 * booting the loaded firmware, wait for the bootloader notification intel_setup()
832 * When the event processing receives the notification, then the intel_setup()
891 * is done by the operational firmware sending bootup notification. intel_setup()
1008 bt_dev_dbg(hdev, "TX idle notification (%d)", value); intel_recv_lpm_notify()
1027 bt_dev_err(hu->hdev, "Invalid LPM notification packet"); intel_recv_lpm()

Completed in 5307 milliseconds

1234