Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dserial_core.c754 static int uart_get_info(struct tty_port *port, struct serial_struct *retinfo) in uart_get_info() function
802 return uart_get_info(port, ss) < 0 ? -EIO : 0; in uart_get_info_user()
2613 uart_get_info(port, &tmp); in uart_get_attr_uartclk()
2623 uart_get_info(port, &tmp); in uart_get_attr_type()
2632 uart_get_info(port, &tmp); in uart_get_attr_line()
2643 uart_get_info(port, &tmp); in uart_get_attr_port()
2656 uart_get_info(port, &tmp); in uart_get_attr_irq()
2666 uart_get_info(port, &tmp); in uart_get_attr_flags()
2676 uart_get_info(port, &tmp); in uart_get_attr_xmit_fifo_size()
2687 uart_get_info(port, &tmp); in uart_get_attr_close_delay()
[all …]