Searched defs:serio_driver (Results 1 – 2 of 2) sorted by relevance
99483 struct serio_driver { struct99489 int (*connect)(struct serio *, struct serio_driver *); argument99490 int (*reconnect)(struct serio *);99491 int (*fast_reconnect)(struct serio *);99492 void (*disconnect)(struct serio *);99493 void (*cleanup)(struct serio *);99494 struct device_driver driver;99495 u64 android_kabi_reserved1;
109184 struct serio_driver { struct109190 int (*connect)(struct serio *, struct serio_driver *); argument109191 int (*reconnect)(struct serio *);109192 int (*fast_reconnect)(struct serio *);109193 void (*disconnect)(struct serio *);109194 void (*cleanup)(struct serio *);109195 struct device_driver driver;109196 u64 android_kabi_reserved1;