Lines Matching defs:state
461 * Set state of the modem control output lines
478 /* set the RTS line state according to the mode */
518 * Get state of the modem control input lines
820 struct circ_buf *xmit = &port->state->xmit;
863 struct circ_buf *xmit = &port->state->xmit;
928 struct circ_buf *xmit = &port->state->xmit;
947 * consistent xmit buffer state.
1036 BUG_ON(!PAGE_ALIGNED(port->state->xmit.buf));
1038 virt_to_page(port->state->xmit.buf),
1040 offset_in_page(port->state->xmit.buf));
1052 port->state->xmit.buf,
1110 struct tty_port *tport = &port->state->port;
1113 struct dma_tx_state state;
1122 &state);
1144 ring->head = sg_dma_len(&atmel_port->sg_rx) - state.residue;
1405 wake_up_interruptible(&port->state->port.delta_msr_wait);
1466 struct circ_buf *xmit = &port->state->xmit;
1517 struct circ_buf *xmit = &port->state->xmit;
1594 tty_flip_buffer_push(&port->state->port);
1617 struct tty_port *tport = &port->state->port;
2109 static void atmel_serial_pm(struct uart_port *port, unsigned int state,
2114 switch (state) {
2137 dev_err(port->dev, "atmel_serial: unknown pm %d\n", state);
2317 * when switching the mode, set the RTS line state according to the
2318 * new mode, otherwise keep the former state
2710 pm_message_t state)