Symbol: uart_amba_port
drivers/tty/serial/amba-pl010.c
104
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl010.c
105
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl010.c
176
static void pl010_modem_status(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl010.c
205
struct uart_amba_port *uap = dev_id;
drivers/tty/serial/amba-pl010.c
261
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl010.c
262
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl010.c
285
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl010.c
286
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl010.c
326
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl010.c
327
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl010.c
529
static struct uart_amba_port *amba_ports[UART_NR];
drivers/tty/serial/amba-pl010.c
547
struct uart_amba_port *uap = amba_ports[co->index];
drivers/tty/serial/amba-pl010.c
575
pl010_console_get_options(struct uart_amba_port *uap, int *baud,
drivers/tty/serial/amba-pl010.c
603
struct uart_amba_port *uap;
drivers/tty/serial/amba-pl010.c
61
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl010.c
62
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl010.c
664
struct uart_amba_port *uap;
drivers/tty/serial/amba-pl010.c
675
uap = devm_kzalloc(&dev->dev, sizeof(struct uart_amba_port),
drivers/tty/serial/amba-pl010.c
72
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl010.c
727
struct uart_amba_port *uap = amba_get_drvdata(dev);
drivers/tty/serial/amba-pl010.c
73
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl010.c
746
struct uart_amba_port *uap = dev_get_drvdata(dev);
drivers/tty/serial/amba-pl010.c
756
struct uart_amba_port *uap = dev_get_drvdata(dev);
drivers/tty/serial/amba-pl010.c
83
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl010.c
84
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl010.c
94
struct uart_amba_port *uap = (struct uart_amba_port *)port;
drivers/tty/serial/amba-pl011.c
1032
static inline void pl011_dma_rx_stop(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1049
struct uart_amba_port *uap = timer_container_of(uap, t, dmarx.timer);
drivers/tty/serial/amba-pl011.c
1094
static void pl011_dma_startup(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1168
static void pl011_dma_shutdown(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1207
static inline bool pl011_dma_rx_available(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1212
static inline bool pl011_dma_rx_running(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1219
static inline void pl011_dma_remove(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1223
static inline void pl011_dma_startup(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1227
static inline void pl011_dma_shutdown(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1231
static inline bool pl011_dma_tx_irq(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1236
static inline void pl011_dma_tx_stop(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1240
static inline bool pl011_dma_tx_start(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1245
static inline void pl011_dma_rx_irq(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1249
static inline void pl011_dma_rx_stop(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1253
static inline int pl011_dma_rx_trigger_dma(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1258
static inline bool pl011_dma_rx_available(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1263
static inline bool pl011_dma_rx_running(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1271
static void pl011_rs485_tx_stop(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1315
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl011.c
1316
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl011.c
1333
static bool pl011_tx_chars(struct uart_amba_port *uap, bool from_irq);
drivers/tty/serial/amba-pl011.c
1336
static void pl011_start_tx_pio(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1344
static void pl011_rs485_tx_start(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1385
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl011.c
1386
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl011.c
1401
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl011.c
1402
container_of(t, struct uart_amba_port, trigger_start_tx);
drivers/tty/serial/amba-pl011.c
1415
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl011.c
1416
container_of(t, struct uart_amba_port, trigger_stop_tx);
drivers/tty/serial/amba-pl011.c
1429
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl011.c
1430
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl011.c
1450
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl011.c
1451
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl011.c
1457
static void pl011_rx_chars(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1490
static bool pl011_tx_char(struct uart_amba_port *uap, unsigned char c,
drivers/tty/serial/amba-pl011.c
1504
static bool pl011_tx_chars(struct uart_amba_port *uap, bool from_irq)
drivers/tty/serial/amba-pl011.c
1549
static void pl011_modem_status(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1574
static void check_apply_cts_event_workaround(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1593
struct uart_amba_port *uap = dev_id;
drivers/tty/serial/amba-pl011.c
1633
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl011.c
1634
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl011.c
1651
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl011.c
1652
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl011.c
1674
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl011.c
1675
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl011.c
1696
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl011.c
1697
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl011.c
1715
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl011.c
1716
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl011.c
1738
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl011.c
1739
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl011.c
1757
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl011.c
1758
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl011.c
1770
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl011.c
1771
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl011.c
1808
static bool pl011_split_lcrh(const struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1814
static void pl011_write_lcr_h(struct uart_amba_port *uap, unsigned int lcr_h)
drivers/tty/serial/amba-pl011.c
1829
static int pl011_allocate_irq(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1841
static void pl011_enable_interrupts(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1873
struct uart_amba_port *uap = container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl011.c
1896
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl011.c
1897
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl011.c
1943
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl011.c
1944
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl011.c
1963
static void pl011_shutdown_channel(struct uart_amba_port *uap, unsigned int lcrh)
drivers/tty/serial/amba-pl011.c
1977
static void pl011_disable_uart(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
1997
static void pl011_disable_interrupts(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
2011
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl011.c
2012
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl011.c
2046
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl011.c
2047
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl011.c
2093
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl011.c
2094
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl011.c
2232
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl011.c
2233
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl011.c
2251
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl011.c
2252
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl011.c
2286
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl011.c
2287
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl011.c
2358
static struct uart_amba_port *amba_ports[UART_NR];
drivers/tty/serial/amba-pl011.c
2364
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl011.c
2365
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl011.c
2373
static void pl011_console_get_options(struct uart_amba_port *uap, int *baud,
drivers/tty/serial/amba-pl011.c
2408
struct uart_amba_port *uap;
drivers/tty/serial/amba-pl011.c
2521
struct uart_amba_port *uap = amba_ports[co->index];
drivers/tty/serial/amba-pl011.c
2553
struct uart_amba_port *uap = amba_ports[co->index];
drivers/tty/serial/amba-pl011.c
2787
static void pl011_unregister_port(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
2814
static int pl011_setup_port(struct device *dev, struct uart_amba_port *uap,
drivers/tty/serial/amba-pl011.c
2843
static int pl011_register_port(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
2879
struct uart_amba_port *uap;
drivers/tty/serial/amba-pl011.c
2888
uap = devm_kzalloc(&dev->dev, sizeof(struct uart_amba_port),
drivers/tty/serial/amba-pl011.c
289
static unsigned int pl011_reg_to_offset(const struct uart_amba_port *uap,
drivers/tty/serial/amba-pl011.c
2937
struct uart_amba_port *uap = amba_get_drvdata(dev);
drivers/tty/serial/amba-pl011.c
2946
struct uart_amba_port *uap = dev_get_drvdata(dev);
drivers/tty/serial/amba-pl011.c
295
static unsigned int pl011_read(const struct uart_amba_port *uap,
drivers/tty/serial/amba-pl011.c
2956
struct uart_amba_port *uap = dev_get_drvdata(dev);
drivers/tty/serial/amba-pl011.c
2969
struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
2979
struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
2985
struct uart_amba_port *uap;
drivers/tty/serial/amba-pl011.c
3008
uap = devm_kzalloc(&pdev->dev, sizeof(struct uart_amba_port),
drivers/tty/serial/amba-pl011.c
304
static void pl011_write(unsigned int val, const struct uart_amba_port *uap,
drivers/tty/serial/amba-pl011.c
3042
struct uart_amba_port *uap = platform_get_drvdata(pdev);
drivers/tty/serial/amba-pl011.c
320
static int pl011_fifo_to_tty(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
399
static void pl011_dma_probe(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
529
static void pl011_dma_remove(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
538
static int pl011_dma_tx_refill(struct uart_amba_port *uap);
drivers/tty/serial/amba-pl011.c
539
static void pl011_start_tx_pio(struct uart_amba_port *uap);
drivers/tty/serial/amba-pl011.c
547
struct uart_amba_port *uap = data;
drivers/tty/serial/amba-pl011.c
596
static int pl011_dma_tx_refill(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
684
static bool pl011_dma_tx_irq(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
718
static inline void pl011_dma_tx_stop(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
734
static inline bool pl011_dma_tx_start(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
795
struct uart_amba_port *uap =
drivers/tty/serial/amba-pl011.c
796
container_of(port, struct uart_amba_port, port);
drivers/tty/serial/amba-pl011.c
814
static int pl011_dma_rx_trigger_dma(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
862
static void pl011_dma_rx_chars(struct uart_amba_port *uap,
drivers/tty/serial/amba-pl011.c
931
static void pl011_dma_rx_irq(struct uart_amba_port *uap)
drivers/tty/serial/amba-pl011.c
981
struct uart_amba_port *uap = data;