Home
last modified time | relevance | path

Searched refs:notification (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_notification.c57 _mali_osk_notification_wrapper_t *notification; in _mali_osk_notification_create() local
59notification = (_mali_osk_notification_wrapper_t *)kmalloc(sizeof(_mali_osk_notification_wrapper_t… in _mali_osk_notification_create()
61 if (NULL == notification) { in _mali_osk_notification_create()
67 INIT_LIST_HEAD(&notification->list); in _mali_osk_notification_create()
70notification->data.result_buffer = ((u8 *)notification) + sizeof(_mali_osk_notification_wrapper_t); in _mali_osk_notification_create()
72 notification->data.result_buffer = NULL; in _mali_osk_notification_create()
76 notification->data.notification_type = type; in _mali_osk_notification_create()
77 notification->data.result_buffer_size = size; in _mali_osk_notification_create()
80 return &(notification->data); in _mali_osk_notification_create()
85 _mali_osk_notification_wrapper_t *notification; in _mali_osk_notification_delete() local
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/lttng/lttng-tools/
H A Ddisable-tests.patch20 - tools/notification/test_notification_ust_error \
21 - tools/notification/test_notification_ust_buffer_usage \
22 - tools/notification/test_notification_ust_capture \
23 - tools/notification/test_notification_ust_event_rule_condition_exclusion \
24 - tools/notification/test_notification_kernel_error \
25 - tools/notification/test_notification_kernel_buffer_usage \
26 - tools/notification/test_notification_kernel_capture \
27 - tools/notification/test_notification_kernel_instrumentation \
28 - tools/notification/test_notification_kernel_syscall \
29 - tools/notification/test_notification_notifier_discarded_count \
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A DlayerBtn.js17 …var notification = $('<div id="temp-inline-notify" style="display: none; font-size: 11px; line-hei…
18 thisBtn.parent().append(notification);
22 notification.text(String(layerDepsList.length + 1) + " layers added");
24 notification.text("1 layer added");
38 notification.fadeIn().delay(500).fadeOut(function(){
41 notification.remove();
45 notification.text("1 layer removed");
48 notification.fadeIn().delay(500).fadeOut(function(){
50 notification.remove();
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_layerdetails_page.py168 notification = self.wait_until_visible("#change-notification-msg")
172 self.assertTrue(expected_text in notification.text,
175 (expected_text, notification.text))
183 notification = self.wait_until_visible("#change-notification-msg")
188 self.assertTrue(expected_text in notification.text,
191 (expected_text, notification.text))
196 notification = self.wait_until_visible("#change-notification-msg")
201 self.assertTrue(expected_text in notification.text,
204 (expected_text, notification.text))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/libwnck/
H A Dlibwnck_2.31.0.bb8 PACKAGECONFIG ??= "startup-notification"
9 PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification
H A Dlibwnck3_40.1.bb10 PACKAGECONFIG ??= "startup-notification"
11 PACKAGECONFIG[startup-notification] = "-Dstartup_notification=enabled,-Dstartup_notification=disabl…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-xfce/xfwm4/
H A Dxfwm4_4.16.1.bb16 startup-notification \
21 PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/startup-notification/startup-notification-0.12/
H A Dobsolete_automake_macros.patch4 diff -Nurd startup-notification-0.12/configure.in startup-notification-0.12/configure.in
5 --- startup-notification-0.12/configure.in 2011-05-16 17:29:20.000000000 +0300
6 +++ startup-notification-0.12/configure.in 2013-01-07 06:00:48.921905409 +0200
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_gp_job.h260 _mali_osk_notification_t *notification; in mali_gp_job_get_finished_notification() local
265 notification = job->finished_notification; in mali_gp_job_get_finished_notification()
268 return notification; in mali_gp_job_get_finished_notification()
274 _mali_osk_notification_t *notification; in mali_gp_job_get_oom_notification() local
280 notification = job->oom_notification; in mali_gp_job_get_oom_notification()
283 return notification; in mali_gp_job_get_oom_notification()
288 _mali_osk_notification_t *notification) in mali_gp_job_set_oom_notification() argument
293 job->oom_notification = notification; in mali_gp_job_set_oom_notification()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dmsg_zerocopy.rst23 notification overhead. As a result, MSG_ZEROCOPY is generally only
33 The kernel returns a notification when it is safe to modify data.
106 The notification itself is a simple scalar value. Each socket
156 When a new notification is about to be queued, it checks whether the
157 new value extends the range of the notification at the tail of the
158 queue. If so, it drops the new notification packet and instead increases
159 the range upper value of the outstanding notification.
162 notification can be squashed into the previous one, so that no more
163 than one notification is outstanding at any one point.
173 read_notification() call in the previous snippet. A notification
[all …]
/OK3568_Linux_fs/kernel/Documentation/
H A Dwatch_queue.rst2 General notification mechanism
5 The general notification mechanism is built on top of the standard pipe driver
6 whereby it effectively splices notification messages from the kernel into pipes
14 "General setup"/"General notification queue"
29 additions to the ring - which might end up interleaved with notification
45 Note that when producing a notification, the kernel does not wait for the
62 "type" indicates the source of the notification record and "subtype" indicates
85 notification producer to indicate some meaning specific to the type and
125 A "watch queue" is the buffer allocated by an application that notification
146 thus the buffer, into which notification records should be written. The watch
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-xfce/libxfce4ui/
H A Dlibxfce4ui_4.16.1.bb20 PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dthermal-notification1 What: A notification mechanism for thermal related events
3 This interface enables notification for thermal related events.
4 The notification is in the form of a netlink event.
/OK3568_Linux_fs/buildroot/package/startup-notification/
H A DConfig.in2 bool "startup-notification"
7 Startup-notification is a library used to monitor
10 http://freedesktop.org/software/startup-notification/releases
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/startup-notification/
H A Dstartup-notification_0.12.bb2 DESCRIPTION = "Contains a reference implementation of the startup notification protocol. \
5 HOMEPAGE = "http://www.freedesktop.org/wiki/Software/startup-notification/"
6 BUGTRACKER = "https://gitlab.freedesktop.org/xdg/startup-notification/-/issues"
27 SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${BPN}-${PV}.tar.gz \
/OK3568_Linux_fs/buildroot/package/matchbox-desktop/
H A Dmatchbox-desktop.mk21 MATCHBOX_DESKTOP_CONF_OPTS += --enable-startup-notification
22 MATCHBOX_DESKTOP_DEPENDENCIES += startup-notification
24 MATCHBOX_DESKTOP_CONF_OPTS += --disable-startup-notification
/OK3568_Linux_fs/buildroot/package/matchbox/
H A Dmatchbox.mk25 MATCHBOX_CONF_OPTS += --enable-startup-notification
26 MATCHBOX_DEPENDENCIES += startup-notification
28 MATCHBOX_CONF_OPTS += --disable-startup-notification
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/openbox/
H A Dopenbox_3.6.1.bb28 PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification
/OK3568_Linux_fs/buildroot/package/openbox/
H A Dopenbox.mk27 OPENBOX_CONF_OPTS += --enable-startup-notification
28 OPENBOX_DEPENDENCIES += startup-notification
30 OPENBOX_CONF_OPTS += --disable-startup-notification
/OK3568_Linux_fs/yocto/poky/meta/recipes-sato/matchbox-desktop/
H A Dmatchbox-desktop_2.2.bb11 DEPENDS = "gtk+3 startup-notification dbus"
20 EXTRA_OECONF = "--enable-startup-notification --with-dbus"
26 # The startup-notification requires x11 in DISTRO_FEATURES
/OK3568_Linux_fs/kernel/drivers/staging/media/imx/
H A Dimx-media-dev-common.c251 unsigned int notification) in imx_media_link_notify() argument
262 ret = v4l2_pipeline_link_notify(link, flags, notification); in imx_media_link_notify()
286 if (notification == MEDIA_DEV_NOTIFY_PRE_LINK_CH && in imx_media_link_notify()
296 } else if (notification == MEDIA_DEV_NOTIFY_POST_LINK_CH && in imx_media_link_notify()
313 static void imx_media_notify(struct v4l2_subdev *sd, unsigned int notification, in imx_media_notify() argument
319 if (notification != V4L2_DEVICE_NOTIFY_EVENT) in imx_media_notify()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/mutter/
H A Dmutter_42.0.bb43 startup-notification \
61 …GECONFIG[startup-notification] = "-Dstartup_notification=true, -Dstartup_notification=false, start…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pidgin/
H A Dpidgin_2.14.2.bb24 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 gtk startup-notification', '', d)} \
39 PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification
/OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/
H A Dacpi-lid.rst32 the lid state upon the last lid notification instead of returning the lid
43 changed to "opened". Thus the "opened" notification is not guaranteed. But
45 state is changed to "closed". The "closed" notification is normally used to
71 events and the unreliable initial state notification, Linux users can use
82 notification is missing.
93 control method is not reliable and the initial lid state notification is
97 and the unreliable initial state notification, Linux users should always
/OK3568_Linux_fs/yocto/poky/meta/recipes-sato/matchbox-panel-2/
H A Dmatchbox-panel-2_2.11.bb12 DEPENDS = "gtk+3 startup-notification dbus dbus-glib dbus-glib-native"
16 # The startup-notification requires x11 in DISTRO_FEATURES
30 EXTRA_OECONF = "--enable-startup-notification --enable-dbus"

12345678910>>...13