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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Dct82c710.c64 static struct serio *ct82c710_port; variable in typeref:struct:serio
75 return serio_interrupt(ct82c710_port, inb(CT82C710_DATA), 0);
178 ct82c710_port = kzalloc(sizeof(struct serio), GFP_KERNEL);
179 if (!ct82c710_port)
182 ct82c710_port->id.type = SERIO_8042;
183 ct82c710_port->dev.parent = &dev->dev;
184 ct82c710_port->open = ct82c710_open;
185 ct82c710_port->close = ct82c710_close;
186 ct82c710_port->write = ct82c710_write;
187 strlcpy(ct82c710_port
[all...]

Completed in 56 milliseconds