Home
last modified time | relevance | path

Searched refs:UPIO_UNKNOWN (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/tty/serial/
H A Dserial_port.c231 port->iotype = UPIO_UNKNOWN; in __uart_read_properties()
236 if (!use_defaults && port->iotype == UPIO_UNKNOWN) { in __uart_read_properties()
/linux-6.15/include/linux/
H A Dserial_core.h474 #define UPIO_UNKNOWN ((unsigned char)~0U) /* UCHAR_MAX */ macro
/linux-6.15/drivers/tty/serial/8250/
H A D8250_port.c3271 up->cur_iotype = UPIO_UNKNOWN; in serial8250_init_port()