Home
last modified time | relevance | path

Searched refs:notifications (Results 1 – 25 of 77) sorted by relevance

1234

/Linux-v5.10/drivers/media/pci/cx23885/
Dcx23885-ir.c29 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 …]
/Linux-v5.10/Documentation/driver-api/thermal/
Dx86_pkg_temperature_thermal.rst46 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
/Linux-v5.10/Documentation/filesystems/
Ddnotify.rst12 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
/Linux-v5.10/Documentation/s390/
Dqeth.rst31 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.
/Linux-v5.10/Documentation/firmware-guide/acpi/
Dacpi-lid.rst20 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
/Linux-v5.10/Documentation/
Dwatch_queue.rst9 * 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::
/Linux-v5.10/drivers/thermal/intel/
DKconfig20 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
/Linux-v5.10/Documentation/bpf/
Dringbuf.rst80 - 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
/Linux-v5.10/fs/ecryptfs/
DKconfig18 bool "Enable notifications for userspace key wrap/unwrap"
/Linux-v5.10/Documentation/power/
Dsuspend-and-cpuhotplug.rst18 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
/Linux-v5.10/kernel/
Dseccomp.c143 struct list_head notifications; member
862 list_add(&n.list, &match->notif->notifications); in seccomp_do_user_notification()
1134 list_for_each_entry(knotif, &filter->notif->notifications, list) { in seccomp_notify_detach()
1171 list_for_each_entry(cur, &filter->notif->notifications, list) { in find_notification()
1201 list_for_each_entry(cur, &filter->notif->notifications, list) { in seccomp_notify_recv()
1452 list_for_each_entry(cur, &filter->notif->notifications, list) { in seccomp_notify_poll()
1487 INIT_LIST_HEAD(&filter->notif->notifications); in init_listener()
/Linux-v5.10/drivers/soc/fsl/dpio/
Ddpio-service.c29 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()
/Linux-v5.10/Documentation/networking/
Dmsg_zerocopy.rst103 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
/Linux-v5.10/Documentation/admin-guide/mm/
Duserfaultfd.rst66 events, except page fault notifications, may be generated.
79 If the userland desires to receive notifications for events other than
232 the same read(2) protocol as for the page fault notifications. The
244 enable notifications about mremap() calls. When the
251 enable notifications about madvise(MADV_REMOVE) and
257 enable notifications about memory unmapping. The manager will
/Linux-v5.10/Documentation/fb/
Dudlfb.rst47 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
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_acpi.c64 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()
/Linux-v5.10/security/keys/
DKconfig119 bool "Provide key/keyring change notifications"
122 This option provides support for getting change notifications on keys
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
Dethernet-driver.rst105 availability notifications and buffer pool management. DPIOs are shared between
115 is sent to the CPU; notifications are raised per channel, so even if multiple
Ddpio-driver.rst35 B. allow drivers to register callbacks for data availability notifications
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-class-uwb_rc-wusbhc48 notifications to the host.
/Linux-v5.10/Documentation/hwmon/
Dacpi_power_meter.rst47 There are a few other ACPI notifications that can be sent by the firmware. In
/Linux-v5.10/Documentation/devicetree/bindings/arm/
Dxen.txt16 - interrupts: the interrupt used by Xen to inject event notifications.
/Linux-v5.10/drivers/gpu/drm/radeon/
Dradeon_acpi.c237 radeon_atif_parse_notification(&atif->notifications, output.notification_mask); in radeon_atif_verify_interface()
737 if (atif->notifications.brightness_change) { in radeon_acpi_init()
/Linux-v5.10/Documentation/devicetree/bindings/soc/qcom/
Dqcom,smsm.txt6 matrix of bitmaps signal subscription of notifications upon changes to a
/Linux-v5.10/Documentation/devicetree/bindings/usb/
Dmsm-hsusb.txt48 - qcom,otg-control: OTG control (VBUS and ID notifications) can be one of

1234