Home
last modified time | relevance | path

Searched defs:_InputInfoRec (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.h89 struct _InputInfoRec { struct
90 struct _InputInfoRec *next; argument
97 void (*read_input) (struct _InputInfoRec * local); argument
98 int (*control_proc) (struct _InputInfoRec * local, xDeviceCtl * control); argument
101 (struct _InputInfoRec * local, argument
104 int fd;
105 int major;
106 int minor;
107 DeviceIntPtr dev;
108 void *private;
[all …]