Lines Matching defs:serio
11 #include <linux/serio.h>
91 struct serio *hv_serio;
148 * Inject the information through the serio interrupt.
292 static int hv_kbd_start(struct serio *serio)
294 struct hv_kbd_dev *kbd_dev = serio->port_data;
304 static void hv_kbd_stop(struct serio *serio)
306 struct hv_kbd_dev *kbd_dev = serio->port_data;
318 struct serio *hv_serio;
322 hv_serio = kzalloc(sizeof(struct serio), GFP_KERNEL);