Searched refs:get_ioc4_port (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/tty/serial/ |
D | ioc4_serial.c | 743 static struct ioc4_port *get_ioc4_port(struct uart_port *the_port, int set) in get_ioc4_port() function 1559 struct ioc4_port *port = get_ioc4_port(the_port, 0); in set_mcr() 1631 struct ioc4_port *port = get_ioc4_port(the_port, 0); in transmit_chars() 1687 struct ioc4_port *port = get_ioc4_port(the_port, 0); in ioc4_change_speed() 1795 port = get_ioc4_port(the_port, 0); in ic4_startup_local() 2070 struct ioc4_port *port = get_ioc4_port(the_port, 0); in do_read() 2392 struct ioc4_port *port = get_ioc4_port(the_port, 0); in ic4_tx_empty() 2409 struct ioc4_port *port = get_ioc4_port(the_port, 0); in ic4_stop_tx() 2435 port = get_ioc4_port(the_port, 0); in ic4_shutdown() 2464 port = get_ioc4_port(the_port, 0); in ic4_set_mctrl() [all …]
|