Symbol: imx_port
drivers/tty/serial/imx.c
1078
struct imx_port *sport = to_imx_port(port);
drivers/tty/serial/imx.c
1093
struct imx_port *sport = to_imx_port(port);
drivers/tty/serial/imx.c
1104
struct imx_port *sport = to_imx_port(port);
drivers/tty/serial/imx.c
1147
struct imx_port *sport = to_imx_port(port);
drivers/tty/serial/imx.c
1169
struct imx_port *sport = timer_container_of(sport, t, timer);
drivers/tty/serial/imx.c
1191
struct imx_port *sport = data;
drivers/tty/serial/imx.c
1269
static int imx_uart_start_rx_dma(struct imx_port *sport)
drivers/tty/serial/imx.c
1307
static void imx_uart_clear_rx_errors(struct imx_port *sport)
drivers/tty/serial/imx.c
1347
static void imx_uart_setup_ufcr(struct imx_port *sport,
drivers/tty/serial/imx.c
1358
static void imx_uart_dma_exit(struct imx_port *sport)
drivers/tty/serial/imx.c
1376
static int imx_uart_dma_init(struct imx_port *sport)
drivers/tty/serial/imx.c
1439
static void imx_uart_enable_dma(struct imx_port *sport)
drivers/tty/serial/imx.c
1453
static void imx_uart_disable_dma(struct imx_port *sport)
drivers/tty/serial/imx.c
1472
struct imx_port *sport = to_imx_port(port);
drivers/tty/serial/imx.c
1591
struct imx_port *sport = to_imx_port(port);
drivers/tty/serial/imx.c
1716
struct imx_port *sport = to_imx_port(port);
drivers/tty/serial/imx.c
1743
struct imx_port *sport = to_imx_port(port);
drivers/tty/serial/imx.c
1946
struct imx_port *sport = to_imx_port(port);
drivers/tty/serial/imx.c
1995
struct imx_port *sport = to_imx_port(port);
drivers/tty/serial/imx.c
2004
struct imx_port *sport = to_imx_port(port);
drivers/tty/serial/imx.c
2026
struct imx_port *sport = to_imx_port(port);
drivers/tty/serial/imx.c
2080
static struct imx_port *imx_uart_ports[UART_NR];
drivers/tty/serial/imx.c
2085
struct imx_port *sport = to_imx_port(port);
drivers/tty/serial/imx.c
2112
struct imx_port *sport = imx_uart_ports[co->index];
drivers/tty/serial/imx.c
2153
struct imx_port *sport = imx_uart_ports[co->index];
drivers/tty/serial/imx.c
2221
imx_uart_console_get_options(struct imx_port *sport, int *baud,
drivers/tty/serial/imx.c
2282
struct imx_port *sport;
drivers/tty/serial/imx.c
2332
struct imx_port *sport = imx_uart_ports[co->index];
drivers/tty/serial/imx.c
2373
struct imx_port *sport = container_of(t, struct imx_port, trigger_start_tx);
drivers/tty/serial/imx.c
2386
struct imx_port *sport = container_of(t, struct imx_port, trigger_stop_tx);
drivers/tty/serial/imx.c
2411
struct imx_port *sport;
drivers/tty/serial/imx.c
2648
struct imx_port *sport = platform_get_drvdata(pdev);
drivers/tty/serial/imx.c
2653
static void imx_uart_restore_context(struct imx_port *sport)
drivers/tty/serial/imx.c
2677
static void imx_uart_save_context(struct imx_port *sport)
drivers/tty/serial/imx.c
2698
static void imx_uart_enable_wakeup(struct imx_port *sport, bool on)
drivers/tty/serial/imx.c
271
static inline struct imx_port *to_imx_port(struct uart_port *port)
drivers/tty/serial/imx.c
273
return container_of(port, struct imx_port, port);
drivers/tty/serial/imx.c
2749
struct imx_port *sport = dev_get_drvdata(dev);
drivers/tty/serial/imx.c
276
static inline void imx_uart_writel(struct imx_port *sport, u32 val, u32 offset)
drivers/tty/serial/imx.c
2762
struct imx_port *sport = dev_get_drvdata(dev);
drivers/tty/serial/imx.c
2778
struct imx_port *sport = dev_get_drvdata(dev);
drivers/tty/serial/imx.c
2796
struct imx_port *sport = dev_get_drvdata(dev);
drivers/tty/serial/imx.c
281
static inline u32 imx_uart_readl(struct imx_port *sport, u32 offset)
drivers/tty/serial/imx.c
2811
struct imx_port *sport = dev_get_drvdata(dev);
drivers/tty/serial/imx.c
2820
struct imx_port *sport = dev_get_drvdata(dev);
drivers/tty/serial/imx.c
286
static inline unsigned imx_uart_uts_reg(struct imx_port *sport)
drivers/tty/serial/imx.c
291
static inline int imx_uart_is_imx1(struct imx_port *sport)
drivers/tty/serial/imx.c
300
static void imx_uart_ucrs_save(struct imx_port *sport,
drivers/tty/serial/imx.c
309
static void imx_uart_ucrs_restore(struct imx_port *sport,
drivers/tty/serial/imx.c
320
static void imx_uart_rts_active(struct imx_port *sport, u32 *ucr2)
drivers/tty/serial/imx.c
328
static void imx_uart_rts_inactive(struct imx_port *sport, u32 *ucr2)
drivers/tty/serial/imx.c
342
static void imx_uart_soft_reset(struct imx_port *sport)
drivers/tty/serial/imx.c
377
static void imx_uart_disable_loopback_rs485(struct imx_port *sport)
drivers/tty/serial/imx.c
390
struct imx_port *sport = to_imx_port(port);
drivers/tty/serial/imx.c
414
struct imx_port *sport = to_imx_port(port);
drivers/tty/serial/imx.c
480
struct imx_port *sport = to_imx_port(port);
drivers/tty/serial/imx.c
525
struct imx_port *sport = to_imx_port(port);
drivers/tty/serial/imx.c
532
static void imx_uart_dma_tx(struct imx_port *sport);
drivers/tty/serial/imx.c
535
static inline void imx_uart_transmit_buffer(struct imx_port *sport)
drivers/tty/serial/imx.c
586
struct imx_port *sport = data;
drivers/tty/serial/imx.c
622
static void imx_uart_dma_tx(struct imx_port *sport)
drivers/tty/serial/imx.c
676
struct imx_port *sport = to_imx_port(port);
drivers/tty/serial/imx.c
765
struct imx_port *sport = dev_id;
drivers/tty/serial/imx.c
793
struct imx_port *sport = dev_id;
drivers/tty/serial/imx.c
807
struct imx_port *sport = dev_id;
drivers/tty/serial/imx.c
829
static void imx_uart_check_flood(struct imx_port *sport, u32 usr2)
drivers/tty/serial/imx.c
866
struct imx_port *sport = dev_id;
drivers/tty/serial/imx.c
925
struct imx_port *sport = dev_id;
drivers/tty/serial/imx.c
937
static void imx_uart_clear_rx_errors(struct imx_port *sport);
drivers/tty/serial/imx.c
943
static unsigned int imx_uart_get_hwmctrl(struct imx_port *sport)
drivers/tty/serial/imx.c
968
static void imx_uart_mctrl_check(struct imx_port *sport)
drivers/tty/serial/imx.c
994
struct imx_port *sport = dev_id;