Searched refs:uart_get_info (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | serial_core.c | 762 static int uart_get_info(struct tty_port *port, struct serial_struct *retinfo) in uart_get_info() function 810 return uart_get_info(port, ss) < 0 ? -EIO : 0; in uart_get_info_user() 2687 uart_get_info(port, &tmp); in uartclk_show() 2697 uart_get_info(port, &tmp); in type_show() 2707 uart_get_info(port, &tmp); in line_show() 2718 uart_get_info(port, &tmp); in port_show() 2731 uart_get_info(port, &tmp); in irq_show() 2741 uart_get_info(port, &tmp); in flags_show() 2751 uart_get_info(port, &tmp); in xmit_fifo_size_show() 2761 uart_get_info(port, &tmp); in close_delay_show() [all …]
|