Searched +defs:serio +path:serio +path:. +path:h (Results 1 – 1 of 1) sorted by relevance
21 struct serio { struct30 struct serio_device_id id; argument34 int (*write)(struct serio *, unsigned char); argument35 int (*open)(struct serio *); argument36 void (*close)(struct serio *); argument37 int (*start)(struct serio *); argument38 void (*stop)(struct serio *); argument40 struct serio *parent; argument43 unsigned int depth; /* level of nesting in serio hierarchy */ argument45 …struct serio_driver *drv; /* accessed from interrupt, must be protected by serio->lock and serio->… argument[all …]