Searched defs:serio_driver (Results 1 – 1 of 1) sorted by relevance
134496 struct serio_driver { struct134502 int (*connect)(struct serio *, struct serio_driver *); argument134503 int (*reconnect)(struct serio *);134504 int (*fast_reconnect)(struct serio *);134505 void (*disconnect)(struct serio *);134506 void (*cleanup)(struct serio *);134507 struct device_driver driver;