Searched defs:serio_driver (Results 1 – 1 of 1) sorted by relevance
73099 struct serio_driver { struct73105 int (*connect)(struct serio *, struct serio_driver *); argument73106 int (*reconnect)(struct serio *);73107 int (*fast_reconnect)(struct serio *);73108 void (*disconnect)(struct serio *);73109 void (*cleanup)(struct serio *);73110 struct device_driver driver;