Home
last modified time | relevance | path

Searched +defs:serio +path:serio +path:. +path:h (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
Dserio.h21 struct serio { struct
30 struct serio_device_id id; argument
34 int (*write)(struct serio *, unsigned char); argument
35 int (*open)(struct serio *); argument
36 void (*close)(struct serio *); argument
37 int (*start)(struct serio *); argument
38 void (*stop)(struct serio *); argument
40 struct serio *parent; argument
43 unsigned int depth; /* level of nesting in serio hierarchy */ argument
45 …struct serio_driver *drv; /* accessed from interrupt, must be protected by serio->lock and serio->… argument
[all …]