Searched defs:keyspan_usa26_portControlMessage (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/usb/serial/ |
D | keyspan_usa26msg.h | 116 struct keyspan_usa26_portControlMessage struct 125 u8 setClocking, // BOTH: host requests baud rate be set 126 baudLo, // BOTH: host does baud divisor calculation 127 baudHi, // BOTH: baudHi is only used for first port (gives lower rates) 128 externalClock_txClocking, 131 rxClocking, // USA17: 0=internal, 1=external/RI, other=external/DSR 134 setLcr, // BOTH: host requests lcr be set 135 lcr, // BOTH: use PARITY, STOPBITS, DATABITS below 137 setFlowControl, // BOTH: host requests flow control be set 138 ctsFlowControl, // BOTH: 1=use CTS flow control, 0=don't [all …]
|