Home
last modified time | relevance | path

Searched refs:notifies (Results 1 – 25 of 100) sorted by relevance

1234

/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_notify.c43 xorg_list_for_each_entry(notify, &window_priv->notifies, window_list) { in present_clear_window_notifies()
71 xorg_list_add(&notify->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(&notifies[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(&notifies[i]); in present_create_notifies()
102 present_destroy_notifies(notifies, added); in present_create_notifies()
107 present_destroy_notifies(present_notify_ptr notifies, int num_notifies) in present_destroy_notifies() argument
[all …]
H A Dpresent_vblank.c37 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 Dpresent_priv.h78 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 Dpresent_request.c98 present_notify_ptr notifies = NULL; in proc_present_pixmap() local
145 ret = present_create_notifies(client, nnotifies, (xPresentNotify *) (stuff + 1), &notifies); 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 Dpresent.c202 present_notify_ptr notifies, in present_pixmap() argument
222 notifies, in present_pixmap()
H A Dpresent_wnmd.c571 present_notify_ptr notifies, in present_wnmd_pixmap() argument
638 notifies, in present_wnmd_pixmap()
H A Dpresent_screen.c47 xorg_list_init(&window_priv->notifies); in present_get_window_priv()
H A Dpresent_scmd.c657 present_notify_ptr notifies, in present_scmd_pixmap() argument
747 notifies, in present_scmd_pixmap()
/OK3568_Linux_fs/kernel/tools/virtio/
H A Dvringh_test.c67 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()
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()
432 gvdev.notifies, receives); in parallel_test()
/OK3568_Linux_fs/kernel/drivers/soc/ti/
H A Dknav_qmss_acc.c86 u32 *list, *list_cpu, val, idx, notifies; in knav_acc_int_handler() local
121 notifies = readl_relaxed(pdsp->intd + ACC_INTD_OFFSET_COUNT(channel)); in knav_acc_int_handler()
122 WARN_ON(!notifies); in knav_acc_int_handler()
H A Dknav_qmss_queue.c97 this_cpu_inc(qh->stats->notifies); in knav_queue_notify()
438 int notifies = 0; in knav_queue_debug_show_instance() local
451 notifies += per_cpu_ptr(qh->stats, cpu)->notifies; in knav_queue_debug_show_instance()
459 notifies, in knav_queue_debug_show_instance()
H A Dknav_qmss.h163 unsigned int notifies; member
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/
H A Dusb-nop-xceiv.txt43 GPIO 13 detects VBus insertion, and accordingly notifies the vbus-regulator.
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Drfkill.rst52 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
H A Dptp.rst35 programming the clock hardware. The clock driver notifies the class
H A Dslimbus.rst85 callback notifies the driver when the device reports absent and its logical
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DBlueOak-1.0.034 If anyone notifies you in writing that you have not
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0046-docs-Document-the-cutmem-command.patch49 +This command notifies the memory manager that specified regions of RAM ought to
/OK3568_Linux_fs/kernel/drivers/thermal/intel/
H A DKconfig68 the alert trip point interrupts and notifies the thermal framework with
/OK3568_Linux_fs/kernel/drivers/staging/unisys/Documentation/
H A Doverview.txt79 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/Documentation/scsi/
H A Ddpti.rst79 - Add code to rescan routine that notifies scsi-core about new devices
H A Dscsi_eh.rst70 scsi_io_completion() then notifies the block layer on
289 :ACTION: scsi_eh_flush_done_q() retries scmds or notifies upper
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dkernel-enforcement-statement.rst34 reinstated permanently if the copyright holder notifies you of the
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Doverview.rst402 If the PHY driver signals a link change, the MAC driver notifies
404 up or down, the MC notifies the DPMAC driver via an interrupt and
/OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/
H A Dusing.rst105 are installing the SDK, the installer notifies you and exits. For

1234