last_res          170 drivers/tty/serial/stm32-usart.c static int stm32_pending_rx(struct uart_port *port, u32 *sr, int *last_res,
last_res          185 drivers/tty/serial/stm32-usart.c 		    (*last_res != state.residue))
last_res          196 drivers/tty/serial/stm32-usart.c 				    int *last_res)
last_res          203 drivers/tty/serial/stm32-usart.c 		c = stm32_port->rx_buf[RX_BUF_L - (*last_res)--];
last_res          204 drivers/tty/serial/stm32-usart.c 		if ((*last_res) == 0)
last_res          205 drivers/tty/serial/stm32-usart.c 			*last_res = RX_BUF_L;
last_res          227 drivers/tty/serial/stm32-usart.c 	while (stm32_pending_rx(port, &sr, &stm32_port->last_res, threaded)) {
last_res          246 drivers/tty/serial/stm32-usart.c 		c = stm32_get_char(port, &sr, &stm32_port->last_res);
last_res          995 drivers/tty/serial/stm32-usart.c 	stm32_ports[id].last_res = RX_BUF_L;
last_res          271 drivers/tty/serial/stm32-usart.h 	int last_res;