Symbol: CREAD
arch/sh/kernel/sh_bios.c
122
int cflag = CREAD | HUPCL | CLOCAL;
arch/xtensa/platforms/iss/console.c
125
B9600 | CS8 | CREAD | HUPCL | CLOCAL;
drivers/accessibility/speakup/serialio.c
52
int cflag = CREAD | HUPCL | CLOCAL | B9600 | CS8;
drivers/ipack/devices/ipoctal.c
379
drv->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
drivers/isdn/capi/capi.c
1281
drv->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
drivers/mmc/core/sdio_uart.c
1132
tty_drv->init_termios.c_cflag = B4800 | CS8 | CREAD | HUPCL | CLOCAL;
drivers/mmc/core/sdio_uart.c
310
if ((termios->c_cflag & CREAD) == 0)
drivers/staging/greybus/uart.c
966
CREAD | HUPCL | CLOCAL;
drivers/tty/amiserial.c
1505
B9600 | CS8 | CREAD | HUPCL | CLOCAL;
drivers/tty/amiserial.c
675
if ((cflag & CREAD) == 0)
drivers/tty/hvc/hvcs.c
184
.c_cflag = B38400 | CS8 | CREAD | HUPCL,
drivers/tty/hvc/hvsi.c
1053
driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL;
drivers/tty/ipwireless/tty.c
580
B9600 | CS8 | CREAD | HUPCL | CLOCAL;
drivers/tty/moxa.c
1163
moxaDriver->init_termios.c_cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL;
drivers/tty/moxa.c
969
p->cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL;
drivers/tty/mxser.c
1849
mxvar_sdriver->init_termios.c_cflag = B9600|CS8|CREAD|HUPCL|CLOCAL;
drivers/tty/nozomi.c
1819
ntty_driver->init_termios.c_cflag = B115200 | CS8 | CREAD | \
drivers/tty/pty.c
270
tty->termios.c_cflag |= (CS8 | CREAD);
drivers/tty/pty.c
555
pty_driver->init_termios.c_cflag = B38400 | CS8 | CREAD;
drivers/tty/pty.c
569
pty_slave_driver->init_termios.c_cflag = B38400 | CS8 | CREAD;
drivers/tty/pty.c
873
ptm_driver->init_termios.c_cflag = B38400 | CS8 | CREAD;
drivers/tty/pty.c
887
pts_driver->init_termios.c_cflag = B38400 | CS8 | CREAD;
drivers/tty/serial/21285.c
301
if ((termios->c_cflag & CREAD) == 0)
drivers/tty/serial/8250/8250_omap.c
426
if ((termios->c_cflag & CREAD) == 0)
drivers/tty/serial/8250/8250_port.c
2687
if ((termios->c_cflag & CREAD) == 0)
drivers/tty/serial/amba-pl010.c
420
if ((termios->c_cflag & CREAD) == 0)
drivers/tty/serial/amba-pl011.c
2085
if ((termios->c_cflag & CREAD) == 0)
drivers/tty/serial/apbuart.c
246
if ((termios->c_cflag & CREAD) == 0)
drivers/tty/serial/ar933x_uart.c
333
if ((new->c_cflag & CREAD) == 0)
drivers/tty/serial/bcm63xx_uart.c
546
if (!(new->c_cflag & CREAD))
drivers/tty/serial/clps711x.c
303
if (!(termios->c_cflag & CREAD))
drivers/tty/serial/cpm_uart.c
569
if ((termios->c_cflag & CREAD) == 0)
drivers/tty/serial/digicolor-usart.c
332
if (!(termios->c_cflag & CREAD))
drivers/tty/serial/dz.c
607
if (termios->c_cflag & CREAD)
drivers/tty/serial/icom.c
1450
if ((cflag & CREAD) == 0)
drivers/tty/serial/imx.c
1838
if ((termios->c_cflag & CREAD) == 0)
drivers/tty/serial/ip22zilog.c
861
if ((cflag & CREAD) == 0)
drivers/tty/serial/jsm/jsm_cls.c
735
if (ch->ch_c_cflag & CREAD)
drivers/tty/serial/jsm/jsm_neo.c
1011
if (ch->ch_c_cflag & CREAD)
drivers/tty/serial/lantiq.c
445
if ((cflag & CREAD) == 0)
drivers/tty/serial/lpc32xx_hs.c
493
if ((termios->c_cflag & CREAD) == 0)
drivers/tty/serial/max310x.c
955
if (!(termios->c_cflag & CREAD))
drivers/tty/serial/milbeaut_usio.c
353
if ((termios->c_cflag & CREAD) == 0)
drivers/tty/serial/mvebu-uart.c
554
if ((termios->c_cflag & CREAD) == 0)
drivers/tty/serial/mvebu-uart.c
580
termios->c_cflag &= CREAD | CBAUD;
drivers/tty/serial/mvebu-uart.c
581
termios->c_cflag |= old->c_cflag & ~(CREAD | CBAUD);
drivers/tty/serial/mxs-auart.c
991
if (cflag & CREAD)
drivers/tty/serial/omap-serial.c
850
if ((termios->c_cflag & CREAD) == 0)
drivers/tty/serial/pmac_zilog.c
1050
if ((cflag & CREAD) == 0)
drivers/tty/serial/pxa.c
475
if ((termios->c_cflag & CREAD) == 0)
drivers/tty/serial/rp2.c
388
port->ignore_status_mask = (new->c_cflag & CREAD) ? 0 : RP2_DUMMY_READ;
drivers/tty/serial/rp2.c
624
__rp2_uart_set_termios(up, CS8 | CREAD | CLOCAL, 0, DEFAULT_BAUD_DIV);
drivers/tty/serial/rsci.c
324
if ((termios->c_cflag & CREAD) != 0)
drivers/tty/serial/samsung_tty.c
1620
if ((termios->c_cflag & CREAD) == 0)
drivers/tty/serial/sb1250-duart.c
604
if (termios->c_cflag & CREAD)
drivers/tty/serial/sc16is7xx.c
1037
if (!(termios->c_cflag & CREAD))
drivers/tty/serial/sccnxp.c
706
if (!(termios->c_cflag & CREAD))
drivers/tty/serial/serial-tegra.c
1385
if ((termios->c_cflag & CREAD) == 0)
drivers/tty/serial/serial_core.c
2211
termios.c_cflag |= CREAD | HUPCL | CLOCAL;
drivers/tty/serial/serial_core.c
2742
normal->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
drivers/tty/serial/serial_txx9.c
662
if ((termios->c_cflag & CREAD) == 0)
drivers/tty/serial/sh-sci.c
2922
if ((termios->c_cflag & CREAD) != 0)
drivers/tty/serial/sifive.c
675
if ((termios->c_cflag & CREAD) == 0)
drivers/tty/serial/st-asc.c
577
if (!(termios->c_cflag & CREAD))
drivers/tty/serial/stm32-usart.c
1339
if ((termios->c_cflag & CREAD) == 0)
drivers/tty/serial/suncore.c
118
cflag = CREAD | HUPCL | CLOCAL;
drivers/tty/serial/sunhv.c
344
if ((cflag & CREAD) == 0)
drivers/tty/serial/sunplus-uart.c
401
if ((termios->c_cflag & CREAD) == 0) {
drivers/tty/serial/sunsab.c
758
if ((cflag & CREAD) == 0)
drivers/tty/serial/sunsu.c
1171
up->cflag = B1200 | CS8 | CLOCAL | CREAD;
drivers/tty/serial/sunsu.c
1174
up->cflag = B4800 | CS8 | CLOCAL | CREAD;
drivers/tty/serial/sunsu.c
838
if ((cflag & CREAD) == 0)
drivers/tty/serial/sunzilog.c
1283
up->cflag = B1200 | CS8 | CLOCAL | CREAD;
drivers/tty/serial/sunzilog.c
1286
up->cflag = B4800 | CS8 | CLOCAL | CREAD;
drivers/tty/serial/sunzilog.c
931
if ((cflag & CREAD) == 0)
drivers/tty/serial/uartlite.c
349
if ((termios->c_cflag & CREAD) == 0)
drivers/tty/serial/ucc_uart.c
922
if ((termios->c_cflag & CREAD) == 0)
drivers/tty/serial/xilinx_uartps.c
877
if ((termios->c_cflag & CREAD) == 0)
drivers/tty/serial/zs.c
936
if (termios->c_cflag & CREAD)
drivers/tty/synclink_gt.c
2432
(info->port.tty && info->port.tty->termios.c_cflag & CREAD))
drivers/tty/synclink_gt.c
3690
B9600 | CS8 | CREAD | HUPCL | CLOCAL;
drivers/tty/tty_io.c
127
.c_cflag = B38400 | CS8 | CREAD | HUPCL,
drivers/tty/tty_ioctl.c
235
new->c_cflag &= HUPCL | CREAD | CLOCAL;
drivers/tty/tty_ioctl.c
236
new->c_cflag |= old->c_cflag & ~(HUPCL | CREAD | CLOCAL);
drivers/tty/tty_ioctl.c
256
if ((a->c_cflag ^ b->c_cflag) & ~(HUPCL | CREAD | CLOCAL))
drivers/tty/vcc.c
101
.c_cflag = B38400 | CS8 | CREAD | HUPCL,
drivers/usb/class/cdc-acm.c
2107
acm_tty_driver->init_termios.c_cflag = B9600 | CS8 | CREAD |
drivers/usb/gadget/function/u_serial.c
1569
B9600 | CS8 | CREAD | HUPCL | CLOCAL;
drivers/usb/host/xhci-dbgtty.c
643
B9600 | CS8 | CREAD | HUPCL | CLOCAL;
drivers/usb/serial/console.c
62
int cflag = CREAD | HUPCL | CLOCAL;
drivers/usb/serial/digi_acceleport.c
822
if ((cflag & CREAD) != (old_cflag & CREAD)) {
drivers/usb/serial/digi_acceleport.c
823
if (cflag & CREAD)
drivers/usb/serial/iuu_phoenix.c
950
tty->termios.c_cflag = B9600 | CS8 | CSTOPB | CREAD | PARENB | CLOCAL;
drivers/usb/serial/usb-serial.c
1337
usb_serial_tty_driver->init_termios.c_cflag = B9600 | CS8 | CREAD
include/linux/tty.h
91
#define C_CREAD(tty) _C_FLAG((tty), CREAD)
net/bluetooth/rfcomm/tty.c
1131
rfcomm_tty_driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL;
tools/arch/x86/dell-uart-backlight-emulator/dell-uart-backlight-emulator.c
70
tty.c_cflag |= CLOCAL | CREAD;