Lines Matching defs:port

198 	struct uart_port	*port;  member
221 struct uart_port *port = (struct uart_port *)dev_id; in cdns_uart_handle_rx() local
315 struct uart_port *port = (struct uart_port *)dev_id; in cdns_uart_handle_tx() local
346 struct uart_port *port = (struct uart_port *)dev_id; in cdns_uart_isr() local
445 static unsigned int cdns_uart_set_baud_rate(struct uart_port *port, in cdns_uart_set_baud_rate()
483 struct uart_port *port; in cdns_uart_clk_notifier_cb() local
571 static void cdns_uart_start_tx(struct uart_port *port) in cdns_uart_start_tx()
602 static void cdns_uart_stop_tx(struct uart_port *port) in cdns_uart_stop_tx()
616 static void cdns_uart_stop_rx(struct uart_port *port) in cdns_uart_stop_rx()
635 static unsigned int cdns_uart_tx_empty(struct uart_port *port) in cdns_uart_tx_empty()
650 static void cdns_uart_break_ctl(struct uart_port *port, int ctl) in cdns_uart_break_ctl()
677 static void cdns_uart_set_termios(struct uart_port *port, in cdns_uart_set_termios()
806 static int cdns_uart_startup(struct uart_port *port) in cdns_uart_startup()
887 static void cdns_uart_shutdown(struct uart_port *port) in cdns_uart_shutdown()
914 static const char *cdns_uart_type(struct uart_port *port) in cdns_uart_type()
926 static int cdns_uart_verify_port(struct uart_port *port, in cdns_uart_verify_port()
950 static int cdns_uart_request_port(struct uart_port *port) in cdns_uart_request_port()
973 static void cdns_uart_release_port(struct uart_port *port) in cdns_uart_release_port()
985 static void cdns_uart_config_port(struct uart_port *port, int flags) in cdns_uart_config_port()
997 static unsigned int cdns_uart_get_mctrl(struct uart_port *port) in cdns_uart_get_mctrl()
1019 static void cdns_uart_set_mctrl(struct uart_port *port, unsigned int mctrl) in cdns_uart_set_mctrl()
1048 static int cdns_uart_poll_get_char(struct uart_port *port) in cdns_uart_poll_get_char()
1066 static void cdns_uart_poll_put_char(struct uart_port *port, unsigned char c) in cdns_uart_poll_put_char()
1087 static void cdns_uart_pm(struct uart_port *port, unsigned int state, in cdns_uart_pm()
1132 static void cdns_uart_console_putchar(struct uart_port *port, unsigned char ch) in cdns_uart_console_putchar()
1177 struct uart_port *port = &device->port; in cdns_early_console_setup() local
1227 struct uart_port *port = console_port; in cdns_uart_console_write() local
1272 struct uart_port *port = console_port; in cdns_uart_console_setup() local
1319 struct uart_port *port = dev_get_drvdata(device); in cdns_uart_suspend() local
1355 struct uart_port *port = dev_get_drvdata(device); in cdns_uart_resume() local
1410 struct uart_port *port = dev_get_drvdata(dev); in cdns_runtime_suspend() local
1420 struct uart_port *port = dev_get_drvdata(dev); in cdns_runtime_resume() local
1467 struct uart_port *port; in cdns_uart_probe() local
1671 struct uart_port *port = platform_get_drvdata(pdev); in cdns_uart_remove() local