Searched refs:last_res (Results 1 – 2 of 2) sorted by relevance
169 int *last_res, bool threaded) in stm32_usart_pending_rx() argument182 if (status == DMA_IN_PROGRESS && (*last_res != state.residue)) in stm32_usart_pending_rx()193 int *last_res) in stm32_usart_get_char() argument200 c = stm32_port->rx_buf[RX_BUF_L - (*last_res)--]; in stm32_usart_get_char()201 if ((*last_res) == 0) in stm32_usart_get_char()202 *last_res = RX_BUF_L; in stm32_usart_get_char()223 while (stm32_usart_pending_rx(port, &sr, &stm32_port->last_res, in stm32_usart_receive_chars()243 c = stm32_usart_get_char(port, &sr, &stm32_port->last_res); in stm32_usart_receive_chars()1139 stm32_ports[id].last_res = RX_BUF_L; in stm32_usart_of_get_port()
265 int last_res; member