Lines Matching defs:port

206 static inline u32 atmel_uart_readl(struct uart_port *port, u32 reg)  in atmel_uart_readl()
211 static inline void atmel_uart_writel(struct uart_port *port, u32 reg, u32 value) in atmel_uart_writel()
216 static inline u8 atmel_uart_read_char(struct uart_port *port) in atmel_uart_read_char()
221 static inline void atmel_uart_write_char(struct uart_port *port, u8 value) in atmel_uart_write_char()
226 static inline int atmel_uart_is_half_duplex(struct uart_port *port) in atmel_uart_is_half_duplex()
239 static bool atmel_use_pdc_rx(struct uart_port *port) in atmel_use_pdc_rx()
246 static bool atmel_use_pdc_tx(struct uart_port *port) in atmel_use_pdc_tx()
253 static bool atmel_use_pdc_rx(struct uart_port *port) in atmel_use_pdc_rx()
258 static bool atmel_use_pdc_tx(struct uart_port *port) in atmel_use_pdc_tx()
264 static bool atmel_use_dma_tx(struct uart_port *port) in atmel_use_dma_tx()
271 static bool atmel_use_dma_rx(struct uart_port *port) in atmel_use_dma_rx()
278 static bool atmel_use_fifo(struct uart_port *port) in atmel_use_fifo()
293 static int atmel_config_rs485(struct uart_port *port, struct ktermios *termios, in atmel_config_rs485()
331 static unsigned int atmel_calc_cd(struct uart_port *port, in atmel_calc_cd()
344 static unsigned int atmel_calc_fidi(struct uart_port *port, in atmel_calc_fidi()
358 static int atmel_config_iso7816(struct uart_port *port, in atmel_config_iso7816()
455 static u_int atmel_tx_empty(struct uart_port *port) in atmel_tx_empty()
469 static void atmel_set_mctrl(struct uart_port *port, u_int mctrl) in atmel_set_mctrl()
526 static u_int atmel_get_mctrl(struct uart_port *port) in atmel_get_mctrl()
551 static void atmel_stop_tx(struct uart_port *port) in atmel_stop_tx()
583 static void atmel_start_tx(struct uart_port *port) in atmel_start_tx()
616 static void atmel_start_rx(struct uart_port *port) in atmel_start_rx()
637 static void atmel_stop_rx(struct uart_port *port) in atmel_stop_rx()
655 static void atmel_enable_ms(struct uart_port *port) in atmel_enable_ms()
688 static void atmel_disable_ms(struct uart_port *port) in atmel_disable_ms()
721 static void atmel_break_ctl(struct uart_port *port, int break_state) in atmel_break_ctl()
735 atmel_buffer_rx_char(struct uart_port *port, unsigned int status, in atmel_buffer_rx_char()
759 static void atmel_pdc_rxerr(struct uart_port *port, unsigned int status) in atmel_pdc_rxerr()
780 static void atmel_rx_chars(struct uart_port *port) in atmel_rx_chars()
831 static void atmel_tx_chars(struct uart_port *port) in atmel_tx_chars()
859 struct uart_port *port = &atmel_port->uart; in atmel_complete_tx_dma() local
899 static void atmel_release_tx_dma(struct uart_port *port) in atmel_release_tx_dma()
919 static void atmel_tx_dma(struct uart_port *port) in atmel_tx_dma()
1010 static int atmel_prepare_tx_dma(struct uart_port *port) in atmel_prepare_tx_dma()
1078 struct uart_port *port = arg; in atmel_complete_rx_dma() local
1084 static void atmel_release_rx_dma(struct uart_port *port) in atmel_release_rx_dma()
1101 static void atmel_rx_from_dma(struct uart_port *port) in atmel_rx_from_dma()
1183 static int atmel_prepare_rx_dma(struct uart_port *port) in atmel_prepare_rx_dma()
1280 struct uart_port *port = &atmel_port->uart; in atmel_uart_timer_callback() local
1293 atmel_handle_receive(struct uart_port *port, unsigned int pending) in atmel_handle_receive()
1344 atmel_handle_transmit(struct uart_port *port, unsigned int pending) in atmel_handle_transmit()
1370 atmel_handle_status(struct uart_port *port, unsigned int pending, in atmel_handle_status()
1406 struct uart_port *port = dev_id; in atmel_interrupt() local
1437 static void atmel_release_tx_pdc(struct uart_port *port) in atmel_release_tx_pdc()
1451 static void atmel_tx_pdc(struct uart_port *port) in atmel_tx_pdc()
1497 static int atmel_prepare_tx_pdc(struct uart_port *port) in atmel_prepare_tx_pdc()
1514 static void atmel_rx_from_ring(struct uart_port *port) in atmel_rx_from_ring()
1576 static void atmel_release_rx_pdc(struct uart_port *port) in atmel_release_rx_pdc()
1592 static void atmel_rx_from_pdc(struct uart_port *port) in atmel_rx_from_pdc()
1664 static int atmel_prepare_rx_pdc(struct uart_port *port) in atmel_prepare_rx_pdc()
1711 struct uart_port *port = &atmel_port->uart; in atmel_tasklet_rx_func() local
1723 struct uart_port *port = &atmel_port->uart; in atmel_tasklet_tx_func() local
1764 static void atmel_set_ops(struct uart_port *port) in atmel_set_ops()
1800 static void atmel_get_ip_name(struct uart_port *port) in atmel_get_ip_name()
1875 static int atmel_startup(struct uart_port *port) in atmel_startup()
2003 static void atmel_flush_buffer(struct uart_port *port) in atmel_flush_buffer()
2021 static void atmel_shutdown(struct uart_port *port) in atmel_shutdown()
2084 static void atmel_serial_pm(struct uart_port *port, unsigned int state, in atmel_serial_pm()
2121 static void atmel_set_termios(struct uart_port *port, in atmel_set_termios()
2383 static void atmel_set_ldisc(struct uart_port *port, struct ktermios *termios) in atmel_set_ldisc()
2403 static const char *atmel_type(struct uart_port *port) in atmel_type()
2411 static void atmel_release_port(struct uart_port *port) in atmel_release_port()
2427 static int atmel_request_port(struct uart_port *port) in atmel_request_port()
2449 static void atmel_config_port(struct uart_port *port, int flags) in atmel_config_port()
2460 static int atmel_verify_port(struct uart_port *port, struct serial_struct *ser) in atmel_verify_port()
2481 static int atmel_poll_get_char(struct uart_port *port) in atmel_poll_get_char()
2489 static void atmel_poll_put_char(struct uart_port *port, unsigned char ch) in atmel_poll_put_char()
2537 struct uart_port *port = &atmel_port->uart; in atmel_init_port() local
2580 static void atmel_console_putchar(struct uart_port *port, unsigned char ch) in atmel_console_putchar()
2592 struct uart_port *port = &atmel_ports[co->index].uart; in atmel_console_write() local
2634 static void __init atmel_console_get_options(struct uart_port *port, int *baud, in atmel_console_get_options()
2664 struct uart_port *port = &atmel_ports[co->index].uart; in atmel_console_setup() local
2752 struct uart_port *port = dev_get_drvdata(dev); in atmel_serial_suspend() local
2794 struct uart_port *port = dev_get_drvdata(dev); in atmel_serial_resume() local
3006 struct uart_port *port = platform_get_drvdata(pdev); in atmel_serial_remove() local