| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_osk_notification.c | 24 * Declaration of the notification queue object type 25 * Contains a linked list of notification pending delivery to user space. 27 * When a new notification is posted a single thread is resumed. 37 _mali_osk_notification_t data; /**< Notification data */ 56 /* OPT Recycling of notification objects */ in _mali_osk_notification_create() 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() 62 MALI_DEBUG_PRINT(1, ("Failed to create a notification object\n")); in _mali_osk_notification_create() 67 INIT_LIST_HEAD(¬ification->list); in _mali_osk_notification_create() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/ |
| H A D | Notification-Packets.html | 17 <title>Debugging with GDB: Notification Packets</title> 19 <meta name="description" content="Debugging with GDB: Notification Packets"> 20 <meta name="keywords" content="Debugging with GDB: Notification Packets"> 64 <a name="Notification-Packets"></a> 70 <a name="Notification-Packets-1"></a> 71 <h3 class="section">E.9 Notification Packets</h3> 72 <a name="index-notification-packets"></a> 73 <a name="index-packets_002c-notification"></a> 83 <p>A notification packet has the form ‘<samp>% <var>data</var> # 84 <var>checksum</var></samp>’, where <var>data</var> is the content of the notification, [all …]
|
| H A D | Remote-Non_002dStop.html | 30 <link href="Notification-Packets.html#Notification-Packets" rel="previous" title="Notification Pack… 67 …edgment</a>, Previous: <a href="Notification-Packets.html#Notification-Packets" accesskey="p" rel=… 87 asynchronous notification mechanism (see <a href="Notification-Packets.html#Notification-Packets">N… 98 follows. First, any incomplete stop reply notification/‘<samp>vStopped</samp>’ 127 …edgment</a>, Previous: <a href="Notification-Packets.html#Notification-Packets" accesskey="p" rel=…
|
| H A D | Interrupts.html | 29 <link href="Notification-Packets.html#Notification-Packets" rel="next" title="Notification Packets"> 67 Next: <a href="Notification-Packets.html#Notification-Packets" accesskey="n" rel="next">Notificatio… 121 Next: <a href="Notification-Packets.html#Notification-Packets" accesskey="n" rel="next">Notificatio…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/ |
| H A D | Notification-Packets.html | 17 <title>Debugging with GDB: Notification Packets</title> 19 <meta name="description" content="Debugging with GDB: Notification Packets"> 20 <meta name="keywords" content="Debugging with GDB: Notification Packets"> 64 <a name="Notification-Packets"></a> 70 <a name="Notification-Packets-1"></a> 71 <h3 class="section">E.9 Notification Packets</h3> 72 <a name="index-notification-packets"></a> 73 <a name="index-packets_002c-notification"></a> 83 <p>A notification packet has the form ‘<samp>% <var>data</var> # 84 <var>checksum</var></samp>’, where <var>data</var> is the content of the notification, [all …]
|
| H A D | Remote-Non_002dStop.html | 30 <link href="Notification-Packets.html#Notification-Packets" rel="previous" title="Notification Pack… 67 …edgment</a>, Previous: <a href="Notification-Packets.html#Notification-Packets" accesskey="p" rel=… 87 asynchronous notification mechanism (see <a href="Notification-Packets.html#Notification-Packets">N… 98 follows. First, any incomplete stop reply notification/‘<samp>vStopped</samp>’ 127 …edgment</a>, Previous: <a href="Notification-Packets.html#Notification-Packets" accesskey="p" rel=…
|
| H A D | Interrupts.html | 29 <link href="Notification-Packets.html#Notification-Packets" rel="next" title="Notification Packets"> 67 Next: <a href="Notification-Packets.html#Notification-Packets" accesskey="n" rel="next">Notificatio… 121 Next: <a href="Notification-Packets.html#Notification-Packets" accesskey="n" rel="next">Notificatio…
|
| /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/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 114 Notification Reception 148 Notification Batching 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 [all …]
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/acpi/ |
| H A D | statdef.asl | 10 /* Status and notification definitions */ 33 /* Device Object Notification Values */ 47 /* Battery Device Notification Values */ 52 /* Power Source Object Notification Values */ 56 /* Thermal Zone Object Notification Values */ 62 /* Power Button Notification Values */ 65 /* Sleep Button Notification Values */ 68 /* Lid Notification Values */ 71 /* Processor Device Notification Values */ 76 /* User Presence Device Notification Values */ [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 54 Notification messages begin with a short header:: 62 "type" indicates the source of the notification record and "subtype" indicates 85 notification producer to indicate some meaning specific to the type and 94 Watch List (Notification Source) API [all …]
|
| /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, 173 "Expected notification text \"%s\" not found instead" 175 (expected_text, notification.text)) 183 notification = self.wait_until_visible("#change-notification-msg") 188 self.assertTrue(expected_text in notification.text, 189 "Expected notification text %s not found was " 191 (expected_text, notification.text)) 196 notification = self.wait_until_visible("#change-notification-msg") 201 self.assertTrue(expected_text in notification.text, [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | layerBtn.js | 16 /* In-cell notification */ 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/kernel/drivers/net/wimax/i2400m/ |
| H A D | usb-notif.c | 3 * Notification handling 41 * The notification endpoint is active when the device is not in boot 72 * Process a received notification 75 * on the notification endpoint: 114 * URB callback for the notification endpoint 116 * @urb: the urb received from the notification endpoint 152 dev_err(dev, "notification: URB error %d, retrying\n", in i2400mu_notification_cb() 166 dev_err(dev, "notification: cannot submit URB: %d\n", ret); in i2400mu_notification_cb() 174 dev_err(dev, "maximum errors in notification URB exceeded; " in i2400mu_notification_cb() 185 * setup the notification endpoint [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | watch_queue.h | 9 #define O_NOTIFICATION_PIPE O_EXCL /* Parameter to pipe2() selecting notification pipe */ 16 WATCH_TYPE_KEY_NOTIFY = 1, /* Key change event notification */ 26 * Notification record header. This is aligned to 64-bits so that subclasses 50 * Notification filtering rules (IOC_WATCH_QUEUE_SET_FILTER). 67 * Extended watch removal notification. This is used optionally if the type 80 * Type of key/keyring change notification. 94 * Key/keyring notification record.
|
| /OK3568_Linux_fs/kernel/drivers/soc/fsl/dpio/ |
| H A D | dpio.h | 22 * enum dpio_channel_mode - DPIO notification channel mode 23 * @DPIO_NO_CHANNEL: No support for notification channel 35 * @channel_mode: Notification channel mode 36 * @num_priorities: Number of priorities for the notification channel (1-8); 58 * @channel_mode: Notification channel mode 59 * @num_priorities: Number of priorities for the notification channel (1-8);
|
| /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…
|
| /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/kernel/net/sctp/ |
| H A D | ulpevent.c | 109 * provided by this notification. 128 * head room to use as notification. in sctp_ulpevent_make_assoc_change() 140 /* Include the notification structure */ in sctp_ulpevent_make_assoc_change() 186 * This field is the total length of the notification data, including in sctp_ulpevent_make_assoc_change() 187 * the notification header. in sctp_ulpevent_make_assoc_change() 272 * This field is the total length of the notification data, including in sctp_ulpevent_make_peer_addr_change() 273 * the notification header. in sctp_ulpevent_make_peer_addr_change() 358 /* Create and initialize an SCTP_REMOTE_ERROR notification. 393 * notification with. in sctp_ulpevent_make_remote_error() 425 /* Create and initialize a SCTP_SEND_FAILED notification. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/power/ |
| H A D | pm_qos_interface.rst | 40 value and recompute the new aggregated target, calling the notification tree 45 and call the notification tree if the target was changed as a result of 56 Adds a notification callback function to the CPU latency QoS. The callback is 60 Removes the notification callback function from the CPU latency QoS. 115 value and recompute the new aggregated target, calling the notification 120 and call the notification trees if the target was changed as a result of 166 Notification mechanisms: 168 The per-device PM QoS framework has a per-device notification tree. 171 Adds a notification callback function for the device for a particular request 178 Removes the notification callback function for the device.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_gp_job.h | 49 …_mali_osk_notification_t *finished_notification; /**< Notification sent back to userspace on job… 61 …_mali_osk_notification_t *oom_notification; /**< Notification sent back to userspace on OOM… 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/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/xen/ |
| H A D | gntalloc.h | 54 * Sets up an unmap notification within the page, so that the other side can do 56 * mutexes or close notification on communication channels. 58 * Each mapped page only supports one notification; multiple calls referring to 59 * the same page overwrite the previous notification. You must clear the 60 * notification prior to the IOCTL_GNTALLOC_DEALLOC_GREF if you do not want it 70 * notification we are adjusting.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/xen/ |
| H A D | gntalloc.h | 54 * Sets up an unmap notification within the page, so that the other side can do 56 * mutexes or close notification on communication channels. 58 * Each mapped page only supports one notification; multiple calls referring to 59 * the same page overwrite the previous notification. You must clear the 60 * notification prior to the IOCTL_GNTALLOC_DEALLOC_GREF if you do not want it 70 * notification we are adjusting.
|
| /OK3568_Linux_fs/kernel/include/uapi/xen/ |
| H A D | gntalloc.h | 54 * Sets up an unmap notification within the page, so that the other side can do 56 * mutexes or close notification on communication channels. 58 * Each mapped page only supports one notification; multiple calls referring to 59 * the same page overwrite the previous notification. You must clear the 60 * notification prior to the IOCTL_GNTALLOC_DEALLOC_GREF if you do not want it 70 * notification we are adjusting.
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | time-event.h | 142 * @TE_V1_NOTIF_HOST_EVENT_START: request/receive notification on event start 143 * @TE_V1_NOTIF_HOST_EVENT_END:request/receive notification on event end 146 * @TE_V1_NOTIF_HOST_FRAG_START: request/receive notification on frag start 147 * @TE_V1_NOTIF_HOST_FRAG_END:request/receive notification on frag end 152 * A notification (both event and fragment) includes a status indicating weather 154 * notification the status is always success. There is no start/end fragment 155 * notification for monolithic events. 202 * A notification (both event and fragment) includes a status indicating weather 204 * notification the status is always success. There is no start/end fragment 205 * notification for monolithic events. [all …]
|