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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Dfunc.h95 int RIOParam(struct Port *, int, int, int);
H A Driointr.c405 if (RIOParam(PortP, OPEN, ((PortP->Cor2Copy & (COR2_RTSFLOW | COR2_CTSFLOW)) == (COR2_RTSFLOW | COR2_CTSFLOW)) ? 1 : 0, DONT_SLEEP) == RIO_FAIL) {
H A Drioparam.c138 ** RIOParam is used to open or configure a port. You pass it a PortP,
142 ** or re-configured. You must also tell RIOParam if the device is a modem
145 ** RIOParam neither flushes nor waits for drain, and is NOT preemptive.
147 ** RIOParam assumes it will be called at splrio(), and also assumes
153 int RIOParam(struct Port *PortP, int cmd, int Modem, int SleepFlag) function
170 rio_dprintk(RIO_DEBUG_PARAM, "RIOParam: Port:%d cmd:%d Modem:%d SleepFlag:%d Mapped: %d, tty=%p\n", PortP->PortNum, cmd, Modem, SleepFlag, PortP->Mapped, TtyP);
H A Driotty.c267 RIOParam(PortP, OPEN, 1, OK_TO_SLEEP); /* Open the port */
H A Drio_linux.c349 return RIOParam((struct Port *) ptr, CONFIG, 1, 1);
H A Drioctrl.c640 RIOParam(PortP, CONFIG, PortP->State & RIO_MODEM, OK_TO_SLEEP);

Completed in 118 milliseconds