| /OK3568_Linux_fs/external/xserver/present/ |
| H A D | present_notify.c | 30 * Mark all pending notifies for 'window' as invalid when 43 xorg_list_for_each_entry(notify, &window_priv->notifies, window_list) { in present_clear_window_notifies() 71 xorg_list_add(¬ify->window_list, &window_priv->notifies); in present_add_window_notify() 78 present_notify_ptr notifies; in present_create_notifies() local 83 notifies = calloc (num_notifies, sizeof (present_notify_rec)); in present_create_notifies() 84 if (!notifies) in present_create_notifies() 88 … status = dixLookupWindow(¬ifies[i].window, x_notifies[i].window, client, DixGetAttrAccess); in present_create_notifies() 92 notifies[i].serial = x_notifies[i].serial; in present_create_notifies() 93 status = present_add_window_notify(¬ifies[i]); in present_create_notifies() 102 present_destroy_notifies(notifies, added); in present_create_notifies() [all …]
|
| H A D | present_vblank.c | 37 WindowPtr window = vblank->notifies[n].window; in present_vblank_notify() 38 CARD32 serial = vblank->notifies[n].serial; in present_vblank_notify() 58 present_notify_ptr notifies, in present_vblank_create() argument 107 vblank->notifies = notifies; in present_vblank_create() 148 vblank->notifies = NULL; in present_vblank_create() 199 if (vblank->notifies) in present_vblank_destroy() 200 present_destroy_notifies(vblank->notifies, vblank->num_notifies); in present_vblank_destroy()
|
| H A D | present_priv.h | 78 present_notify_ptr notifies; member 125 present_notify_ptr notifies, 222 struct xorg_list notifies; member 304 present_notify_ptr notifies, 408 present_destroy_notifies(present_notify_ptr notifies, int num_notifies); 470 present_notify_ptr notifies,
|
| H A D | present_request.c | 98 present_notify_ptr notifies = NULL; in proc_present_pixmap() local 145 ret = present_create_notifies(client, nnotifies, (xPresentNotify *) (stuff + 1), ¬ifies); in proc_present_pixmap() 153 stuff->target_msc, stuff->divisor, stuff->remainder, notifies, nnotifies); in proc_present_pixmap() 155 present_destroy_notifies(notifies, nnotifies); in proc_present_pixmap()
|
| H A D | present.c | 202 present_notify_ptr notifies, in present_pixmap() argument 222 notifies, in present_pixmap()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/resize_policy/ |
| H A D | sample_resize_trigger.hpp | 64 /// Notifies a search started. 68 /// Notifies a search encountered a collision. 72 /// Notifies a search ended. 76 /// Notifies a search started. 80 /// Notifies a search encountered a collision. 84 /// Notifies a search ended. 88 /// Notifies a search started. 92 /// Notifies a search encountered a collision. 96 /// Notifies a search ended. 100 /// Notifies an element was inserted. the total number of entries in [all …]
|
| H A D | sample_resize_policy.hpp | 64 /// Notifies a search started. 68 /// Notifies a search encountered a collision. 72 /// Notifies a search ended. 76 /// Notifies a search started. 80 /// Notifies a search encountered a collision. 84 /// Notifies a search ended. 88 /// Notifies a search started. 92 /// Notifies a search encountered a collision. 96 /// Notifies a search ended. 100 /// Notifies an element was inserted. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/resize_policy/ |
| H A D | sample_resize_trigger.hpp | 64 /// Notifies a search started. 68 /// Notifies a search encountered a collision. 72 /// Notifies a search ended. 76 /// Notifies a search started. 80 /// Notifies a search encountered a collision. 84 /// Notifies a search ended. 88 /// Notifies a search started. 92 /// Notifies a search encountered a collision. 96 /// Notifies a search ended. 100 /// Notifies an element was inserted. the total number of entries in [all …]
|
| H A D | sample_resize_policy.hpp | 64 /// Notifies a search started. 68 /// Notifies a search encountered a collision. 72 /// Notifies a search ended. 76 /// Notifies a search started. 80 /// Notifies a search encountered a collision. 84 /// Notifies a search ended. 88 /// Notifies a search started. 92 /// Notifies a search encountered a collision. 96 /// Notifies a search ended. 100 /// Notifies an element was inserted. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/ |
| H A D | hash_policy.hpp | 237 /// Notifies an element was inserted. The total number of entries 245 /// Notifies the table was cleared. 249 /// Notifies the table was resized as a result of this object's 322 /// Notifies an insert search started. 326 /// Notifies a search encountered a collision. 330 /// Notifies a search ended. 334 /// Notifies a find search started. 338 /// Notifies a search encountered a collision. 342 /// Notifies a search ended. 346 /// Notifies an erase search started. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/ |
| H A D | hash_policy.hpp | 237 /// Notifies an element was inserted. The total number of entries 245 /// Notifies the table was cleared. 249 /// Notifies the table was resized as a result of this object's 322 /// Notifies an insert search started. 326 /// Notifies a search encountered a collision. 330 /// Notifies a search ended. 334 /// Notifies a find search started. 338 /// Notifies a search encountered a collision. 342 /// Notifies a search ended. 346 /// Notifies an erase search started. [all …]
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | cpu_pm.c | 105 * Notifies listeners that a single CPU is entering a low power state that may 126 * Notifies listeners that a single CPU is exiting a low power state that may 144 * Notifies listeners that all cpus in a power domain are entering a low power 166 * Notifies listeners that all cpus in a power domain are exiting form a
|
| /OK3568_Linux_fs/kernel/tools/virtio/ |
| H A D | vringh_test.c | 67 unsigned long notifies; member 79 gvdev->notifies++; in parallel_notify_host() 143 unsigned long xfers = 0, notifies = 0, receives = 0; in parallel_test() local 211 notifies++; in parallel_test() 236 notifies++; in parallel_test() 242 /* Swallow all notifies at once. */ in parallel_test() 283 notifies++; in parallel_test() 290 printf("Host: notified %lu, pinged %lu\n", notifies, receives); in parallel_test() 312 gvdev.notifies = 0; in parallel_test() 390 /* Swallow all notifies at once. */ in parallel_test() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | gov_user_space.c | 19 * notify_user_space - Notifies user space about thermal events 23 * This function notifies the user space through UEvents.
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tty_driver.h | 135 * This routine notifies the tty driver that input buffers for 144 * This routine notifies the tty drivers that it should signals 153 * This routine notifies the tty driver that it should stop 164 * This routine notifies the tty driver that it resume sending 175 * This routine notifies the tty driver that it should hang up the
|
| /OK3568_Linux_fs/u-boot/include/linux/usb/ |
| H A D | composite.h | 71 * @suspend: Notifies functions when the host stops sending USB traffic. 72 * @resume: Notifies functions when the host restarts USB traffic. 254 * @suspend: Notifies when the host stops sending USB traffic, 256 * @resume: Notifies configuration when the host restarts USB traffic,
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | evmisc.c | 27 * RETURN: TRUE if notifies allowed on this object 29 * DESCRIPTION: Check type of node for a object that supports notifies. 78 /* Are Notifies allowed on this object? */ in acpi_ev_queue_notify_request()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/ |
| H A D | ql4_iocb.c | 210 * This routine notifies the ISP that one or more new request 227 * This routine notifies the ISP that one or more response/completion 241 * This routine is notifies the ISP that one or more new request 254 * This routine is notifies the ISP that one or more response/completion
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-op-mode.h | 125 * @queue_full: notifies that a HW queue is full. 127 * @queue_not_full: notifies that a HW queue is not full any more. 129 * @hw_rf_kill:notifies of a change in the HW rf kill switch. True means that
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | rfkill.rst | 52 The rfkill core code also notifies userspace of state changes, and provides 102 devices and sets of devices. It also notifies userspace about device addition
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | tx.h | 532 * struct iwl_mvm_tx_resp_v3 - notifies that fw is TXing a packet 589 * struct iwl_mvm_tx_resp - notifies that fw is TXing a packet 649 * struct iwl_mvm_ba_notif - notifies about reception of BA 730 * struct iwl_mvm_compressed_ba_notif - notifies about reception of BA 852 * struct iwl_extended_beacon_notif_v5 - notifies about beacon transmission 866 * struct iwl_extended_beacon_notif - notifies about beacon transmission
|
| /OK3568_Linux_fs/kernel/drivers/staging/unisys/Documentation/ |
| H A D | overview.txt | 79 visorbus notifies each function driver when a device of its registered class 115 * The probe() function notifies about the creation of each new virtual 118 * The remove() function notifies about the destruction of a virtual
|
| /OK3568_Linux_fs/kernel/drivers/crypto/virtio/ |
| H A D | virtio_crypto_mgr.c | 232 * Function notifies all the registered services that the virtio crypto device 252 * Function notifies all the registered services that the virtio crypto device
|
| /OK3568_Linux_fs/kernel/drivers/soc/ti/ |
| H A D | knav_qmss.h | 156 * notifies: notifier counts 163 unsigned int notifies; member
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | composite.h | 160 * @suspend: Notifies functions when the host stops sending USB traffic. 161 * @resume: Notifies functions when the host restarts USB traffic. 371 * @suspend: Notifies when the host stops sending USB traffic, 373 * @resume: Notifies configuration when the host restarts USB traffic,
|