Home
last modified time | relevance | path

Searched refs:systemd_logind_take_fd (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dsystemd-logind.h32 int systemd_logind_take_fd(int major, int minor, const char *path, Bool *paus);
39 #define systemd_logind_take_fd(major, minor, path, paus) -1 macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dlnx_platform.c33 fd = systemd_logind_take_fd(attribs->major, attribs->minor, path, &paused); in get_drm_info()
H A Dsystemd-logind.c86 systemd_logind_take_fd(int _major, int _minor, const char *path, in systemd_logind_take_fd() function
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.c916 int fd = systemd_logind_take_fd(pInfo->major, pInfo->minor, in xf86NewInputDevice()