Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h99483 struct serio_driver { struct
99489 int (*connect)(struct serio *, struct serio_driver *); argument
99490 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;
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h109184 struct serio_driver { struct
109190 int (*connect)(struct serio *, struct serio_driver *); argument
109191 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;