Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/serial/
Dmxuport.c160 u8 mcr_state; /* Last MCR state */ member
609 static int mxuport_set_mcr(struct usb_serial_port *port, u8 mcr_state) in mxuport_set_mcr() argument
614 dev_dbg(&port->dev, "%s - %02x\n", __func__, mcr_state); in mxuport_set_mcr()
617 mcr_state, port->port_number); in mxuport_set_mcr()
636 mxport->mcr_state |= UART_MCR_DTR; in mxuport_set_dtr()
638 mxport->mcr_state &= ~UART_MCR_DTR; in mxuport_set_dtr()
651 u8 mcr_state; in mxuport_set_rts() local
654 mcr_state = mxport->mcr_state; in mxuport_set_rts()
658 mcr_state &= ~UART_MCR_RTS; in mxuport_set_rts()
661 mcr_state |= UART_MCR_RTS; in mxuport_set_rts()
[all …]