Lines Matching full:oob

59  * "OOB": can be used on the out-of-band endpoint
61 #define DIGI_CMD_SET_BAUD_RATE 0 /* INB, OOB */
62 #define DIGI_CMD_SET_WORD_SIZE 1 /* INB, OOB */
63 #define DIGI_CMD_SET_PARITY 2 /* INB, OOB */
64 #define DIGI_CMD_SET_STOP_BITS 3 /* INB, OOB */
65 #define DIGI_CMD_SET_INPUT_FLOW_CONTROL 4 /* INB, OOB */
66 #define DIGI_CMD_SET_OUTPUT_FLOW_CONTROL 5 /* INB, OOB */
67 #define DIGI_CMD_SET_DTR_SIGNAL 6 /* INB, OOB */
68 #define DIGI_CMD_SET_RTS_SIGNAL 7 /* INB, OOB */
69 #define DIGI_CMD_READ_INPUT_SIGNALS 8 /* OOB */
70 #define DIGI_CMD_IFLUSH_FIFO 9 /* OOB */
71 #define DIGI_CMD_RECEIVE_ENABLE 10 /* INB, OOB */
72 #define DIGI_CMD_BREAK_CONTROL 11 /* INB, OOB */
73 #define DIGI_CMD_LOCAL_LOOPBACK 12 /* INB, OOB */
74 #define DIGI_CMD_TRANSMIT_IDLE 13 /* INB, OOB */
75 #define DIGI_CMD_READ_UART_REGISTER 14 /* OOB */
76 #define DIGI_CMD_WRITE_UART_REGISTER 15 /* INB, OOB */
77 #define DIGI_CMD_AND_UART_REGISTER 16 /* INB, OOB */
78 #define DIGI_CMD_OR_UART_REGISTER 17 /* INB, OOB */
82 #define DIGI_CMD_GET_PORT_TYPE 21 /* OOB */
357 * Digi Write OOB Command
835 dev_dbg(dev, "digi_set_termios: write oob failed, ret=%d\n", ret); in digi_set_termios()
982 /* handle oob callback */ in digi_write_bulk_callback()
984 dev_dbg(&port->dev, "digi_write_bulk_callback: oob callback\n"); in digi_write_bulk_callback()
1093 dev_dbg(&port->dev, "digi_open: write oob failed, ret=%d\n", ret); in digi_open()
1152 dev_dbg(&port->dev, "digi_close: write oob failed, ret=%d\n", in digi_close()
1154 /* wait for final commands on oob port to complete */ in digi_close()
1325 /* handle oob or inb callback, do not resubmit if error */ in digi_read_bulk_callback()
1436 * Digi Read OOB Callback
1438 * Digi Read OOB Callback handles reads on the out of band port.
1460 /* handle each oob command */ in digi_read_oob_callback()