Symbol: eg20t_port
drivers/tty/serial/pch_uart.c
1011
struct eg20t_port *priv = dev_id;
drivers/tty/serial/pch_uart.c
1087
struct eg20t_port *priv;
drivers/tty/serial/pch_uart.c
1089
priv = container_of(port, struct eg20t_port, port);
drivers/tty/serial/pch_uart.c
1099
struct eg20t_port *priv;
drivers/tty/serial/pch_uart.c
1103
priv = container_of(port, struct eg20t_port, port);
drivers/tty/serial/pch_uart.c
1124
struct eg20t_port *priv = container_of(port, struct eg20t_port, port);
drivers/tty/serial/pch_uart.c
1142
struct eg20t_port *priv;
drivers/tty/serial/pch_uart.c
1143
priv = container_of(port, struct eg20t_port, port);
drivers/tty/serial/pch_uart.c
1150
struct eg20t_port *priv;
drivers/tty/serial/pch_uart.c
1152
priv = container_of(port, struct eg20t_port, port);
drivers/tty/serial/pch_uart.c
1168
struct eg20t_port *priv;
drivers/tty/serial/pch_uart.c
1169
priv = container_of(port, struct eg20t_port, port);
drivers/tty/serial/pch_uart.c
1178
struct eg20t_port *priv;
drivers/tty/serial/pch_uart.c
1179
priv = container_of(port, struct eg20t_port, port);
drivers/tty/serial/pch_uart.c
1186
struct eg20t_port *priv;
drivers/tty/serial/pch_uart.c
1189
priv = container_of(port, struct eg20t_port, port);
drivers/tty/serial/pch_uart.c
1198
struct eg20t_port *priv;
drivers/tty/serial/pch_uart.c
1203
priv = container_of(port, struct eg20t_port, port);
drivers/tty/serial/pch_uart.c
1274
struct eg20t_port *priv;
drivers/tty/serial/pch_uart.c
1277
priv = container_of(port, struct eg20t_port, port);
drivers/tty/serial/pch_uart.c
1300
struct eg20t_port *priv;
drivers/tty/serial/pch_uart.c
1303
priv = container_of(port, struct eg20t_port, port);
drivers/tty/serial/pch_uart.c
1365
struct eg20t_port *priv;
drivers/tty/serial/pch_uart.c
1367
priv = container_of(port, struct eg20t_port, port);
drivers/tty/serial/pch_uart.c
1374
struct eg20t_port *priv;
drivers/tty/serial/pch_uart.c
1378
priv = container_of(port, struct eg20t_port, port);
drivers/tty/serial/pch_uart.c
1395
struct eg20t_port *priv;
drivers/tty/serial/pch_uart.c
1397
priv = container_of(port, struct eg20t_port, port);
drivers/tty/serial/pch_uart.c
1407
struct eg20t_port *priv;
drivers/tty/serial/pch_uart.c
1409
priv = container_of(port, struct eg20t_port, port);
drivers/tty/serial/pch_uart.c
1438
static void wait_for_xmitr(struct eg20t_port *up, int bits)
drivers/tty/serial/pch_uart.c
1474
struct eg20t_port *priv =
drivers/tty/serial/pch_uart.c
1475
container_of(port, struct eg20t_port, port);
drivers/tty/serial/pch_uart.c
1489
struct eg20t_port *priv =
drivers/tty/serial/pch_uart.c
1490
container_of(port, struct eg20t_port, port);
drivers/tty/serial/pch_uart.c
1540
struct eg20t_port *priv =
drivers/tty/serial/pch_uart.c
1541
container_of(port, struct eg20t_port, port);
drivers/tty/serial/pch_uart.c
1556
struct eg20t_port *priv;
drivers/tty/serial/pch_uart.c
1645
static struct eg20t_port *pch_uart_init_port(struct pci_dev *pdev,
drivers/tty/serial/pch_uart.c
1648
struct eg20t_port *priv;
drivers/tty/serial/pch_uart.c
1661
priv = kzalloc_obj(struct eg20t_port);
drivers/tty/serial/pch_uart.c
1746
static void pch_uart_exit_port(struct eg20t_port *priv)
drivers/tty/serial/pch_uart.c
1758
struct eg20t_port *priv = pci_get_drvdata(pdev);
drivers/tty/serial/pch_uart.c
1773
struct eg20t_port *priv = dev_get_drvdata(dev);
drivers/tty/serial/pch_uart.c
1782
struct eg20t_port *priv = dev_get_drvdata(dev);
drivers/tty/serial/pch_uart.c
1819
struct eg20t_port *priv;
drivers/tty/serial/pch_uart.c
281
static struct eg20t_port *pch_uart_ports[PCH_UART_NR];
drivers/tty/serial/pch_uart.c
296
struct eg20t_port *priv = file->private_data;
drivers/tty/serial/pch_uart.c
411
static void pch_uart_hal_enable_interrupt(struct eg20t_port *priv,
drivers/tty/serial/pch_uart.c
419
static void pch_uart_hal_disable_interrupt(struct eg20t_port *priv,
drivers/tty/serial/pch_uart.c
427
static int pch_uart_hal_set_line(struct eg20t_port *priv, unsigned int baud,
drivers/tty/serial/pch_uart.c
472
static int pch_uart_hal_fifo_reset(struct eg20t_port *priv,
drivers/tty/serial/pch_uart.c
489
static int pch_uart_hal_set_fifo(struct eg20t_port *priv,
drivers/tty/serial/pch_uart.c
542
static u8 pch_uart_hal_get_modem(struct eg20t_port *priv)
drivers/tty/serial/pch_uart.c
549
static int pch_uart_hal_read(struct eg20t_port *priv, unsigned char *buf,
drivers/tty/serial/pch_uart.c
575
static unsigned char pch_uart_hal_get_iid(struct eg20t_port *priv)
drivers/tty/serial/pch_uart.c
581
static u8 pch_uart_hal_get_line_status(struct eg20t_port *priv)
drivers/tty/serial/pch_uart.c
586
static void pch_uart_hal_set_break(struct eg20t_port *priv, int on)
drivers/tty/serial/pch_uart.c
599
static void push_rx(struct eg20t_port *priv, const unsigned char *buf,
drivers/tty/serial/pch_uart.c
609
static int dma_push_rx(struct eg20t_port *priv, int size)
drivers/tty/serial/pch_uart.c
632
struct eg20t_port *priv;
drivers/tty/serial/pch_uart.c
633
priv = container_of(port, struct eg20t_port, port);
drivers/tty/serial/pch_uart.c
673
struct eg20t_port *priv =
drivers/tty/serial/pch_uart.c
674
container_of(port, struct eg20t_port, port);
drivers/tty/serial/pch_uart.c
730
struct eg20t_port *priv = arg;
drivers/tty/serial/pch_uart.c
745
struct eg20t_port *priv = arg;
drivers/tty/serial/pch_uart.c
762
static int handle_rx_to(struct eg20t_port *priv)
drivers/tty/serial/pch_uart.c
781
static int dma_handle_rx(struct eg20t_port *priv)
drivers/tty/serial/pch_uart.c
787
priv = container_of(port, struct eg20t_port, port);
drivers/tty/serial/pch_uart.c
815
static unsigned int handle_tx(struct eg20t_port *priv)
drivers/tty/serial/pch_uart.c
857
static unsigned int dma_handle_tx(struct eg20t_port *priv)
drivers/tty/serial/pch_uart.c
976
static void pch_uart_err_ir(struct eg20t_port *priv, unsigned int lsr)