Searched defs:serio_driver (Results 1 – 7 of 7) 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;
105725 struct serio_driver { struct105731 int (*connect)(struct serio *, struct serio_driver *); argument105732 int (*reconnect)(struct serio *);105733 int (*fast_reconnect)(struct serio *);105734 void (*disconnect)(struct serio *);105735 void (*cleanup)(struct serio *);105736 struct device_driver driver;
89159 struct serio_driver { struct89165 int (*connect)(struct serio *, struct serio_driver *); argument89166 int (*reconnect)(struct serio *);89167 int (*fast_reconnect)(struct serio *);89168 void (*disconnect)(struct serio *);89169 void (*cleanup)(struct serio *);89170 struct device_driver driver;
94900 struct serio_driver { struct94906 int (*connect)(struct serio *, struct serio_driver *); argument94907 int (*reconnect)(struct serio *);94908 int (*fast_reconnect)(struct serio *);94909 void (*disconnect)(struct serio *);94910 void (*cleanup)(struct serio *);94911 struct device_driver driver;