/linux-4.4.14/arch/sh/kernel/ |
D | sh_bios.c | 125 int cflag = CREAD | HUPCL | CLOCAL; in sh_console_setup()
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | termbits.h | 161 #define HUPCL 00040000 macro
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | termbits.h | 140 #define HUPCL 0002000 macro
|
/linux-4.4.14/arch/ia64/include/uapi/asm/ |
D | termbits.h | 149 #define HUPCL 0002000 macro
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | termbits.h | 141 #define HUPCL 0002000 macro
|
/linux-4.4.14/arch/xtensa/include/uapi/asm/ |
D | termbits.h | 157 #define HUPCL 0002000 macro
|
/linux-4.4.14/arch/avr32/include/uapi/asm/ |
D | termbits.h | 140 #define HUPCL 0002000 macro
|
/linux-4.4.14/arch/frv/include/uapi/asm/ |
D | termbits.h | 141 #define HUPCL 0002000 macro
|
/linux-4.4.14/arch/m32r/include/uapi/asm/ |
D | termbits.h | 140 #define HUPCL 0002000 macro
|
/linux-4.4.14/arch/mn10300/include/uapi/asm/ |
D | termbits.h | 141 #define HUPCL 0002000 macro
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | termbits.h | 170 #define HUPCL 00040000 macro
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | termbits.h | 164 #define HUPCL 0002000 /* Hang up on last close. */ macro
|
/linux-4.4.14/arch/cris/include/uapi/asm/ |
D | termbits.h | 166 #define HUPCL 0002000 macro
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | termbits.h | 172 #define HUPCL 0x00000400 macro
|
/linux-4.4.14/arch/xtensa/platforms/iss/ |
D | console.c | 205 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in rs_init()
|
/linux-4.4.14/drivers/tty/serial/ |
D | suncore.c | 116 cflag = CREAD | HUPCL | CLOCAL; in sunserial_console_termios()
|
D | 21285.c | 218 termios->c_cflag &= ~(HUPCL | CRTSCTS | CMSPAR); in serial21285_set_termios()
|
D | tilegx.c | 664 tty_drv->init_termios.c_cflag = B115200 | CS8 | CREAD | HUPCL | CLOCAL; in tilegx_init()
|
D | lpc32xx_hs.c | 546 termios->c_cflag &= ~(HUPCL | CMSPAR | CLOCAL | CRTSCTS); in serial_lpc32xx_set_termios()
|
D | serial_core.c | 243 if (!tty || (tty->termios.c_cflag & HUPCL)) in uart_shutdown() 1945 termios.c_cflag = CREAD | HUPCL | CLOCAL; in uart_set_options() 2423 normal->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL; in uart_register_driver()
|
D | 68328serial.c | 1177 m68328_console_cbaud | CS8 | CREAD | HUPCL | CLOCAL;
|
D | serial_txx9.c | 640 termios->c_cflag &= ~(HUPCL | CMSPAR); in serial_txx9_set_termios()
|
D | crisv10.c | 2772 if (!info->port.tty || (info->port.tty->termios.c_cflag & HUPCL)) { in shutdown() 4177 B115200 | CS8 | CREAD | HUPCL | CLOCAL; /* is normally B9600 default... */ in rs_init()
|
D | samsung.c | 1249 termios->c_cflag &= ~(HUPCL | CMSPAR); in s3c24xx_serial_set_termios()
|
/linux-4.4.14/drivers/staging/speakup/ |
D | serialio.c | 30 int cflag = CREAD | HUPCL | CLOCAL | B9600 | CS8; in spk_serial_init()
|
/linux-4.4.14/drivers/usb/serial/ |
D | console.c | 65 int cflag = CREAD | HUPCL | CLOCAL; in usb_console_setup()
|
D | cypress_m8.c | 881 tty->termios.c_cflag = B4800 | CS8 | CREAD | HUPCL | in cypress_set_termios() 887 tty->termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | in cypress_set_termios() 893 tty->termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | in cypress_set_termios()
|
D | spcp8x5.c | 283 tty->termios.c_cflag = B115200 | CS8 | CREAD | HUPCL | CLOCAL; in spcp8x5_init_termios()
|
D | ark3116.c | 212 | CREAD | HUPCL | CLOCAL; in ark3116_init_termios()
|
D | oti6858.c | 397 tty->termios.c_cflag = B38400 | CS8 | CREAD | HUPCL | CLOCAL; in oti6858_init_termios()
|
D | usb-serial.c | 1257 | HUPCL | CLOCAL; in usb_serial_init()
|
/linux-4.4.14/arch/um/drivers/ |
D | slip_user.c | 38 tios.c_cflag = CS8 | CREAD | HUPCL | CLOCAL; in set_up_tty()
|
/linux-4.4.14/drivers/staging/dgnc/ |
D | dgnc_driver.h | 83 #define DEFAULT_CFLAGS (B9600 | CS8 | CREAD | HUPCL | CLOCAL)
|
D | dgnc_tty.c | 1460 if (ch->ch_c_cflag & HUPCL) { in dgnc_tty_close()
|
/linux-4.4.14/drivers/tty/ |
D | tty_ioctl.c | 505 new->c_cflag &= HUPCL | CREAD | CLOCAL; in tty_termios_copy_hw() 506 new->c_cflag |= old->c_cflag & ~(HUPCL | CREAD | CLOCAL); in tty_termios_copy_hw() 525 if ((a->c_cflag ^ b->c_cflag) & ~(HUPCL | CREAD | CLOCAL)) in tty_termios_hw_change()
|
D | amiserial.c | 643 if (tty->termios.c_cflag & HUPCL) in shutdown() 1709 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in amiga_serial_probe()
|
D | moxa.c | 853 p->cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL; in moxa_init_board() 1060 moxaDriver->init_termios.c_cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL; in moxa_init()
|
D | cyclades.c | 1443 if (tty->termios.c_cflag & HUPCL) in cy_shutdown() 1472 if (tty->termios.c_cflag & HUPCL) in cy_shutdown() 4071 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in cy_init()
|
D | isicom.c | 1688 isicom_normal->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | in isicom_init()
|
D | nozomi.c | 1910 HUPCL | CLOCAL; in nozomi_init()
|
D | synclink_gt.c | 2485 if (!info->port.tty || info->port.tty->termios.c_cflag & HUPCL) { in shutdown() 3810 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in slgt_init()
|
D | synclinkmp.c | 2703 if (!info->port.tty || info->port.tty->termios.c_cflag & HUPCL) { in shutdown() 3987 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in synclinkmp_init()
|
D | tty_io.c | 121 .c_cflag = B38400 | CS8 | CREAD | HUPCL,
|
D | synclink.c | 1849 if (!info->port.tty || info->port.tty->termios.c_cflag & HUPCL) { in shutdown() 4340 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in mgsl_init_tty()
|
D | rocket.c | 2424 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in rp_init()
|
D | mxser.c | 2727 mxvar_sdriver->init_termios.c_cflag = B9600|CS8|CREAD|HUPCL|CLOCAL; in mxser_module_init()
|
/linux-4.4.14/drivers/staging/gdm724x/ |
D | gdm_tty.c | 322 tty_driver->init_termios.c_cflag = B9600 | CS8 | HUPCL | CLOCAL; in register_lte_tty_driver()
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvsi_lib.c | 401 if (!pv->tty || (pv->tty->termios.c_cflag & HUPCL)) in hvsilib_close()
|
D | hvsi.c | 1066 hvsi_driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL; in hvsi_init()
|
D | hvcs.c | 195 .c_cflag = B38400 | CS8 | CREAD | HUPCL,
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | debugport.c | 447 B115200 | CS8 | CREAD | HUPCL | CLOCAL; in init_dummy_console()
|
/linux-4.4.14/arch/ia64/hp/sim/ |
D | simserial.c | 508 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in simrs_init()
|
/linux-4.4.14/drivers/tty/ipwireless/ |
D | tty.c | 591 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in ipwireless_tty_init()
|
/linux-4.4.14/drivers/staging/dgap/ |
D | dgap.h | 181 #define DEFAULT_CFLAGS (B9600 | CS8 | CREAD | HUPCL | CLOCAL)
|
D | dgap.c | 2810 cflag |= HUPCL; in dgap_param() 4590 if (ch->ch_c_cflag & HUPCL) { in dgap_tty_close()
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | interface.c | 578 tty->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL; in gigaset_if_initdriver()
|
/linux-4.4.14/drivers/ipack/devices/ |
D | ipoctal.c | 372 tty->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL; in ipoctal_inst_slot()
|
/linux-4.4.14/drivers/tty/serial/jsm/ |
D | jsm_tty.c | 294 if (channel->ch_c_cflag & HUPCL) { in jsm_tty_close()
|
/linux-4.4.14/include/linux/ |
D | tty.h | 164 #define C_HUPCL(tty) _C_FLAG((tty), HUPCL)
|
/linux-4.4.14/drivers/mmc/card/ |
D | sdio_uart.c | 1169 tty_drv->init_termios.c_cflag = B4800 | CS8 | CREAD | HUPCL | CLOCAL; in sdio_uart_init()
|
/linux-4.4.14/net/irda/ircomm/ |
D | ircomm_tty.c | 163 driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL; in ircomm_tty_init()
|
/linux-4.4.14/net/bluetooth/rfcomm/ |
D | tty.c | 1154 rfcomm_tty_driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL; in rfcomm_init_ttys()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | u_serial.c | 1307 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in userial_init()
|
/linux-4.4.14/drivers/isdn/capi/ |
D | capi.c | 1282 drv->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL; in capinc_tty_init()
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_tty.c | 1093 if (!info->port.tty || (info->port.tty->termios.c_cflag & HUPCL)) { in isdn_tty_shutdown() 1781 m->tty_modem->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL; in isdn_tty_modem_init()
|
/linux-4.4.14/drivers/char/pcmcia/ |
D | synclink_cs.c | 1352 if (!tty || tty->termios.c_cflag & HUPCL) { in shutdown() 2859 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in synclink_cs_init()
|
/linux-4.4.14/drivers/usb/class/ |
D | cdc-acm.c | 1941 HUPCL | CLOCAL; in acm_init()
|