Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dserial_core.h270 #define PORT_STM32 113 macro
/Linux-v4.19/drivers/tty/serial/
Dstm32-usart.c732 return (port->type == PORT_STM32) ? DRIVER_NAME : NULL; in stm32_type()
747 port->type = PORT_STM32; in stm32_config_port()