Home
last modified time | relevance | path

Searched refs:SetNotifyFd (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/external/xserver/os/
H A Dinputthread.c201 return SetNotifyFd(fd, readInputProc, X_NOTIFY_READ, readInputArgs); in InputThreadRegisterDev()
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()
754 if (!SetNotifyFd(trans_conn->fd, ConnMaxNotify, X_NOTIFY_READ, trans_conn)) in ErrorConnMax()
828 SetNotifyFd(int fd, NotifyFdProcPtr notify, int mask, void *data) in SetNotifyFd() function
1039 SetNotifyFd(fd, QueueNewConnections, X_NOTIFY_READ, NULL); in ListenOnOpenFD()
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/include/
H A Dos.h157 extern _X_EXPORT Bool SetNotifyFd(int fd, NotifyFdProcPtr notify_fd, int mask, void *data);
161 (void) SetNotifyFd(fd, NULL, X_NOTIFY_NONE, NULL); in RemoveNotifyFd()
/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/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 DChangeLog14315 to clean up, and that new file descriptor is passed to SetNotifyFd,
22857 Update for removal of AddEnabledDevice in be5a513f. Use SetNotifyFd instead.
23026 Use SetNotifyFd instead, with the hope that someday someone will come
23063 xnest: Use SetNotifyFd to receive events
29859 Replace block/wakeup handlers with SetNotifyFd. Much nicer now.
29895 used directly for SetNotifyFd. Thanks to Daniel Martin
29988 Bool SetNotifyFd(int fd, NotifyFdProcPtr notify_fd, int mask, void *data);