Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dstm32-usart.c104 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_config_rs485()
176 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_pending_rx()
201 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_get_char()
218 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_receive_chars()
273 struct stm32_usart_offsets *ofs = &stm32port->info->ofs; in stm32_tx_dma_complete()
300 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_transmit_chars_pio()
328 struct stm32_usart_offsets *ofs = &stm32port->info->ofs; in stm32_transmit_chars_dma()
390 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_transmit_chars()
430 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_interrupt()
473 struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_tx_empty()
[all …]
Dstm32-usart.h11 struct stm32_usart_offsets { struct
33 struct stm32_usart_offsets ofs; argument