Lines Matching defs:_InputInfoRec
89 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;
109 const char *type_name;
110 InputDriverPtr drv;
111 void *module;
112 XF86OptionPtr options;
113 InputAttributes *attrs;