Lines Matching defs:state
384 static int moxa_break_ctl(struct tty_struct *tty, int state)
388 moxafunc(port->tableAddr, state ? FC_SendBreak : FC_StopBreak,
1579 * Function 13: Get the DTR/RTS state of this port.
1584 * state. (if NULL, this function will not
1587 * state. (if NULL, this function will not
1594 * Function 14: Setting the DTR/RTS output state of this port.
1598 * int dtrState : DTR output state (0: off, 1: on)
1599 * int rtsState : RTS output state (0: off, 1: on)
1619 * return: Bit 0 - CTS state (0: off, 1: on)
1620 * Bit 1 - DSR state (0: off, 1: on)
1621 * Bit 2 - DCD state (0: off, 1: on)