Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/serio/
Dct82c710.c48 static struct serio *ct82c710_port; variable
59 return serio_interrupt(ct82c710_port, inb(CT82C710_DATA), 0); in ct82c710_interrupt()
164 ct82c710_port = kzalloc(sizeof(struct serio), GFP_KERNEL); in ct82c710_probe()
165 if (!ct82c710_port) in ct82c710_probe()
168 ct82c710_port->id.type = SERIO_8042; in ct82c710_probe()
169 ct82c710_port->dev.parent = &dev->dev; in ct82c710_probe()
170 ct82c710_port->open = ct82c710_open; in ct82c710_probe()
171 ct82c710_port->close = ct82c710_close; in ct82c710_probe()
172 ct82c710_port->write = ct82c710_write; in ct82c710_probe()
173 strlcpy(ct82c710_port->name, "C&T 82c710 mouse port", in ct82c710_probe()
[all …]