old_csize 428 drivers/tty/serial/fsl_linflexuart.c unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; old_csize 456 drivers/tty/serial/fsl_linflexuart.c termios->c_cflag |= old_csize; old_csize 457 drivers/tty/serial/fsl_linflexuart.c old_csize = CS8; old_csize 1635 drivers/tty/serial/fsl_lpuart.c unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; old_csize 1655 drivers/tty/serial/fsl_lpuart.c termios->c_cflag |= old_csize; old_csize 1656 drivers/tty/serial/fsl_lpuart.c old_csize = CS8; old_csize 1862 drivers/tty/serial/fsl_lpuart.c unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; old_csize 1877 drivers/tty/serial/fsl_lpuart.c termios->c_cflag |= old_csize; old_csize 1878 drivers/tty/serial/fsl_lpuart.c old_csize = CS8; old_csize 1571 drivers/tty/serial/imx.c unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; old_csize 1582 drivers/tty/serial/imx.c termios->c_cflag |= old_csize; old_csize 1583 drivers/tty/serial/imx.c old_csize = CS8; old_csize 446 drivers/tty/serial/pnx8xxx_uart.c unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; old_csize 454 drivers/tty/serial/pnx8xxx_uart.c termios->c_cflag |= old_csize; old_csize 455 drivers/tty/serial/pnx8xxx_uart.c old_csize = CS8; old_csize 426 drivers/tty/serial/sa1100.c unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; old_csize 434 drivers/tty/serial/sa1100.c termios->c_cflag |= old_csize; old_csize 435 drivers/tty/serial/sa1100.c old_csize = CS8;