Searched refs:PortTty (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/char/rio/
H A Drioctrl.c99 struct PortTty { struct
104 static struct PortTty PortTty; variable in typeref:struct:PortTty
609 if (copy_from_user(&PortTty, argp, sizeof(struct PortTty))) {
613 if (PortTty.port >= RIO_PORTS) {
618 rio_dprintk(RIO_DEBUG_CTRL, "Port %d\n", PortTty.port);
619 PortP = (p->RIOPortp[PortTty.port]);
620 if (copy_to_user(argp, &PortTty, sizeof(struct PortTty))) {
[all...]

Completed in 103 milliseconds