Lines Matching refs:DeleteInputDeviceRequest
74725 Xi: make stub DeleteInputDeviceRequest call RemoveDevice
74727 DeleteInputDeviceRequest is called from CloseDownDevices on reset, so
110286 Revert "Add a "flags" field to DeleteInputDeviceRequest."
110298 Add a "flags" field to DeleteInputDeviceRequest.
110303 not removed when the config backend calls DeleteInputDeviceRequest(),
110317 DeleteInputDeviceRequest for "stylus". The driver needs to call
110318 DeleteInputDeviceRequest for the dependent devices eraser, pad and cursor to
110320 However, when the server terminates, DeleteInputDeviceRequest is called for
110328 DeleteInputDeviceRequest request originates from, allowing a driver to
110329 selectively call DeleteInputDeviceRequest when necessary.
116239 Allow driver to call DeleteInputDeviceRequest during UnInit
116248 failed for any reason; some implementations of DeleteInputDeviceRequest
132797 DeleteInputDeviceRequest function doesn't handle "virtual" devices well.
132802 RegisterDevice functions. Xvnc uses DeleteInputDeviceRequest from Xi/stubs.c
132803 so everything works fine (now I see that DeleteInputDeviceRequest in
132809 DeleteInputDeviceRequest (now from hw/xfree86/common/xf86Xinput.c) for each
132810 device. Here is the difference - Xvnc calls DeleteInputDeviceRequest from
141431 xfree86: export NewInputDeviceRequest/DeleteInputDeviceRequest
149115 In DeleteInputDeviceRequest, leave the conf_idev (which is shared with
150214 dix: Call DeleteInputDeviceRequest from CloseDownDevices (#14418)
165834 Input: Add DeleteInputDeviceRequest