Searched refs:PARENB (Results 1 - 25 of 108) sorted by last modified time

12345

/linux-master/include/linux/
H A Dtty.h92 #define C_PARENB(tty) _C_FLAG((tty), PARENB)
/linux-master/drivers/tty/serial/
H A Dstm32-usart.c1227 if (cflag & PARENB) {
1250 if (cflag & PARENB) {
H A Dserial_core.c2322 termios.c_cflag |= PARENB;
H A Dpmac_zilog.c1026 if (cflag & PARENB)
H A Dmxs-auart.c968 if (cflag & PARENB) {
H A Dxilinx_uartps.c906 if (termios->c_cflag & PARENB) {
H A Dsunplus-uart.c368 if (termios->c_cflag & PARENB) {
H A Dst-asc.c500 cflag |= PARENB;
502 ctrl_val |= (cflag & PARENB) ? ASC_CTL_MODE_8BIT_PAR :
H A Dsh-sci.c2439 if (termios->c_cflag & PARENB)
H A Dserial_txx9.c610 if (termios->c_cflag & PARENB)
H A Dsamsung_tty.c1552 if (termios->c_cflag & PARENB) {
H A Dqcom_geni_serial.c1270 if (termios->c_cflag & PARENB) {
H A Drda-uart.c280 if (termios->c_cflag & PARENB) {
H A Dpxa.c415 if (termios->c_cflag & PARENB)
H A Dpch_uart.c1317 if (termios->c_cflag & PARENB) {
H A Domap-serial.c788 if (termios->c_cflag & PARENB)
H A Dowl-uart.c343 if (termios->c_cflag & PARENB) {
H A Dmsm_serial.c1280 if (termios->c_cflag & PARENB) {
H A Dmeson_uart.c367 if (cflags & PARENB)
H A Dmax310x.c924 if (termios->c_cflag & PARENB) {
H A Dmcf.c223 if (termios->c_cflag & PARENB) {
H A Dlpc32xx_hs.c479 termios->c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD);
/linux-master/drivers/usb/serial/
H A Doti6858.c459 if ((cflag & PARENB) != 0) {
H A Dkeyspan.c2100 if (p_priv->cflag & PARENB) {
2370 if (p_priv->cflag & PARENB) {
2546 if (p_priv->cflag & PARENB) {
2672 if (p_priv->cflag & PARENB) {
H A Dftdi_sio.c2671 if ((old_termios->c_cflag & (CSIZE|PARODD|PARENB|CMSPAR|CSTOPB)) ==
2672 (termios->c_cflag & (CSIZE|PARODD|PARENB|CMSPAR|CSTOPB)))
2681 if (cflag & PARENB) {

Completed in 328 milliseconds

12345