Home
last modified time | relevance | path

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

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