Searched refs:tty_get_frame_size (Results 1 - 9 of 9) sorted by path

/linux-master/drivers/tty/serial/
H A Damba-pl011.c2088 bits = tty_get_frame_size(termios->c_cflag);
H A Dcpm_uart.c575 unsigned int bits = tty_get_frame_size(termios->c_cflag);
H A Dfsl_lpuart.c1353 unsigned int bits = tty_get_frame_size(termios->c_cflag);
H A Dserial-tegra.c1338 tup->symb_bit = tty_get_frame_size(termios->c_cflag);
H A Dserial_core.c426 u64 temp = tty_get_frame_size(cflag);
H A Dsh-sci.c2552 bits = tty_get_frame_size(termios->c_cflag);
H A Ducc_uart.c942 iowrite8(tty_get_frame_size(termios->c_cflag), &uccup->rx_length);
/linux-master/drivers/tty/
H A Dtty_ioctl.c289 * tty_get_frame_size - get size of a frame
298 unsigned char tty_get_frame_size(unsigned int cflag) function
311 EXPORT_SYMBOL_GPL(tty_get_frame_size); variable
/linux-master/include/linux/
H A Dtty.h445 unsigned char tty_get_frame_size(unsigned int cflag);

Completed in 291 milliseconds