| /OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/ |
| H A D | cx23885-ir.c | 29 unsigned long *notifications = &dev->ir_rx_notifications; in cx23885_ir_rx_work_handler() local 31 if (test_and_clear_bit(CX23885_IR_RX_SW_FIFO_OVERRUN, notifications)) in cx23885_ir_rx_work_handler() 33 if (test_and_clear_bit(CX23885_IR_RX_HW_FIFO_OVERRUN, notifications)) in cx23885_ir_rx_work_handler() 35 if (test_and_clear_bit(CX23885_IR_RX_END_OF_RX_DETECTED, notifications)) in cx23885_ir_rx_work_handler() 37 if (test_and_clear_bit(CX23885_IR_RX_FIFO_SERVICE_REQ, notifications)) in cx23885_ir_rx_work_handler() 52 unsigned long *notifications = &dev->ir_tx_notifications; in cx23885_ir_tx_work_handler() local 54 if (test_and_clear_bit(CX23885_IR_TX_FIFO_SERVICE_REQ, notifications)) in cx23885_ir_tx_work_handler() 66 unsigned long *notifications = &dev->ir_rx_notifications; in cx23885_ir_rx_v4l2_dev_notify() local 69 set_bit(CX23885_IR_RX_FIFO_SERVICE_REQ, notifications); in cx23885_ir_rx_v4l2_dev_notify() 71 set_bit(CX23885_IR_RX_END_OF_RX_DETECTED, notifications); in cx23885_ir_rx_v4l2_dev_notify() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/ |
| H A D | x86_pkg_temperature_thermal.rst | 46 Any value other than 0 in these trip points, can trigger thermal notifications. 47 Setting 0, stops sending thermal notifications. 49 Thermal notifications: 50 To get kobject-uevent notifications, set the thermal zone
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | dnotify.rst | 12 on a directory using a fcntl(2) call and the notifications themselves 39 (SIGRTMIN + <n>) so that the notifications may be queued. This is 55 name "a/x" should be notified to a program expecting notifications on 56 directory "a", but will not be notified to one expecting notifications on 59 Also, files that are unlinked, will still cause notifications in the
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/libnotify/ |
| H A D | libnotify_0.7.9.bb | 1 SUMMARY = "Library for sending desktop notifications to a notification daemon" 2 DESCRIPTION = "It sends desktop notifications to a notification daemon, as defined \ 3 in the Desktop Notifications spec. These notifications can be used to inform \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-xfce/xfdesktop/ |
| H A D | xfdesktop_4.16.0.bb | 14 PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-xfce/thunar-volman/ |
| H A D | thunar-volman_4.16.0.bb | 14 PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-panel-plugins/places/ |
| H A D | xfce4-places-plugin_1.8.1.bb | 13 PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
|
| /OK3568_Linux_fs/kernel/Documentation/s390/ |
| H A D | qeth.rst | 31 notifications enabled, a udev event with ACTION=CHANGE is emitted. 38 notifications are started afresh, a new host or VLAN is registered or 40 notifications are aborted.
|
| /OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/ |
| H A D | acpi-lid.rst | 20 For most platforms, both the _LID method and the lid notifications are 39 Restrictions of the lid state change notifications 103 ensure that the reliable "closed" notifications can always be delivered 106 notifications can be delivered to the userspace when the lid is actually 107 opens given that some AML tables do not send "opened" notifications
|
| /OK3568_Linux_fs/kernel/Documentation/ |
| H A D | watch_queue.rst | 9 * Key/keyring notifications 12 The notifications buffers can be enabled by: 47 notifications can be generated whilst spinlocks are held and also protects the 98 notifications. A list may be attached to an object (say a key or a superblock) 299 It can then be set to receive keyring change notifications:: 303 The notifications can then be consumed by something like the following::
|
| /OK3568_Linux_fs/buildroot/package/libevent/ |
| H A D | Config.in | 4 Userspace library for handling asynchronous notifications
|
| /OK3568_Linux_fs/buildroot/package/libev/ |
| H A D | Config.in | 4 Userspace library for handling asynchronous notifications
|
| /OK3568_Linux_fs/kernel/Documentation/bpf/ |
| H A D | ringbuf.rst | 80 - epoll notifications for new incoming data; 136 notifications about new data availability in ring buffer. Together with 139 efficient batched notifications. Default self-balancing strategy, though, 195 a self-pacing notifications of new data being availability. 204 notifications, commit/discard/output helpers accept ``BPF_RB_NO_WAKEUP`` and 205 ``BPF_RB_FORCE_WAKEUP`` flags, which give full control over notifications of
|
| /OK3568_Linux_fs/kernel/Documentation/power/ |
| H A D | suspend-and-cpuhotplug.rst | 18 the locking involved. It outlines the notifications involved as well. 44 notifications 68 | While it is at it, notifications | 105 * send PM_POST_SUSPEND notifications 141 | While it is at it, notifications
|
| /OK3568_Linux_fs/kernel/drivers/thermal/intel/ |
| H A D | Kconfig | 20 two trip points which can be set by user to get notifications via thermal 43 be set by user mode programs to get notifications via Linux thermal
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | msg_zerocopy.rst | 103 previously passed buffer. It queues completion notifications on the 139 efficient to not wait for notifications, but read without blocking 144 other operations until the error is read. Zerocopy notifications have 153 a single value, but a range. It coalesces consecutive notifications
|
| /OK3568_Linux_fs/kernel/drivers/soc/fsl/dpio/ |
| H A D | dpio-service.c | 29 struct list_head notifications; member 141 INIT_LIST_HEAD(&obj->notifications); in dpaa2_io_create() 277 list_add(&ctx->node, &d->notifications); in dpaa2_io_service_register()
|
| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | Kconfig | 18 bool "Enable notifications for userspace key wrap/unwrap"
|
| /OK3568_Linux_fs/buildroot/package/agentpp/ |
| H A D | Config.in | 15 sending notifications.
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | seccomp.c | 143 struct list_head notifications; member 1093 list_add(&n.list, &match->notif->notifications); in seccomp_do_user_notification() 1369 list_for_each_entry(knotif, &filter->notif->notifications, list) { in seccomp_notify_detach() 1406 list_for_each_entry(cur, &filter->notif->notifications, list) { in find_notification() 1436 list_for_each_entry(cur, &filter->notif->notifications, list) { in seccomp_notify_recv() 1687 list_for_each_entry(cur, &filter->notif->notifications, list) { in seccomp_notify_poll() 1722 INIT_LIST_HEAD(&filter->notif->notifications); in init_listener()
|
| /OK3568_Linux_fs/u-boot/drivers/mailbox/ |
| H A D | Kconfig | 8 ability to transfer small messages and/or notifications from one
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_acpi.c | 64 struct amdgpu_atif_notifications notifications; member 202 amdgpu_atif_parse_notification(&atif->notifications, output.notification_mask); in amdgpu_atif_verify_interface() 810 if (atif->notifications.brightness_change) { in amdgpu_acpi_init()
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | udlfb.rst | 47 Accurate damage/changed area notifications work around this problem. 69 application must send down damage notifications to trigger repaints of the 80 framebuffers that need damage info). These damage notifications allow
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/lttng/lttng-tools/ |
| H A D | disable-tests.patch | 3 We keep seeing hangs in the tools/notifications tests on x86 and arm for
|
| /OK3568_Linux_fs/buildroot/package/python-psycopg2/ |
| H A D | Config.in | 18 communication and notifications, COPY support. Many Python
|