Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dserial_core.h247 #define PORT_STM32 113 macro
/linux-6.1.9/drivers/tty/serial/
Dstm32-usart.c1315 return (port->type == PORT_STM32) ? DRIVER_NAME : NULL; in stm32_usart_type()
1330 port->type = PORT_STM32; in stm32_usart_config_port()