Searched refs:the_port (Results 1 – 2 of 2) sorted by relevance
352 static struct ioc3_port *get_ioc3_port(struct uart_port *the_port) in get_ioc3_port() argument354 struct ioc3_driver_data *idd = dev_get_drvdata(the_port->dev); in get_ioc3_port()364 if (the_port == &card_ptr->ic_port[ii].icp_uart_port[jj]) in get_ioc3_port()822 static inline int set_mcr(struct uart_port *the_port, in set_mcr() argument825 struct ioc3_port *port = get_ioc3_port(the_port); in set_mcr()892 static void transmit_chars(struct uart_port *the_port) in transmit_chars() argument898 struct ioc3_port *port = get_ioc3_port(the_port); in transmit_chars()901 if (!the_port) in transmit_chars()906 state = the_port->state; in transmit_chars()909 if (uart_circ_empty(&state->xmit) || uart_tx_stopped(the_port)) { in transmit_chars()[all …]
740 static struct ioc4_port *get_ioc4_port(struct uart_port *the_port, int set) in get_ioc4_port() argument742 struct ioc4_driver_data *idd = dev_get_drvdata(the_port->dev); in get_ioc4_port()756 if (the_port == port->ip_all_ports in get_ioc4_port()760 port->ip_port = the_port; in get_ioc4_port()1558 static inline int set_mcr(struct uart_port *the_port, in set_mcr() argument1561 struct ioc4_port *port = get_ioc4_port(the_port, 0); in set_mcr()1627 static void transmit_chars(struct uart_port *the_port) in transmit_chars() argument1633 struct ioc4_port *port = get_ioc4_port(the_port, 0); in transmit_chars()1636 if (!the_port) in transmit_chars()1641 state = the_port->state; in transmit_chars()[all …]