Home
last modified time | relevance | path

Searched refs:systemd_logind_find_info_ptr_by_devnum (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dsystemd-logind.c55 systemd_logind_find_info_ptr_by_devnum(InputInfoPtr start, in systemd_logind_find_info_ptr_by_devnum() function
74 pInfo = systemd_logind_find_info_ptr_by_devnum(xf86InputDevs, major, minor); in systemd_logind_set_input_fd_for_all_devs()
81 pInfo = systemd_logind_find_info_ptr_by_devnum(pInfo->next, major, minor); in systemd_logind_set_input_fd_for_all_devs()
108 pInfo = systemd_logind_find_info_ptr_by_devnum(xf86InputDevs, major, minor); in systemd_logind_take_fd()
181 pInfo = systemd_logind_find_info_ptr_by_devnum(xf86InputDevs, major, minor); in systemd_logind_release_fd()
184 pInfo = systemd_logind_find_info_ptr_by_devnum(pInfo->next, major, minor); in systemd_logind_release_fd()
395 pInfo = systemd_logind_find_info_ptr_by_devnum(xf86InputDevs, in message_filter()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog49359 systemd_logind_find_info_ptr_by_devnum: Move to higher inside the file
49372 systemd_logind_find_info_ptr_by_devnum: Add a start argument
49374 Modify systemd_logind_find_info_ptr_by_devnum to take a start argument, so