| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_osk_notification.c | 57 _mali_osk_notification_wrapper_t *notification; in _mali_osk_notification_create() local 59 …notification = (_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(¬ification->list); in _mali_osk_notification_create() 70 …notification->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 D | disable-tests.patch | 20 - 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 D | layerBtn.js | 17 …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 D | test_layerdetails_page.py | 168 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 D | libwnck_2.31.0.bb | 8 PACKAGECONFIG ??= "startup-notification" 9 PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification…
|
| H A D | libwnck3_40.1.bb | 10 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 D | xfwm4_4.16.1.bb | 16 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 D | obsolete_automake_macros.patch | 4 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 D | mali_gp_job.h | 260 _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 D | msg_zerocopy.rst | 23 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 D | watch_queue.rst | 2 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 D | libxfce4ui_4.16.1.bb | 20 PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification…
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | thermal-notification | 1 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 D | Config.in | 2 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 D | startup-notification_0.12.bb | 2 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 D | matchbox-desktop.mk | 21 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 D | matchbox.mk | 25 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 D | openbox_3.6.1.bb | 28 PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification…
|
| /OK3568_Linux_fs/buildroot/package/openbox/ |
| H A D | openbox.mk | 27 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 D | matchbox-desktop_2.2.bb | 11 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 D | imx-media-dev-common.c | 251 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 D | mutter_42.0.bb | 43 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 D | pidgin_2.14.2.bb | 24 ${@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 D | acpi-lid.rst | 32 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 D | matchbox-panel-2_2.11.bb | 12 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"
|