Home
last modified time | relevance | path

Searched refs:mcr_state (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dmxuport.c156 u8 mcr_state; /* Last MCR state */ member
605 static int mxuport_set_mcr(struct usb_serial_port *port, u8 mcr_state) in mxuport_set_mcr() argument
610 dev_dbg(&port->dev, "%s - %02x\n", __func__, mcr_state); in mxuport_set_mcr()
613 mcr_state, port->port_number); in mxuport_set_mcr()
632 mxport->mcr_state |= UART_MCR_DTR; in mxuport_set_dtr()
634 mxport->mcr_state &= ~UART_MCR_DTR; in mxuport_set_dtr()
647 u8 mcr_state; in mxuport_set_rts() local
650 mcr_state = mxport->mcr_state; in mxuport_set_rts()
654 mcr_state &= ~UART_MCR_RTS; in mxuport_set_rts()
657 mcr_state |= UART_MCR_RTS; in mxuport_set_rts()
[all …]