Searched refs:CREAD (Results 26 - 50 of 84) sorted by relevance

1234

/linux-master/drivers/tty/serial/
H A Dsunzilog.c932 if ((cflag & CREAD) == 0)
1284 up->cflag = B1200 | CS8 | CLOCAL | CREAD;
1287 up->cflag = B4800 | CS8 | CLOCAL | CREAD;
H A Damba-pl010.c418 * Ignore all characters if CREAD is not set.
420 if ((termios->c_cflag & CREAD) == 0)
H A Ddz.c608 if (termios->c_cflag & CREAD)
H A Dclps711x.c303 if (!(termios->c_cflag & CREAD))
H A Ddigicolor-usart.c332 if (!(termios->c_cflag & CREAD))
H A Dmilbeaut_usio.c352 if ((termios->c_cflag & CREAD) == 0)
H A Dsunplus-uart.c71 #define SUP_DUMMY_READ BIT(16) /* drop bytes received on a !CREAD port */
398 /* Ignore all characters if CREAD is not set */
399 if ((termios->c_cflag & CREAD) == 0) {
H A Dsifive.c664 /* Ignore all characters if CREAD is not set */
667 if ((termios->c_cflag & CREAD) == 0)
H A Dbcm63xx_uart.c543 if (!(new->c_cflag & CREAD))
H A Dlpc32xx_hs.c493 if ((termios->c_cflag & CREAD) == 0)
H A Dip22zilog.c867 if ((cflag & CREAD) == 0)
H A Dsb1250-duart.c603 if (termios->c_cflag & CREAD)
H A Duartlite.c275 /* don't forward any more data (like !CREAD) */
345 /* ignore all characters if CREAD is not set */
346 if ((termios->c_cflag & CREAD) == 0)
H A Dlantiq.c445 if ((cflag & CREAD) == 0)
H A Dsccnxp.c702 if (!(termios->c_cflag & CREAD))
H A Dserial_txx9.c660 * ignore all characters if CREAD is not set
662 if ((termios->c_cflag & CREAD) == 0)
/linux-master/drivers/usb/host/
H A Dxhci-dbgtty.c556 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
/linux-master/drivers/tty/
H A Damiserial.c673 * !!! ignore all characters if CREAD is not set
675 if ((cflag & CREAD) == 0)
1505 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
H A Dvcc.c101 .c_cflag = B38400 | CS8 | CREAD | HUPCL,
/linux-master/drivers/tty/hvc/
H A Dhvsi.c1053 driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL;
H A Dhvcs.c184 .c_cflag = B38400 | CS8 | CREAD | HUPCL,
/linux-master/drivers/staging/greybus/
H A Duart.c965 CREAD | HUPCL | CLOCAL;
/linux-master/drivers/ipack/devices/
H A Dipoctal.c379 drv->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
/linux-master/net/bluetooth/rfcomm/
H A Dtty.c1143 rfcomm_tty_driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL;
/linux-master/drivers/tty/serial/jsm/
H A Djsm_neo.c1023 if (ch->ch_c_cflag & CREAD)

Completed in 414 milliseconds

1234