Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/serio/
H A Dct82c710.c45 static struct serio *ct82c710_port; variable
162 if (!ct82c710_port) in ct82c710_probe()
165 ct82c710_port->id.type = SERIO_8042; in ct82c710_probe()
166 ct82c710_port->dev.parent = &dev->dev; in ct82c710_probe()
167 ct82c710_port->open = ct82c710_open; in ct82c710_probe()
168 ct82c710_port->close = ct82c710_close; in ct82c710_probe()
169 ct82c710_port->write = ct82c710_write; in ct82c710_probe()
171 sizeof(ct82c710_port->name)); in ct82c710_probe()
172 snprintf(ct82c710_port->phys, sizeof(ct82c710_port->phys), in ct82c710_probe()
175 serio_register_port(ct82c710_port); in ct82c710_probe()
[all …]