Searched defs:visorinput_devdata (Results 1 – 1 of 1) sorted by relevance
104 struct visorinput_devdata { struct105 struct visor_device *dev;107 struct mutex lock_visor_dev;108 struct input_dev *visorinput_dev;109 bool paused;110 bool interrupts_enabled;112 unsigned int keycode_table_bytes;114 unsigned char keycode_table[];