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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/rio/
H A Driotty.c83 int RIOShortCommand(struct rio_info *p, struct Port *PortP, int command, int len, int arg);
488 /* Can't call RIOShortCommand with the port locked. */
491 if (RIOShortCommand(p, PortP, RIOC_CLOSE, 1, 0) == RIO_FAIL) {
571 int RIOShortCommand(struct rio_info *p, struct Port *PortP, int command, int len, int arg) function
H A Drio_linux.c576 extern int RIOShortCommand(struct rio_info *p, struct Port *PortP, int command, int len, int arg);
606 if (RIOShortCommand(p, PortP, RIOC_SBREAK, 2, 250) ==
608 rio_dprintk(RIO_DEBUG_INTR, "SBREAK RIOShortCommand failed\n");
622 if (RIOShortCommand(p, PortP, RIOC_SBREAK, 2,
624 rio_dprintk(RIO_DEBUG_INTR, "SBREAK RIOShortCommand failed\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/rio/
H A Driotty.c83 int RIOShortCommand(struct rio_info *p, struct Port *PortP, int command, int len, int arg);
488 /* Can't call RIOShortCommand with the port locked. */
491 if (RIOShortCommand(p, PortP, RIOC_CLOSE, 1, 0) == RIO_FAIL) {
571 int RIOShortCommand(struct rio_info *p, struct Port *PortP, int command, int len, int arg) function
H A Drio_linux.c576 extern int RIOShortCommand(struct rio_info *p, struct Port *PortP, int command, int len, int arg);
606 if (RIOShortCommand(p, PortP, RIOC_SBREAK, 2, 250) ==
608 rio_dprintk(RIO_DEBUG_INTR, "SBREAK RIOShortCommand failed\n");
622 if (RIOShortCommand(p, PortP, RIOC_SBREAK, 2,
624 rio_dprintk(RIO_DEBUG_INTR, "SBREAK RIOShortCommand failed\n");

Completed in 139 milliseconds