Searched refs:InputInfoPtr (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Xinput.h | 117 extern InputInfoPtr xf86InputDevs; 161 extern _X_EXPORT InputInfoPtr xf86FirstLocalDevice(void); 164 extern _X_EXPORT void xf86ProcessCommonOptions(InputInfoPtr pInfo, 172 extern _X_EXPORT void xf86AddEnabledDevice(InputInfoPtr pInfo); 173 extern _X_EXPORT void xf86RemoveEnabledDevice(InputInfoPtr pInfo); 179 int xf86NewInputDevice(InputInfoPtr pInfo, DeviceIntPtr *pdev, BOOL is_auto); 180 InputInfoPtr xf86AllocateInput(void); 187 extern _X_EXPORT InputInfoPtr xf86LookupInput(const char *name); 188 extern _X_EXPORT void xf86DeleteInput(InputInfoPtr pInp, int flags); 189 extern _X_EXPORT void xf86MotionHistoryAllocate(InputInfoPtr pInfo); [all …]
|
| H A D | xf86Xinput.c | 118 InputInfoPtr pInfo; 224 InputInfoPtr pInfo = (InputInfoPtr) dev->public.devicePrivate; in ApplyAccelerationSettings() 299 InputInfoPtr pInfo = (InputInfoPtr) dev->public.devicePrivate; in ApplyTransformationMatrix() 335 xf86ProcessCommonOptions(InputInfoPtr pInfo, XF86OptionPtr list) in xf86ProcessCommonOptions() 360 xf86ActivateDevice(InputInfoPtr pInfo) in xf86ActivateDevice() 408 InputInfoPtr pInfo = (InputInfoPtr) dev->public.devicePrivate; in SetDeviceMode() 434 InputInfoPtr pInfo = (InputInfoPtr) dev->public.devicePrivate; in SetDeviceValuators() 455 InputInfoPtr pInfo = (InputInfoPtr) dev->public.devicePrivate; in ChangeDeviceControl() 587 InputClassMatches(const XF86ConfInputClassPtr iclass, const InputInfoPtr idev, in InputClassMatches() 679 MergeInputClasses(const InputInfoPtr idev, const InputAttributes * attrs) in MergeInputClasses() [all …]
|
| H A D | xf86Events.c | 245 InputInfoPtr pInfo = closure; in xf86ReadInput() 255 xf86AddEnabledDevice(InputInfoPtr pInfo) in xf86AddEnabledDevice() 265 xf86RemoveEnabledDevice(InputInfoPtr pInfo) in xf86RemoveEnabledDevice() 313 xf86DisableInputDeviceForVTSwitch(InputInfoPtr pInfo) in xf86DisableInputDeviceForVTSwitch() 327 xf86EnableInputDeviceForVTSwitch(InputInfoPtr pInfo) in xf86EnableInputDeviceForVTSwitch() 362 InputInfoPtr pInfo; in xf86VTLeave() 452 InputInfoPtr pInfo; in xf86VTEnter()
|
| H A D | xf86Config.c | 130 static Bool configInput(InputInfoPtr pInfo, XF86ConfInputPtr conf_input, 470 InputInfoPtr *idp; in xf86InputDriverlistFromConfig() 964 freeDevice(InputInfoPtr * list, InputInfoPtr pInfo) in freeDevice() 966 InputInfoPtr *devs; in freeDevice() 982 static InputInfoPtr * 983 addDevice(InputInfoPtr * list, InputInfoPtr pInfo) in addDevice() 985 InputInfoPtr *devs; in addDevice() 991 list = xnfreallocarray(list, count + 1, sizeof(InputInfoPtr)); in addDevice() 1016 InputInfoPtr corePointer = NULL, coreKeyboard = NULL; in checkCoreInputDevices() 1019 InputInfoPtr *devs, /* iterator */ in checkCoreInputDevices() [all …]
|
| H A D | xf86PM.c | 99 InputInfoPtr pInfo; in suspend() 125 InputInfoPtr pInfo; in resume()
|
| H A D | xf86.h | 203 typedef struct _InputInfoRec *InputInfoPtr; typedef 223 extern _X_EXPORT void xf86EnableInputDeviceForVTSwitch(InputInfoPtr pInfo); 224 extern _X_EXPORT void xf86DisableInputDeviceForVTSwitch(InputInfoPtr pInfo);
|
| H A D | xf86Globals.c | 94 InputInfoPtr xf86InputDevs = NULL;
|
| H A D | xf86Helper.c | 143 InputInfoPtr 146 InputInfoPtr p; in xf86LookupInput() 1057 xf86VIDrvMsgVerb(InputInfoPtr dev, MessageType type, int verb, in xf86VIDrvMsgVerb() 1076 xf86IDrvMsgVerb(InputInfoPtr dev, MessageType type, int verb, in xf86IDrvMsgVerb() 1088 xf86IDrvMsg(InputInfoPtr dev, MessageType type, const char *format, ...) in xf86IDrvMsg() 1733 xf86MotionHistoryAllocate(InputInfoPtr pInfo) in xf86MotionHistoryAllocate()
|
| H A D | xf86Option.c | 133 xf86CollectInputOptions(InputInfoPtr pInfo, const char **defaultOpts) in xf86CollectInputOptions()
|
| H A D | xf86Init.c | 793 InputInfoPtr *pInfo; in InitInput()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/ |
| H A D | systemd-logind.c | 54 static InputInfoPtr 55 systemd_logind_find_info_ptr_by_devnum(InputInfoPtr start, in systemd_logind_find_info_ptr_by_devnum() 58 InputInfoPtr pInfo; in systemd_logind_find_info_ptr_by_devnum() 72 InputInfoPtr pInfo; in systemd_logind_set_input_fd_for_all_devs() 90 InputInfoPtr pInfo; in systemd_logind_take_fd() 168 InputInfoPtr pInfo; in systemd_logind_release_fd() 236 InputInfoPtr pInfo; in systemd_logind_vtenter() 310 InputInfoPtr pInfo = NULL; in message_filter()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 42803 xfree86: [v2] Remove duplicate InputInfoPtr typedef from xf86Xinput.h 73302 xfree86: constify InputInfoPtr->type_name 83339 xorg.conf devices had the name and driver set in the DDX's InputInfoPtr list 106369 Rename all "LocalDevicePtr local" to "InputInfoPtr pInfo".
|