Lines Matching defs:port

72 #define SCIx_IRQ_IS_MUXED(port)			\  argument
117 struct uart_port port; member
558 static inline unsigned long port_rx_irq_mask(struct uart_port *port) in port_rx_irq_mask()
570 static void sci_start_tx(struct uart_port *port) in sci_start_tx()
600 static void sci_stop_tx(struct uart_port *port) in sci_stop_tx()
623 static void sci_start_rx(struct uart_port *port) in sci_start_rx()
635 static void sci_stop_rx(struct uart_port *port) in sci_stop_rx()
649 static void sci_clear_SCxSR(struct uart_port *port, unsigned int mask) in sci_clear_SCxSR()
669 static int sci_poll_get_char(struct uart_port *port) in sci_poll_get_char()
696 static void sci_poll_put_char(struct uart_port *port, unsigned char c) in sci_poll_put_char()
710 static void sci_init_pins(struct uart_port *port, unsigned int cflag) in sci_init_pins()
760 static int sci_txfill(struct uart_port *port) in sci_txfill()
777 static int sci_txroom(struct uart_port *port) in sci_txroom()
782 static int sci_rxfill(struct uart_port *port) in sci_rxfill()
803 static void sci_transmit_chars(struct uart_port *port) in sci_transmit_chars()
854 static void sci_receive_chars(struct uart_port *port) in sci_receive_chars()
930 static int sci_handle_errors(struct uart_port *port) in sci_handle_errors()
974 static int sci_handle_fifo_overrun(struct uart_port *port) in sci_handle_fifo_overrun()
1003 static int sci_handle_breaks(struct uart_port *port) in sci_handle_breaks()
1030 static int scif_set_rtrg(struct uart_port *port, int rx_trig) in scif_set_rtrg()
1089 static int scif_rtrg_enabled(struct uart_port *port) in scif_rtrg_enabled()
1101 struct uart_port *port = &s->port; in rx_fifo_timer_fn() local
1110 struct uart_port *port = dev_get_drvdata(dev); in rx_fifo_trigger_show() local
1120 struct uart_port *port = dev_get_drvdata(dev); in rx_fifo_trigger_store() local
1142 struct uart_port *port = dev_get_drvdata(dev); in rx_fifo_timeout_show() local
1159 struct uart_port *port = dev_get_drvdata(dev); in rx_fifo_timeout_store() local
1189 struct uart_port *port = &s->port; in sci_dma_tx_complete() local
1222 struct uart_port *port = &s->port; in sci_dma_rx_push() local
1279 struct uart_port *port = &s->port; in sci_dma_rx_reenable_irq() local
1295 struct uart_port *port = &s->port; in sci_dma_rx_complete() local
1362 struct uart_port *port = &s->port; in sci_dma_rx_submit() local
1407 struct uart_port *port = &s->port; in sci_dma_tx_work_fn() local
1473 struct uart_port *port = &s->port; in sci_dma_rx_timer_fn() local
1535 static struct dma_chan *sci_request_dma_chan(struct uart_port *port, in sci_request_dma_chan()
1571 static void sci_request_dma(struct uart_port *port) in sci_request_dma()
1657 static void sci_free_dma(struct uart_port *port) in sci_free_dma()
1667 static void sci_flush_buffer(struct uart_port *port) in sci_flush_buffer()
1683 static inline void sci_request_dma(struct uart_port *port) in sci_request_dma()
1687 static inline void sci_free_dma(struct uart_port *port) in sci_free_dma()
1696 struct uart_port *port = ptr; in sci_rx_interrupt() local
1747 struct uart_port *port = ptr; in sci_tx_interrupt() local
1759 struct uart_port *port = ptr; in sci_br_interrupt() local
1774 struct uart_port *port = ptr; in sci_er_interrupt() local
1815 struct uart_port *port = ptr; in sci_mpxed_interrupt() local
1905 static int sci_request_irq(struct sci_port *port) in sci_request_irq()
1964 static void sci_free_irq(struct sci_port *port) in sci_free_irq()
1999 static unsigned int sci_tx_empty(struct uart_port *port) in sci_tx_empty()
2007 static void sci_set_rts(struct uart_port *port, bool state) in sci_set_rts()
2034 static bool sci_get_cts(struct uart_port *port) in sci_get_cts()
2059 static void sci_set_mctrl(struct uart_port *port, unsigned int mctrl) in sci_set_mctrl()
2104 static unsigned int sci_get_mctrl(struct uart_port *port) in sci_get_mctrl()
2130 static void sci_enable_ms(struct uart_port *port) in sci_enable_ms()
2135 static void sci_break_ctl(struct uart_port *port, int break_state) in sci_break_ctl()
2166 static int sci_startup(struct uart_port *port) in sci_startup()
2184 static void sci_shutdown(struct uart_port *port) in sci_shutdown()
2347 static void sci_reset(struct uart_port *port) in sci_reset()
2382 static void sci_set_termios(struct uart_port *port, struct ktermios *termios, in sci_set_termios()
2657 static void sci_pm(struct uart_port *port, unsigned int state, in sci_pm()
2672 static const char *sci_type(struct uart_port *port) in sci_type()
2692 static int sci_remap_port(struct uart_port *port) in sci_remap_port()
2720 static void sci_release_port(struct uart_port *port) in sci_release_port()
2732 static int sci_request_port(struct uart_port *port) in sci_request_port()
2754 static void sci_config_port(struct uart_port *port, int flags) in sci_config_port()
2764 static int sci_verify_port(struct uart_port *port, struct serial_struct *ser) in sci_verify_port()
2900 struct uart_port *port = &sci_port->port; in sci_init_single() local
3014 static void sci_cleanup_single(struct sci_port *port) in sci_cleanup_single()
3021 static void serial_console_putchar(struct uart_port *port, int ch) in serial_console_putchar()
3034 struct uart_port *port = &sci_port->port; in serial_console_write() local
3070 struct uart_port *port; in serial_console_setup() local
3170 struct sci_port *port = platform_get_drvdata(dev); in sci_remove() local