Home
last modified time | relevance | path

Searched refs:ser_dev (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/nvec/
Dnvec_ps2.c46 struct serio *ser_dev; member
53 static int ps2_startstreaming(struct serio *ser_dev) in ps2_startstreaming() argument
60 static void ps2_stopstreaming(struct serio *ser_dev) in ps2_stopstreaming() argument
67 static int ps2_sendcommand(struct serio *ser_dev, unsigned char cmd) in ps2_sendcommand() argument
73 dev_dbg(&ser_dev->dev, "Sending ps2 cmd %02x\n", cmd); in ps2_sendcommand()
86 serio_interrupt(ps2_dev.ser_dev, msg[2 + i], 0); in nvec_ps2_notifier()
93 serio_interrupt(ps2_dev.ser_dev, msg[i + 4], 0); in nvec_ps2_notifier()
108 struct serio *ser_dev; in nvec_mouse_probe() local
111 ser_dev = devm_kzalloc(&pdev->dev, sizeof(struct serio), GFP_KERNEL); in nvec_mouse_probe()
112 if (!ser_dev) in nvec_mouse_probe()
[all …]
/linux-4.4.14/Documentation/
Dkernel-parameters.txt1730 kms, kbd and serial format: kms,kbd,<ser_dev>[,baud]