Searched refs:pInp (Results 1 – 2 of 2) sorted by relevance
774 xf86DeleteInput(InputInfoPtr pInp, int flags) in xf86DeleteInput() argument777 if (pInp == NULL) in xf86DeleteInput()780 if (pInp->module) in xf86DeleteInput()781 UnloadModule(pInp->module); in xf86DeleteInput()786 free(pInp->private); in xf86DeleteInput()788 FreeInputAttributes(pInp->attrs); in xf86DeleteInput()790 if (pInp->flags & XI86_SERVER_FD) in xf86DeleteInput()791 systemd_logind_release_fd(pInp->major, pInp->minor, pInp->fd); in xf86DeleteInput()794 if (pInp == xf86InputDevs) in xf86DeleteInput()795 xf86InputDevs = pInp->next; in xf86DeleteInput()[all …]
188 extern _X_EXPORT void xf86DeleteInput(InputInfoPtr pInp, int flags);