Home
last modified time | relevance | path

Searched defs:serio_driver (Results 1 – 1 of 1) sorted by relevance

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h73099 struct serio_driver { struct
73105 int (*connect)(struct serio *, struct serio_driver *); argument
73106 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;