Searched refs:the_port (Results 1 – 2 of 2) sorted by relevance
355 static struct ioc3_port *get_ioc3_port(struct uart_port *the_port) in get_ioc3_port() argument357 struct ioc3_driver_data *idd = dev_get_drvdata(the_port->dev); in get_ioc3_port()367 if (the_port == &card_ptr->ic_port[ii].icp_uart_port[jj]) in get_ioc3_port()825 static inline int set_mcr(struct uart_port *the_port, in set_mcr() argument828 struct ioc3_port *port = get_ioc3_port(the_port); in set_mcr()895 static void transmit_chars(struct uart_port *the_port) in transmit_chars() argument901 struct ioc3_port *port = get_ioc3_port(the_port); in transmit_chars()904 if (!the_port) in transmit_chars()909 state = the_port->state; in transmit_chars()912 if (uart_circ_empty(&state->xmit) || uart_tx_stopped(the_port)) { in transmit_chars()[all …]
743 static struct ioc4_port *get_ioc4_port(struct uart_port *the_port, int set) in get_ioc4_port() argument745 struct ioc4_driver_data *idd = dev_get_drvdata(the_port->dev); in get_ioc4_port()759 if (the_port == port->ip_all_ports in get_ioc4_port()763 port->ip_port = the_port; in get_ioc4_port()1556 static inline int set_mcr(struct uart_port *the_port, in set_mcr() argument1559 struct ioc4_port *port = get_ioc4_port(the_port, 0); in set_mcr()1625 static void transmit_chars(struct uart_port *the_port) in transmit_chars() argument1631 struct ioc4_port *port = get_ioc4_port(the_port, 0); in transmit_chars()1634 if (!the_port) in transmit_chars()1639 state = the_port->state; in transmit_chars()[all …]