Searched refs:IOSP_CMD_CLOSE_PORT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | io_ionsp.h | 175 #define IOSP_CMD_CLOSE_PORT 0x01 // Disable ints, flush buffers. (NO PARAM) macro
|
H A D | io_edgeport.c | 1159 dev_dbg(&port->dev, "%s - Sending IOSP_CMD_CLOSE_PORT\n", __func__); in edge_close() 1160 send_iosp_ext_cmd(edge_port, IOSP_CMD_CLOSE_PORT, 0); in edge_close()
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | io_ionsp.h | 175 #define IOSP_CMD_CLOSE_PORT 0x01 // Disable ints, flush buffers. (NO PARAM) macro
|
H A D | io_edgeport.c | 1083 dev_dbg(&port->dev, "%s - Sending IOSP_CMD_CLOSE_PORT\n", __func__); in edge_close() 1084 send_iosp_ext_cmd(edge_port, IOSP_CMD_CLOSE_PORT, 0); in edge_close()
|
Completed in 9 milliseconds