Home
last modified time | relevance | path

Searched refs:notifications (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/pci/cx23885/
H A 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()
91 unsigned long *notifications = &dev->ir_tx_notifications; cx23885_ir_tx_v4l2_dev_notify() local
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/
H A 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()
91 unsigned long *notifications = &dev->ir_tx_notifications; cx23885_ir_tx_v4l2_dev_notify() local
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dseccomp.c129 * struct notification - container for seccomp userspace notifications. Since
138 * @notifications: A list of struct seccomp_knotif elements.
143 struct list_head notifications; member
862 list_add(&n.list, &match->notif->notifications); in seccomp_do_user_notification()
985 * notifications. in __seccomp_filter()
1138 list_for_each_entry(knotif, &filter->notif->notifications, list) { in seccomp_notify_detach()
1175 list_for_each_entry(cur, &filter->notif->notifications, list) { in find_notification()
1205 list_for_each_entry(cur, &filter->notif->notifications, list) { in seccomp_notify_recv()
1456 list_for_each_entry(cur, &filter->notif->notifications, list) { in seccomp_notify_poll()
1491 INIT_LIST_HEAD(&filter->notif->notifications); in init_listener()
[all...]
/kernel/linux/linux-5.10/drivers/soc/fsl/dpio/
H A Ddpio-service.c27 /* protect notifications list */
29 struct list_head notifications; member
141 INIT_LIST_HEAD(&obj->notifications); in dpaa2_io_create()
241 * notifications on the given DPIO service.
277 list_add(&ctx->node, &d->notifications); in dpaa2_io_service_register()
280 /* Enable the generation of CDAN notifications */ in dpaa2_io_service_register()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acpi.c64 struct amdgpu_atif_notifications notifications; member
125 * amdgpu_atif_parse_notification - parse supported notifications
127 * @n: supported notifications struct
128 * @mask: supported notifications mask from ATIF
130 * Use the supported notifications mask from ATIF function
131 * ATIF_FUNCTION_VERIFY_INTERFACE to determine what notifications
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()
/kernel/linux/linux-6.6/drivers/soc/fsl/dpio/
H A Ddpio-service.c28 /* protect notifications list */
30 struct list_head notifications; member
171 INIT_LIST_HEAD(&obj->notifications); in dpaa2_io_create()
279 * notifications on the given DPIO service.
315 list_add(&ctx->node, &d->notifications); in dpaa2_io_service_register()
318 /* Enable the generation of CDAN notifications */ in dpaa2_io_service_register()
/kernel/linux/linux-6.6/kernel/
H A Dseccomp.c138 * struct notification - container for seccomp userspace notifications. Since
148 * @notifications: A list of struct seccomp_knotif elements.
155 struct list_head notifications; member
1125 list_add_tail(&n.list, &match->notif->notifications); in seccomp_do_user_notification()
1265 * notifications. in __seccomp_filter()
1420 list_for_each_entry(knotif, &filter->notif->notifications, list) { in seccomp_notify_detach()
1457 list_for_each_entry(cur, &filter->notif->notifications, list) { in find_notification()
1518 list_for_each_entry(cur, &filter->notif->notifications, list) { in seccomp_notify_recv()
1812 list_for_each_entry(cur, &filter->notif->notifications, list) { in seccomp_notify_poll()
1846 INIT_LIST_HEAD(&filter->notif->notifications); in init_listener()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_acpi.c53 u32 notification_mask; /* supported notifications mask */
153 * radeon_atif_parse_notification - parse supported notifications
155 * @n: supported notifications struct
156 * @mask: supported notifications mask from ATIF
158 * Use the supported notifications mask from ATIF function
159 * ATIF_FUNCTION_VERIFY_INTERFACE to determine what notifications
237 radeon_atif_parse_notification(&atif->notifications, output.notification_mask); in radeon_atif_verify_interface()
737 if (atif->notifications.brightness_change) { in radeon_acpi_init()
H A Dradeon.h2291 struct radeon_atif_notifications notifications; member
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_acpi.c52 u32 notification_mask; /* supported notifications mask */
152 * radeon_atif_parse_notification - parse supported notifications
154 * @n: supported notifications struct
155 * @mask: supported notifications mask from ATIF
157 * Use the supported notifications mask from ATIF function
158 * ATIF_FUNCTION_VERIFY_INTERFACE to determine what notifications
236 radeon_atif_parse_notification(&atif->notifications, output.notification_mask); in radeon_atif_verify_interface()
734 if (atif->notifications.brightness_change) { in radeon_acpi_init()
H A Dradeon.h2278 struct radeon_atif_notifications notifications; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acpi.c107 struct amdgpu_atif_notifications notifications; member
185 * amdgpu_atif_parse_notification - parse supported notifications
187 * @n: supported notifications struct
188 * @mask: supported notifications mask from ATIF
190 * Use the supported notifications mask from ATIF function
191 * ATIF_FUNCTION_VERIFY_INTERFACE to determine what notifications
261 amdgpu_atif_parse_notification(&atif->notifications, output.notification_mask); in amdgpu_atif_verify_interface()
1226 if (atif->notifications.brightness_change) { in amdgpu_acpi_init()

Completed in 26 milliseconds