notifications      64 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c 	struct amdgpu_atif_notifications notifications;
notifications     200 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c 	amdgpu_atif_parse_notification(&atif->notifications, output.notification_mask);
notifications     811 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c 	if (atif->notifications.brightness_change) {
notifications    2285 drivers/gpu/drm/radeon/radeon.h 	struct radeon_atif_notifications notifications;
notifications     237 drivers/gpu/drm/radeon/radeon_acpi.c 	radeon_atif_parse_notification(&atif->notifications, output.notification_mask);
notifications     737 drivers/gpu/drm/radeon/radeon_acpi.c 	if (atif->notifications.brightness_change) {
notifications      29 drivers/media/pci/cx23885/cx23885-ir.c 	unsigned long *notifications = &dev->ir_rx_notifications;
notifications      31 drivers/media/pci/cx23885/cx23885-ir.c 	if (test_and_clear_bit(CX23885_IR_RX_SW_FIFO_OVERRUN, notifications))
notifications      33 drivers/media/pci/cx23885/cx23885-ir.c 	if (test_and_clear_bit(CX23885_IR_RX_HW_FIFO_OVERRUN, notifications))
notifications      35 drivers/media/pci/cx23885/cx23885-ir.c 	if (test_and_clear_bit(CX23885_IR_RX_END_OF_RX_DETECTED, notifications))
notifications      37 drivers/media/pci/cx23885/cx23885-ir.c 	if (test_and_clear_bit(CX23885_IR_RX_FIFO_SERVICE_REQ, notifications))
notifications      52 drivers/media/pci/cx23885/cx23885-ir.c 	unsigned long *notifications = &dev->ir_tx_notifications;
notifications      54 drivers/media/pci/cx23885/cx23885-ir.c 	if (test_and_clear_bit(CX23885_IR_TX_FIFO_SERVICE_REQ, notifications))
notifications      66 drivers/media/pci/cx23885/cx23885-ir.c 	unsigned long *notifications = &dev->ir_rx_notifications;
notifications      69 drivers/media/pci/cx23885/cx23885-ir.c 		set_bit(CX23885_IR_RX_FIFO_SERVICE_REQ, notifications);
notifications      71 drivers/media/pci/cx23885/cx23885-ir.c 		set_bit(CX23885_IR_RX_END_OF_RX_DETECTED, notifications);
notifications      73 drivers/media/pci/cx23885/cx23885-ir.c 		set_bit(CX23885_IR_RX_HW_FIFO_OVERRUN, notifications);
notifications      75 drivers/media/pci/cx23885/cx23885-ir.c 		set_bit(CX23885_IR_RX_SW_FIFO_OVERRUN, notifications);
notifications      91 drivers/media/pci/cx23885/cx23885-ir.c 	unsigned long *notifications = &dev->ir_tx_notifications;
notifications      94 drivers/media/pci/cx23885/cx23885-ir.c 		set_bit(CX23885_IR_TX_FIFO_SERVICE_REQ, notifications);
notifications      29 drivers/soc/fsl/dpio/dpio-service.c 	struct list_head notifications;
notifications     137 drivers/soc/fsl/dpio/dpio-service.c 	INIT_LIST_HEAD(&obj->notifications);
notifications     273 drivers/soc/fsl/dpio/dpio-service.c 	list_add(&ctx->node, &d->notifications);
notifications     101 kernel/seccomp.c 	struct list_head notifications;
notifications     753 kernel/seccomp.c 	list_add(&n.list, &match->notif->notifications);
notifications     993 kernel/seccomp.c 	list_for_each_entry(knotif, &filter->notif->notifications, list) {
notifications    1032 kernel/seccomp.c 	list_for_each_entry(cur, &filter->notif->notifications, list) {
notifications    1070 kernel/seccomp.c 		list_for_each_entry(cur, &filter->notif->notifications, list) {
notifications    1104 kernel/seccomp.c 	list_for_each_entry(cur, &filter->notif->notifications, list) {
notifications    1147 kernel/seccomp.c 	list_for_each_entry(knotif, &filter->notif->notifications, list) {
notifications    1190 kernel/seccomp.c 	list_for_each_entry(cur, &filter->notif->notifications, list) {
notifications    1228 kernel/seccomp.c 	INIT_LIST_HEAD(&filter->notif->notifications);