Home
last modified time | relevance | path

Searched refs:UnInit (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.h80 void (*UnInit) (struct _InputDriverRec * drv, member
H A Dxf86Xinput.c988 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()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog106018 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 UnInit
116242 during a call to UnInit, the CloseDownDevices() cannot handle it. The
132795 xfree86: don't try to UnInit virtual devices in DIDR. (#20087)