Home
last modified time | relevance | path

Searched refs:X_NOTIFY_READ (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/external/xserver/os/
H A Dospoll.c470 if (osfd->xevents & X_NOTIFY_READ) in epoll_mod()
484 if (osfd->xevents & X_NOTIFY_READ) in epoll_mod()
503 if (xevents & X_NOTIFY_READ) { in ospoll_listen()
520 if (xevents & X_NOTIFY_READ) { in ospoll_listen()
545 if (osfd->xevents & X_NOTIFY_READ) { in ospoll_mute()
560 if (xevents & X_NOTIFY_READ) in ospoll_mute()
591 xevents |= X_NOTIFY_READ; in ospoll_wait()
621 xevents |= X_NOTIFY_READ; in ospoll_wait()
650 xevents |= X_NOTIFY_READ; in ospoll_wait()
676 xevents |= X_NOTIFY_READ; in ospoll_wait()
H A Dinputthread.c201 return SetNotifyFd(fd, readInputProc, X_NOTIFY_READ, readInputArgs); in InputThreadRegisterDev()
335 ospoll_listen(inputThreadInfo->fds, hotplugPipeRead, X_NOTIFY_READ); in InputThreadDoWork()
354 ospoll_listen(inputThreadInfo->fds, dev->fd, X_NOTIFY_READ); in InputThreadDoWork()
432 SetNotifyFd(inputThreadInfo->readPipe, InputThreadNotifyPipe, X_NOTIFY_READ, NULL); in InputThreadPreInit()
550 return SetNotifyFd(fd, readInputProc, X_NOTIFY_READ, readInputArgs); in InputThreadRegisterDev()
H A Dconnection.c286 SetNotifyFd(fd, QueueNewConnections, X_NOTIFY_READ, NULL); in CreateWellKnownSockets()
346 SetNotifyFd(ListenTransFds[i], QueueNewConnections, X_NOTIFY_READ, NULL); in ResetWellKnownSockets()
605 if (xevents & X_NOTIFY_READ) in ClientReady()
754 if (!SetNotifyFd(trans_conn->fd, ConnMaxNotify, X_NOTIFY_READ, trans_conn)) in ErrorConnMax()
1039 SetNotifyFd(fd, QueueNewConnections, X_NOTIFY_READ, NULL); in ListenOnOpenFD()
1098 ospoll_listen(server_poll, oc->trans_conn->fd, X_NOTIFY_READ); in set_poll_client()
1100 ospoll_mute(server_poll, oc->trans_conn->fd, X_NOTIFY_READ); in set_poll_client()
H A Dxdmcp.c576 SetNotifyFd(xdmcpSocket, XdmcpSocketNotify, X_NOTIFY_READ, NULL); in xdmcp_reset()
579 SetNotifyFd(xdmcpSocket6, XdmcpSocketNotify, X_NOTIFY_READ, NULL); in xdmcp_reset()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Events.c562 if (!SetNotifyFd(fd, xf86InputHandlerNotify, X_NOTIFY_READ, ih)) { in addInputHandler()
704 SetNotifyFd(ih->fd, xf86InputHandlerNotify, X_NOTIFY_READ, ih); in xf86EnableInputHandler()
718 SetNotifyFd(ih->fd, xf86InputHandlerNotify, X_NOTIFY_READ, ih); in xf86EnableGeneralHandler()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A DInitInput.c140 SetNotifyFd(g_fdMessageQueue, xwinDevWindowsHandlerNotify, X_NOTIFY_READ, NULL); in InitInput()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Ddarwin.c369 SetNotifyFd(darwinEventReadFD, DarwinInputHandlerNotify, X_NOTIFY_READ, NULL); in DarwinMouseProc()
438 SetNotifyFd(darwinEventReadFD, DarwinInputHandlerNotify, X_NOTIFY_READ, NULL); in DarwinTabletProc()
466 SetNotifyFd(darwinEventReadFD, DarwinInputHandlerNotify, X_NOTIFY_READ, NULL); in DarwinKeybdProc()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DInit.c118 SetNotifyFd(XConnectionNumber(xnestDisplay), xnestNotifyConnection, X_NOTIFY_READ, NULL); in InitInput()
/OK3568_Linux_fs/external/xserver/config/
H A Ddbus-core.c159 SetNotifyFd(bus_info.fd, socket_handler, X_NOTIFY_READ, &bus_info); in connect_to_bus()
H A Dudev.c444 SetNotifyFd(udev_monitor_get_fd(udev_monitor), socket_handler, X_NOTIFY_READ, NULL); in config_udev_init()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxcommon.c495 SetNotifyFd(XConnectionNumber(dmxScreen->beDisplay), dmxCommonFdNotify, X_NOTIFY_READ, closure); in dmxCommonAddEnabledDevice()
516 SetNotifyFd(XConnectionNumber(priv->display), dmxCommonFdNotify,X_NOTIFY_READ, pDev); in dmxCommonMouOn()
/OK3568_Linux_fs/external/xserver/include/
H A Dos.h153 #define X_NOTIFY_READ 0x1 macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dvblank.c647 SetNotifyFd(ms->fd, ms_drm_socket_handler, X_NOTIFY_READ, screen); in ms_vblank_screen_init()
/OK3568_Linux_fs/external/xserver/debian/patches/
H A D02_kbsd-input-devd.diff435 + SetNotifyFd(sock_devd, socket_handler, X_NOTIFY_READ, NULL);
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxselinux_hooks.c913 SetNotifyFd(netlink_fd, SELinuxNetlinkNotify, X_NOTIFY_READ, NULL); in SELinuxFlaskInit()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr.c1291 SetNotifyFd(hostx_get_fd(), ephyrXcbNotify, X_NOTIFY_READ, NULL); in MouseEnable()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland.c1238 SetNotifyFd(xwl_screen->wayland_fd, socket_handler, X_NOTIFY_READ, xwl_screen); in xwl_screen_init()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddixfonts.c1956 if (!SetNotifyFd(fd, fs_fd_handler, X_NOTIFY_READ, entry)) { in add_fs_fd()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog29990 mask can be any combination of X_NOTIFY_READ and X_NOTIFY_WRITE.