Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dserial_core.h253 #define PORT_STM32 113 macro
/Linux-v5.10/drivers/tty/serial/
Dstm32-usart.c895 return (port->type == PORT_STM32) ? DRIVER_NAME : NULL; in stm32_type()
910 port->type = PORT_STM32; in stm32_config_port()