Lines Matching defs:state
407 * Ok, we're now changing the port state. Do it with
530 static void omap_8250_pm(struct uart_port *port, unsigned int state,
542 serial_out(up, UART_IER, (state != 0) ? UART_IERX_SLEEP : 0);
828 struct tty_port *tty_port = &p->port.state->port;
832 struct dma_tx_state state;
850 dmaengine_tx_status(rxchan, cookie, &state);
852 count = dma->rx_size - state.residue + state.in_flight_bytes;
860 if (state.in_flight_bytes) {
887 struct dma_tx_state state;
897 if (dmaengine_tx_status(dma->rxchan, dma->rx_cookie, &state) !=
917 struct dma_tx_state state;
928 ret = dmaengine_tx_status(dma->rxchan, dma->rx_cookie, &state);
953 enum dma_status state;
955 state = dmaengine_tx_status(dma->rxchan, dma->rx_cookie, NULL);
956 if (state == DMA_COMPLETE) {
1004 struct circ_buf *xmit = &p->port.state->xmit;
1050 struct circ_buf *xmit = &p->port.state->xmit;
1222 uart_circ_empty(&up->port.state->xmit)) {