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

/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-ir.c29 unsigned long *notifications = &dev->ir_rx_notifications; local
31 if (test_and_clear_bit(CX23885_IR_RX_SW_FIFO_OVERRUN, notifications))
33 if (test_and_clear_bit(CX23885_IR_RX_HW_FIFO_OVERRUN, notifications))
35 if (test_and_clear_bit(CX23885_IR_RX_END_OF_RX_DETECTED, notifications))
37 if (test_and_clear_bit(CX23885_IR_RX_FIFO_SERVICE_REQ, notifications))
52 unsigned long *notifications = &dev->ir_tx_notifications; local
54 if (test_and_clear_bit(CX23885_IR_TX_FIFO_SERVICE_REQ, notifications))
66 unsigned long *notifications = &dev->ir_rx_notifications; local
69 set_bit(CX23885_IR_RX_FIFO_SERVICE_REQ, notifications);
71 set_bit(CX23885_IR_RX_END_OF_RX_DETECTED, notifications);
91 unsigned long *notifications = &dev->ir_tx_notifications; local
[all...]
/linux-master/drivers/soc/fsl/dpio/
H A Ddpio-service.c28 /* protect notifications list */
30 struct list_head notifications; member in struct:dpaa2_io
171 INIT_LIST_HEAD(&obj->notifications);
279 * notifications on the given DPIO service.
315 list_add(&ctx->node, &d->notifications);
318 /* Enable the generation of CDAN notifications */
/linux-master/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 in struct:notification
1125 list_add_tail(&n.list, &match->notif->notifications);
1265 * notifications.
1420 list_for_each_entry(knotif, &filter->notif->notifications, list) {
1457 list_for_each_entry(cur, &filter->notif->notifications, list) {
1518 list_for_each_entry(cur, &filter->notif->notifications, list) {
1812 list_for_each_entry(cur, &filter->notif->notifications, list) {
1846 INIT_LIST_HEAD(&filter->notif->notifications);
[all...]
/linux-master/sound/usb/
H A Dmixer_scarlett2.c458 const struct scarlett2_notification *notifications; member in struct:scarlett2_config_set
466 .notifications = scarlett2_notifications,
488 .notifications = scarlett2_notifications,
518 .notifications = scarlett3a_notifications,
542 .notifications = scarlett2_notifications,
575 .notifications = scarlett2_notifications,
626 .notifications = scarlett4_solo_notifications,
654 .notifications = scarlett4_2i2_notifications,
697 .notifications = scarlett4_4i4_notifications,
746 .notifications
7118 const struct scarlett2_notification *notifications = local
[all...]
/linux-master/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);
734 if (atif->notifications.brightness_change) {
H A Dradeon.h2276 struct radeon_atif_notifications notifications; member in struct:radeon_atif
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acpi.c107 struct amdgpu_atif_notifications notifications; member in struct:amdgpu_atif
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);
1230 if (atif->notifications.brightness_change) {

Completed in 207 milliseconds