uart_8250_em485   627 drivers/tty/serial/8250/8250_port.c 	p->em485 = kmalloc(sizeof(struct uart_8250_em485), GFP_ATOMIC);
uart_8250_em485  1416 drivers/tty/serial/8250/8250_port.c 	struct uart_8250_em485 *em485;
uart_8250_em485  1420 drivers/tty/serial/8250/8250_port.c 	em485 = container_of(t, struct uart_8250_em485, stop_tx_timer);
uart_8250_em485  1445 drivers/tty/serial/8250/8250_port.c 	struct uart_8250_em485 *em485 = p->em485;
uart_8250_em485  1468 drivers/tty/serial/8250/8250_port.c 	struct uart_8250_em485 *em485 = p->em485;
uart_8250_em485  1535 drivers/tty/serial/8250/8250_port.c 	struct uart_8250_em485 *em485 = up->em485;
uart_8250_em485  1565 drivers/tty/serial/8250/8250_port.c 	struct uart_8250_em485 *em485;
uart_8250_em485  1569 drivers/tty/serial/8250/8250_port.c 	em485 = container_of(t, struct uart_8250_em485, start_tx_timer);
uart_8250_em485  1584 drivers/tty/serial/8250/8250_port.c 	struct uart_8250_em485 *em485 = up->em485;
uart_8250_em485   133 include/linux/serial_8250.h 	struct uart_8250_em485 *em485;