Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Dmxuport.c149 u8 mcr_state; /* Last MCR state */ member
596 static int mxuport_set_mcr(struct usb_serial_port *port, u8 mcr_state) in mxuport_set_mcr() argument
601 dev_dbg(&port->dev, "%s - %02x\n", __func__, mcr_state); in mxuport_set_mcr()
604 mcr_state, port->port_number); in mxuport_set_mcr()
623 mxport->mcr_state |= UART_MCR_DTR; in mxuport_set_dtr()
625 mxport->mcr_state &= ~UART_MCR_DTR; in mxuport_set_dtr()
638 u8 mcr_state; in mxuport_set_rts() local
641 mcr_state = mxport->mcr_state; in mxuport_set_rts()
645 mcr_state &= ~UART_MCR_RTS; in mxuport_set_rts()
648 mcr_state |= UART_MCR_RTS; in mxuport_set_rts()
[all …]