Lines Matching refs:uart_port

158 static inline unsigned int sio_in(struct uart_port *up, int offset)  in sio_in()
169 sio_out(struct uart_port *up, int offset, int value) in sio_out()
182 sio_mask(struct uart_port *up, int offset, unsigned int value) in sio_mask()
187 sio_set(struct uart_port *up, int offset, unsigned int value) in sio_set()
193 sio_quot_set(struct uart_port *up, int quot) in sio_quot_set()
208 static void serial_txx9_stop_tx(struct uart_port *up) in serial_txx9_stop_tx()
213 static void serial_txx9_start_tx(struct uart_port *up) in serial_txx9_start_tx()
218 static void serial_txx9_stop_rx(struct uart_port *up) in serial_txx9_stop_rx()
223 static void serial_txx9_initialize(struct uart_port *up) in serial_txx9_initialize()
247 receive_chars(struct uart_port *up, unsigned int *status) in receive_chars()
321 static inline void transmit_chars(struct uart_port *up) in transmit_chars()
334 struct uart_port *up = dev_id; in serial_txx9_interrupt()
365 static unsigned int serial_txx9_tx_empty(struct uart_port *up) in serial_txx9_tx_empty()
377 static unsigned int serial_txx9_get_mctrl(struct uart_port *up) in serial_txx9_get_mctrl()
389 static void serial_txx9_set_mctrl(struct uart_port *up, unsigned int mctrl) in serial_txx9_set_mctrl()
398 static void serial_txx9_break_ctl(struct uart_port *up, int break_state) in serial_txx9_break_ctl()
414 static void wait_for_xmitr(struct uart_port *up) in wait_for_xmitr()
439 static int serial_txx9_get_poll_char(struct uart_port *up) in serial_txx9_get_poll_char()
465 static void serial_txx9_put_poll_char(struct uart_port *up, unsigned char c) in serial_txx9_put_poll_char()
491 static int serial_txx9_startup(struct uart_port *up) in serial_txx9_startup()
535 static void serial_txx9_shutdown(struct uart_port *up) in serial_txx9_shutdown()
573 serial_txx9_set_termios(struct uart_port *up, struct ktermios *termios, in serial_txx9_set_termios()
683 serial_txx9_pm(struct uart_port *port, unsigned int state, in serial_txx9_pm()
698 static int serial_txx9_request_resource(struct uart_port *up) in serial_txx9_request_resource()
730 static void serial_txx9_release_resource(struct uart_port *up) in serial_txx9_release_resource()
753 static void serial_txx9_release_port(struct uart_port *up) in serial_txx9_release_port()
758 static int serial_txx9_request_port(struct uart_port *up) in serial_txx9_request_port()
763 static void serial_txx9_config_port(struct uart_port *up, int uflags) in serial_txx9_config_port()
785 serial_txx9_type(struct uart_port *port) in serial_txx9_type()
812 static struct uart_port serial_txx9_ports[UART_NR];
820 struct uart_port *up = &serial_txx9_ports[i]; in serial_txx9_register_ports()
832 static void serial_txx9_console_putchar(struct uart_port *up, unsigned char ch) in serial_txx9_console_putchar()
847 struct uart_port *up = &serial_txx9_ports[co->index]; in serial_txx9_console_write()
875 struct uart_port *up; in serial_txx9_console_setup()
933 int __init early_serial_txx9_setup(struct uart_port *port) in early_serial_txx9_setup()
958 static int serial_txx9_register_port(struct uart_port *port) in serial_txx9_register_port()
961 struct uart_port *uart; in serial_txx9_register_port()
1008 struct uart_port *uart = &serial_txx9_ports[line]; in serial_txx9_unregister_port()
1026 struct uart_port *p = dev_get_platdata(&dev->dev); in serial_txx9_probe()
1027 struct uart_port port; in serial_txx9_probe()
1030 memset(&port, 0, sizeof(struct uart_port)); in serial_txx9_probe()
1060 struct uart_port *up = &serial_txx9_ports[i]; in serial_txx9_remove()
1074 struct uart_port *up = &serial_txx9_ports[i]; in serial_txx9_suspend()
1088 struct uart_port *up = &serial_txx9_ports[i]; in serial_txx9_resume()
1118 struct uart_port port; in pciserial_txx9_init_one()
1147 struct uart_port *up = pci_get_drvdata(dev); in pciserial_txx9_remove_one()
1158 struct uart_port *up = pci_get_drvdata(dev); in pciserial_txx9_suspend_one()
1169 struct uart_port *up = pci_get_drvdata(dev); in pciserial_txx9_resume_one()
1254 struct uart_port *up = &serial_txx9_ports[i]; in serial_txx9_exit()