Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/serial/
Dmxuport.c156 u8 mcr_state; /* Last MCR state */ member
598 static int mxuport_set_mcr(struct usb_serial_port *port, u8 mcr_state) in mxuport_set_mcr() argument
603 dev_dbg(&port->dev, "%s - %02x\n", __func__, mcr_state); in mxuport_set_mcr()
606 mcr_state, port->port_number); in mxuport_set_mcr()
625 mxport->mcr_state |= UART_MCR_DTR; in mxuport_set_dtr()
627 mxport->mcr_state &= ~UART_MCR_DTR; in mxuport_set_dtr()
640 u8 mcr_state; in mxuport_set_rts() local
643 mcr_state = mxport->mcr_state; in mxuport_set_rts()
647 mcr_state &= ~UART_MCR_RTS; in mxuport_set_rts()
650 mcr_state |= UART_MCR_RTS; in mxuport_set_rts()
[all …]