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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Dport.h172 struct PortParams { struct
H A Drioctrl.c89 static struct PortParams PortParams; variable in typeref:struct:PortParams
588 if (copy_from_user(&PortParams, argp, sizeof(struct PortParams))) {
592 if (PortParams.Port >= RIO_PORTS) {
596 PortP = (p->RIOPortp[PortParams.Port]);
597 PortParams.Config = PortP->Config;
598 PortParams.State = PortP->State;
599 rio_dprintk(RIO_DEBUG_CTRL, "Port %d\n", PortParams.Port);
601 if (copy_to_user(argp, &PortParams, sizeo
[all...]

Completed in 104 milliseconds