Searched refs:UnInit (Results 1 – 3 of 3) sorted by relevance
80 void (*UnInit) (struct _InputDriverRec * drv, member
988 if (drv && drv->UnInit) in xf86NewInputDevice()989 drv->UnInit(drv, pInfo, 0); in xf86NewInputDevice()1117 if (drv->UnInit) in DeleteInputDeviceRequest()1118 drv->UnInit(drv, pInfo, 0); in DeleteInputDeviceRequest()
106018 We have a driver hook - it's UnInit.110326 Though the input driver's UnInit already supports flags, they are unused.116239 Allow driver to call DeleteInputDeviceRequest during UnInit116242 during a call to UnInit, the CloseDownDevices() cannot handle it. The132795 xfree86: don't try to UnInit virtual devices in DIDR. (#20087)